Drawdown at Risk (DaR)

Drawdown at Risk applies the quantile-based logic of Value at Risk to the domain of drawdowns, providing a probabilistic bound on the maximum peak-to-trough decline at a specified confidence level. It answers: "What is the worst drawdown I can expect under normal conditions?"

Overview

While Maximum Drawdown captures the single worst peak-to-trough decline in a given sample, it is a point estimate that provides no probabilistic context. Drawdown at Risk (DaR) addresses this limitation by framing drawdown risk in terms of a confidence level, analogous to how VaR frames return risk.

DaR was developed as part of a broader framework for drawdown-based risk management by Chekhlov, Uryasev, and Zabarankin (2005), and further refined by Goldberg and Mahmoud (2017). The measure recognizes that investors care not only about the worst-case drawdown but also about the probability of experiencing drawdowns of various magnitudes.

In portfolio optimization, DaR serves as a constraint or objective function that controls the tail risk of the drawdown distribution. This is particularly useful for strategies where maintaining the high-water mark is critical, such as hedge funds with performance fee structures.

Mathematical Formulation

Drawdown Process

Let denote the portfolio value at time . The running maximum (high-water mark) is:

The drawdown at time is the fractional decline from the running maximum:

Note that , with when the portfolio is at its all-time high. The maximum drawdown over the period is .

Drawdown at Risk

DaR at confidence level is defined as the -quantile of the maximum drawdown distribution:

Equivalently, DaR is the smallest drawdown level such that the probability of the maximum drawdown not exceeding is at least . For example, a 95% DaR of 15% means that there is a 95% probability that the maximum drawdown will not exceed 15%.

Analogy with Value at Risk

DaR mirrors the structure of VaR but operates on drawdowns rather than returns:

Value at Risk

  • Quantile of the return (loss) distribution
  • Measures single-period loss risk
  • Not path-dependent

Drawdown at Risk

  • Quantile of the maximum drawdown distribution
  • Measures cumulative peak-to-trough risk
  • Path-dependent

Empirical Estimation

In practice, DaR is typically estimated using bootstrap or block bootstrap methods:

  • Step 1: Generate bootstrap samples of the return series (preserving serial dependence via block bootstrap).
  • Step 2: Compute the maximum drawdown for each bootstrap sample, yielding .
  • Step 3: DaR at level is the -th order statistic of the bootstrap MDD distribution.

Advantages & Limitations

Advantages

  • Probabilistic drawdown control: Unlike MDD, DaR provides a probabilistic statement about the severity of future drawdowns.
  • Path-dependent: Captures the cumulative nature of losses, which is more relevant for long-term investors than single-period measures.
  • Intuitive interpretation:Easy to communicate as "the worst drawdown you can expect with X% confidence."
  • Optimization-compatible: Can be used as a constraint in portfolio optimization to control drawdown risk directly.

Limitations

  • Estimation difficulty: The distribution of MDD is complex and depends on serial correlation, making parametric estimation challenging.
  • Not subadditive: Like VaR, DaR inherits the non-coherence problem -- the DaR of a combined portfolio may exceed the sum of individual DaRs.
  • Data intensive: Reliable estimation via bootstrap requires long historical time series.
  • No tail information: DaR, like VaR, does not describe the severity of drawdowns beyond the threshold.

References

  1. Chekhlov, A., Uryasev, S., & Zabarankin, M. (2005). "Drawdown Measure in Portfolio Optimization." International Journal of Theoretical and Applied Finance, 8(1), 13-58.
  2. Goldberg, L. R., & Mahmoud, O. (2017). "Drawdown: From Practice to Theory and Back Again." Mathematics and Financial Economics, 11(3), 275-297.
  3. Zabarankin, M., Pavlikov, K., & Uryasev, S. (2014). "Capital Asset Pricing Model (CAPM) with Drawdown Measure." European Journal of Operational Research, 234(2), 508-517.
  4. Alexander, G. J., & Baptista, A. M. (2006). "Portfolio Selection with a Drawdown Constraint." Journal of Banking & Finance, 30(11), 3171-3189.