Drawdown (economics)

Drawdown (economics)

The Drawdown is the measure of the decline from a historical peak in some variable (typically the cumulative profit or total open equity of a financial trading strategy).

Somewhat more formally, if X(t) is a random process [X(0) = 0, t \geq 0], the drawdown at any time, T, denoted D(T) is defined as

 D(T)=Max \lbrack 0, Max_{t \in (0,T)} X(t)- X(T) \rbrack

The Maximum Drawdown (MDD) up to time T is the maximum of the Drawdown over the history of the variable. More formally,

 MDD(T)=Max_{\tau\in (0,T)}\lbrack Max_{t \in (0,\tau)} X(t)- X(\tau) \rbrack

The following pseudocode computes the Drawdown ("DD") and Max Drawdown ("MDD") of the variable "NAV", the Net Asset Value of an investment. Drawdown and Max Drawdown are calculated as percentages:

MDD = 0
peak = -99999
for i = 1 to N step 1
  if (NAV[i] > peak) 
    peak = NAV[i]
  else
    DD[i] = 100.0 * (peak - NAV[i]) / peak
    if (DD[i] > MDD)
      MDD = DD[i]
    endif
  endif
endfor

López de Prado and Peijan (2008)[1] have shown that Value at Risk substantially underestimates an investment's loss potential when its returns are incorrectly assumed to iid follow a Normal Distribution.

In finance, the use of the maximum drawdown as an indicator of risk is particularly popular in the world of commodity trading advisors through the widespread use of three performance measures: the Calmar ratio, the Sterling ratio and the Burke ratio. These measures can be considered as a modification of the Sharpe ratio in the sense that the numerator is always the excess of mean returns over the risk-free rate while the standard deviation of returns in the denominator is replaced by some function of the drawdown.

When X(T) is a standard Brownian motion, the expected behavior of the MDD as a function of time is known. A standard Brownian motion is represented as

X(t) = μt + σW(t),

where W(t) is a standard Wiener process. Then when μ > 0 the MDD grows logarithmically with time, μ = 0 the MDD grows as the square root of time and μ < 0 the MDD grows linearly with time.

Further reading

References

  1. ^ López de Prado and Peijan (2008): "Measuring the Loss Potential of Hedge Fund Strategies", Journal of Alternative Investments (7)1, 7-31. http://ssrn.com/abstract=641702

Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Drawdown — has four distinct meanings: Drawdown (hydrology), a lowering of a reservoir or a change in hydraulic head in an aquifer, typically due to pumping a well. Drawdown (economics), decline in the value of an investment, below its all time high.… …   Wikipedia

  • drawdown — The worst percentage cumulative loss (from peak to valley) for an investment in the managed futures industry is known as a drawdown. The CENTER ONLINE Futures Glossary The state in which the borrower obtains some of the project financing, usually …   Financial and business terms

  • Agriculture and Food Supplies — ▪ 2007 Introduction Bird flu reached Europe and Africa, and concerns over BSE continued to disrupt trade in beef. An international vault for seeds was under construction on an Arctic island. Stocks of important food fish species were reported… …   Universalium

  • Money creation — Banking A series on Financial services …   Wikipedia

  • Glossary of environmental science — This is a glossary of environmental science.Environmental science is the study of interactions among physical, chemical, and biological components of the environment. Environmental science provides an integrated, quantitative, and… …   Wikipedia

  • Fractional reserve banking — Banking A series on Financial services …   Wikipedia

  • Частичное банковское резервирование — Финансы Публичные финансы: Международные финансы Государственный бюджет Местный бюджет Частные финансы: Корпоративные финансы Финансы домохозяйств Финансовые рынки: Рынок денег Валютный рынок Фондовый рынок Срочный рынок Финансовые инструменты …   Википедия

  • Hydro-Québec — Type Government owned corporation Industry Electric Utilities Founded …   Wikipedia

  • Iraq War — This article is about the war that began in 2003. For other uses, see Iraq War (disambiguation). Further information: 2003 invasion of Iraq and Post invasion Iraq …   Wikipedia

  • War in Afghanistan (2001–present) — War in Afghanistan Part of the Afghan civil war and the War on Terror …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”