# 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 → in a High-Velocity Supply Chain
A single slow-moving shampoo SKU sitting an extra 15 days on a distributor's shelf does not sound like a crisis. Multiply it across 400 SKUs, 50,000 retail outlets, and a billion-dollar revenue base, and that "extra 15 days" quietly locks up tens of millions in cash that could have funded a product launch, a factory upgrade, or a dividend.
In FMCG, margins per unit are thin and volumes are enormous. So the game is not just profit per pack. It is how fast cash cycles through the business. This lesson shows you how to model that cycle and spot where cash gets trapped.
The Cash Conversion Cycle (CCC) measures how many days your cash is tied up between paying suppliers and collecting from customers. Lower is better. In FMCG, best-in-class companies often run a CCC near zero or even negative, meaning suppliers effectively finance their inventory.
The formula has three parts:
Think of it as: money goes out (inventory and supplier payments), money comes in (customer collections). The gap between them is what you must finance yourself.
Imagine a personal care company:
CCC = 45 + 40 - 60 = 25 days.
That means for 25 days, your own cash funds the operation. On a business turning over, say, 2 billion in cost of goods, roughly every day of CCC ties up around 5.5 million (2 billion divided by 365). So 25 days equals roughly 137 million locked in 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 →.
Now cut DIO to 35 days by clearing slow SKUs. CCC drops to 15 days, freeing about 55 million. That is real cash, with no new sales required.
Three features make 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 → in FMCG uniquely high-stakes.
1. High velocity, thin margins. A yogurt maker might earn a few cents per cup but sell millions daily. Small changes in days translate into large absolute cash swings.
2. Retailer power over DSO. Large grocery and drugstore chains have enormous buying power. They frequently push for extended payment terms (60, 90, or more days). A supplier that wants shelf space often accepts them. Your DSO is partly outside your control.
3. Perishability and promotions distort DIO. A slow-moving SKU is not just idle cash. In food and beauty it risks expiry, markdowns, and write-offs. Meanwhile, heavy promotional periods (holiday seasons, festival calendars) cause inventory to swell before it drains.
Aggregate DIO hides the villains. A portfolio might average 40 days while a handful of underperforming SKUs sit at 120 days.
Practical tools finance teams use:
The finance question is blunt: does this SKU earn enough margin to justify the cash it ties up? If not, rationalize it.
DSO creep is dangerous because it is invisible on the income statement. Revenue still looks fine. But if a major retailer quietly shifts from 45 to 65 day payment, your cash position erodes without any sales alarm going off.
Watch for:
Extending DPO means holding your own cash longer. It is the cheapest financing available: it costs nothing if suppliers agree.
But there are limits. Squeeze a small supplier too hard and you may damage a critical relationship or push them into distress. That is why many large FMCG firms use supply chain finance (also called reverse factoring): a bank pays the supplier early at a small discount, while the buyer pays the bank later. The supplier gets cash fast; the buyer keeps long terms. It can be a win, but it has drawn scrutiny when used to hide effective debt off the balance sheet.
For a clear, neutral primer, see the Corporate Finance Institute overview of the cash conversion cycle.
Here is a lightweight calculation you can run on any business.
# Cash Conversion Cycle model
COGS = 2_000_000_000 # annual cost of goods sold
revenue = 3_000_000_000 # annual revenue
inventory = 246_000_000 # average inventory
receivables = 329_000_000 # average accounts receivable
payables = 329_000_000 # average accounts payable
DIO = inventory / COGS * 365
DSO = receivables / revenue * 365
DPO = payables / COGS * 365
CCC = DIO + DSO - DPO
cash_per_day = COGS / 365
print(round(DIO), round(DSO), round(DPO), round(CCC))
print("Cash freed per day of CCC:", round(cash_per_day))Run it, then flex one input. Drop inventory by 10 percent and watch DIO and the cash freed. This "what if" muscle is exactly what a finance business partner brings to supply chain meetings. The numbers above are illustrative, not real company figures.
Put the levers together with a scenario.
A beverage company launches a premium line. Sales look healthy on paper. But:
Combined, CCC rises by 30 days. On a 2 billion COGS base, that is roughly 164 million of extra cash tied up, funded by short-term borrowing or a drained cash balance. The launch may still be "profitable" while quietly starving the business of cash.
This is why treasury and commercial teams must sit together. A promotion that boosts revenue can destroy 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 → if it floods the channel with inventory that sells slowly.
Knowledge check
1. A negative Cash Conversion Cycle is often described as best-in-class in FMCG. What does a negative CCC actually mean for a company?
2. Why does the lesson emphasize that CCC matters more in FMCG than raw profit per pack?
3. A brand manager negotiates longer payment terms with packaging suppliers, extending DPO from 60 to 75 days while DIO and DSO stay the same. What is the effect on the CCC?
4. Select ALL correct answers. Which actions would reduce a company's Cash Conversion Cycle?
Select all the correct answers.
5. Select ALL correct answers. The example shows that each day of CCC ties up roughly COGS divided by 365. What does this relationship illustrate?
Select all the correct answers.
Set targets per lever, not just aggregate CCC. A single CCC number can look stable while DSO worsens and DPO masks it. Track all three.
Tie SKU decisions to cash, not just margin. Rationalizing the slow tail frees cash and reduces write-off risk. Many FMCG portfolio reviews now include 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 → column alongside gross margingross marginGross margin is the share of revenue left after subtracting the direct cost of producing goods or services, expressed as a percentage of revenue.View full definition →.
Forecast around seasonality. Inventory builds ahead of peak demand. Plan financing for the build, and set clear drawdown targets after the peak so stock does not linger.
Govern payment terms centrally. If every commercial deal can quietly extend DSO, cash leaks everywhere. Finance should approve term changes above a threshold.
Use supplier financing transparently. Reverse factoring can help all parties, but disclose it. Regulators and rating agencies increasingly ask companies to reveal such arrangements because they can obscure true leverage.