Conditional Drawdown at Risk
Expected shortfall averages the worst single-period losses. CDaR does the same thing for drawdowns, the average depth of your worst peak-to-trough slides, not just the deepest one you happened to observe.
Prerequisites: Drawdown, Expected Shortfall (CVaR)
Max Drawdown tells you the single worst peak-to-trough loss in a track record, and that is its whole problem: it is one number, drawn from one unlucky (or lucky) path, and it is entirely blind to how often nasty drawdowns happen or how deep the second- and third-worst ones were. A fund with one brutal 40% drawdown and otherwise placid history, and a fund that regularly grinds through 25% drawdowns every year, can report a similar max drawdown while being completely different animals to hold. Conditional Drawdown at Risk (CDaR) fixes this the same way expected shortfall fixed VaR: instead of reporting the worst point, it averages the worst stretch of points.
The analogy
Think of a hiker rating trails by "worst single step down a cliff." That number misses whether the trail has one bad ledge or a mile of them. A better rating averages the depth of every genuinely steep descent along the whole hike, not just the single steepest one. CDaR is that better rating applied to an equity curve: instead of "what was my worst drawdown," it asks "on average, how deep are my worst drawdowns, the ones in the tail of severity?"
Building the formula
First recall a drawdown at time is how far the current equity value sits below its running peak so far:
In words: look at every high-water mark reached to date, take the most recent one, and measure the percentage drop from it to today. This produces a whole time series , mostly zero (at new highs) with dips whenever the fund is below a prior peak.
CDaR at confidence level (commonly 95%) is the average of the worst fraction of that drawdown series, exactly mirroring how expected shortfall averages the worst fraction of losses:
where ("Drawdown at Risk") is the -quantile of the drawdown series, the threshold that the worst of drawdown readings exceed. In words: find the cutoff depth that only the worst 5% of your daily drawdown readings breach, then average everything past that cutoff. Unlike max drawdown, this uses every day the fund spent underwater in the tail, not just the single deepest instant.
Generate a few paths here and picture drawing the running peak as a dashed ceiling above each path, then shading the gap between the ceiling and the path whenever the path is below it. CDaR is the average height of the deepest shaded regions across the path, not just the single deepest point of shading.
Max drawdown asks "what's the worst it got, once." CDaR asks "on the worst days, on average, how bad does it get." The second question is far more useful for sizing a strategy you plan to hold through more than one bad patch.
Worked example 1: a short daily drawdown series
Suppose ten days of drawdown readings (percent below peak): .
Max drawdown here is simply , the single worst reading. To get at (worst 30% of readings, i.e. worst 3 of the 10 days): sort the readings descending: . The worst 3 are . Average them: .
So while the single worst moment was 15%, the typical bad moment (averaging the worst 30% of the sample) was 12%. That 12% is a far more honest number to size a stop-loss or an allocation around, because it reflects that deep drawdowns were not a one-off freak event in this series, they clustered near the top of the range.
Worked example 2: comparing two funds with the same max drawdown
Fund A's drawdown readings over 10 days: — perfectly calm except one 40% crash. Fund B's: — a rough, choppy fund that also happens to hit 40% once.
Both report an identical max drawdown of 40%. At (worst 3 readings): Fund A's worst three are , averaging . Fund B's worst three are , averaging . CDaR correctly reveals Fund B as the far riskier fund to hold day-to-day, information that "max drawdown" alone completely hid since both funds tied on that single statistic.
What this means in practice
CDaR shows up as an objective function in portfolio optimization precisely because, unlike max drawdown, it is convex, mathematically tractable, and can be plugged into a linear program alongside return targets, the same reason expected shortfall replaced VaR as the preferred optimization target. Allocators use it to compare strategies whose max drawdown numbers tie, and to build "worst-case-aware" portfolios that avoid concentrating in assets that share deep, prolonged drawdown periods together.
CDaR depends heavily on the sampling frequency and the chosen : computing it on daily data versus monthly data on the same underlying strategy gives materially different numbers, because daily data captures many more brief dips that monthly snapshots smooth away. Never compare CDaR figures across two funds' track records unless both were computed at the same frequency and confidence level, and always report the frequency alongside the number.
Related concepts
Practice in interviews
Further reading
- Chekhlov, Uryasev & Zabarankin (2005), Drawdown Measure in Portfolio Optimization
- Rockafellar & Uryasev (2000), Optimization of Conditional Value-at-Risk