# Sanctions, export controls and the risk of losing a market overnight
In March 2022, luxury groups had days, not months, to decide whether to keep trading in Russia. Chanel, Hermès, LVMH and Richemont all suspended operations within roughly a week of the invasion of Ukraine. By year end, most had written off inventory, closed stores permanently, and absorbed exit costs that ran into the hundreds of millions of euros collectively across the sector (exact group-level figures vary by disclosure, treat as estimates). This lesson looks at why that risk is structural, not exceptional, and what finance teams do to price it before it happens.
Luxury brands sell heavily to markets that are geopolitically volatile relative to their revenue contribution: Russia, China (Hong Kong exposure), the Gulf, and increasingly Southeast Asia. Two features make the sector uniquely sensitive:
Physical footprint. Unlike a software company, a maison has boutiques, warehouses, and leased real estate on the ground. You cannot "pause" a lease or a stockroom the way you pause a subscription service.
Brand and reputational exposure. Luxury sells identity. Being seen serving a sanctioned regime's elite carries reputational cost that can exceed the direct financial loss, affecting sales in the US and EU, its largest markets.
Russia was a relatively small revenue market for most groups (commonly estimated at low single digits of global sales for the majors), which is why the exit, while costly, was survivable. A similar rupture in a top-three market would be a different order of financial event.
Sanctions and export controls are not one law. They are a layered system, and finance and legal teams must track all layers simultaneously.
A finance lead's job is not to become a sanctions lawyer. It is to know which of these regimes touches the company's cash flows, supply chain, and customer base, and to make sure legal and compliance have signed off before capital moves.
1. Inventory and asset write-offs. When a group exits a market fast, unsold stock, store fixtures, and sometimes prepaid leases become impaired assets. Richemont, Kering and LVMH all recorded Russia-related impairments and exit charges in their FY2022 accounts (public disclosures, magnitudes vary by group and are best checked in each company's annual report rather than assumed).
2. Frozen receivables and banking channels. If a distributor or wholesale partner sits on a sanctions list, or if the local bank is cut from SWIFT (the international bank messaging system used to settle cross-border payments), outstanding receivables can become uncollectible overnight. This is a working capitalworking capitalWorking capital is the difference between a company's current assets and current liabilities, measuring short-term liquidity and the funds available to run daily operations.View full definition → risk, not just a P&L one.
3. Secondary sanctions exposure. A company doesn't have to sell directly to a sanctioned person to have a problem. Selling through a distributor who resells to a sanctioned entity, or accepting payment routed through a blocked bank, can create liability. This is why denied-party screening exists (see below).
4. Export licensing delays and seizures. Exotic skins, certain gemstones, and some finished goods require export permits. Missing a CITES permit can mean goods seized at customs, a direct and immediate loss, plus regulatory penalties.
5. Reputational contagion into core markets. The financial risk is not confined to the exited market. Investors and Western consumers now watch how quickly and cleanly brands disengage. Slow or partial exits become an ESG and brand-risk story that can affect valuation multiples.
Denied-party screening. Before onboarding a wholesale client, franchise partner, landlord, or even a high-value private client for bespoke orders, compliance teams run names against the SDN list, EU consolidated list, and UK OFSI list using screening software (providers include Refinitiv World-Check, Dow Jones Risk & Compliance). This is standard KYC (Know Your Customer) practice extended to sanctions risk.
A simplified screening logic looks like this:
def screen_counterparty(name, country, watchlists):
for list_name, entries in watchlists.items():
if fuzzy_match(name, entries) > 0.85: # similarity threshold
return f"FLAG: possible match on {list_name}, escalate to compliance"
if country in HIGH_RISK_JURISDICTIONS:
return "FLAG: enhanced due diligence required"
return "CLEAR: proceed with standard onboarding"This is illustrative, not production code. Real systems combine automated fuzzy-matching with human review, because name variations (transliteration from Russian or Arabic script, for example) create false negatives if matching is too strict and false positives if too loose.
Export licensing review. For exotic leathers, the finance and supply chain teams verify CITES permits exist for each shipment before recognizing the sale or releasing goods. Missing documentation halts shipment, which delays revenue recognition, a direct P&L timing issue.
Market-entry and market-exit stress testing. Before entering a geopolitically exposed market, finance runs scenario models: what is the write-off exposure if we must exit within 30 days? This includes lease break costs, inventory at cost, and severance. Groups increasingly build this into capital allocation decisions for new store openings in politically sensitive regions.
Beneficial ownership checks. For joint ventures or franchise structures in the Gulf or Central Asia, finance and legal verify the ultimate beneficial owner (UBO) is not a sanctioned individual hiding behind a holding structure, a common evasion technique.
For a primer on how sanctions lists actually work, the US Treasury's OFAC FAQ page is a genuinely useful free reference, written for practitioners, not just lawyers.
Knowledge check
1. Why is a luxury maison structurally less able to exit a sanctioned market quickly than, say, a software company?
2. Why was the Russia exit in 2022 financially survivable for most major luxury groups despite the costs involved?
3. Beyond direct financial loss, what makes reputational exposure a distinct risk factor for luxury brands operating in sanctioned or geopolitically sensitive markets?
4. Select ALL correct answers about why sanctions and export control risk is described as 'structural, not exceptional' for the luxury sector.
Select all the correct answers.
5. Select ALL correct answers about the regulatory landscape finance and legal teams must monitor for sanctions and export control compliance.
Select all the correct answers.
Three lasting changes in how luxury finance teams operate:
Faster decision cycles. Boards now pre-authorize exit playbooks for a handful of watch-list countries, so a future crisis doesn't require a first-principles decision under time pressure.
Contract redesign. New leases and distributor agreements increasingly include sanctions-triggered termination clauses, letting a brand exit without full penalty if a country becomes sanctioned.
Geographic concentration risk in investor reporting. Analysts now ask luxury CFOs directly about revenue concentration in geopolitically exposed markets during earnings calls, treating it similarly to currency or supply chain risk.