Drawdown (economics)

Last updated

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). [1]

Contents

Somewhat more formally, if is a stochastic process with , the drawdown at time , denoted ,

is defined as:

The average drawdown (AvDD) up to time is the time average of drawdowns that have occurred up to time :

The maximum drawdown (MDD) up to time is the maximum of the drawdown over the history of the variable. More formally, the MDD is defined as:

Pseudocode

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 do     # peak will be the maximum value seen so far (0 to i), only get updated when higher NAV is seen     if (NAV[i] > peak) then         peak = NAV[i]     end if     DD[i] = 100.0 × (peak - NAV[i]) / peak     # Same idea as peak variable, MDD keeps track of the maximum drawdown so far. Only get updated when higher DD is seen.     if (DD[i] > MDD) then         MDD = DD[i]     end ifend for

Trading definitions

There are two main definitions of a drawdown:

1. How low it goes (the magnitude)

Put plainly, a drawdown is the “pain” period experienced by an investor between a peak (new highs) and subsequent valley (a low point before moving higher) in the value of an investment.[ citation needed ]
The Maximum Drawdown, more commonly referred to as Max DD, is the worst (the maximum) peak to valley loss since the investment’s inception.[ citation needed ]

In finance, the use of the maximum drawdown is an indicator of risk through the 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.

2. How long it lasts (the duration)

The drawdown duration is the length of any peak to peak period, or the time between new equity highs.
The max drawdown duration is the worst (the maximum/longest) amount of time an investment has seen between peaks (equity highs).

Many assume Max DD Duration is the length of time between new highs during which the Max DD (magnitude) occurred. But that isn't always the case. The Max DD duration is the longest time between peaks, period. So it could be the time when the program also had its biggest peak to valley loss (and usually is, because the program needs a long time to recover from the largest loss), but it doesn't have to be.[ citation needed ]

When is Brownian motion with drift, the expected behavior of the MDD as a function of

time is known. If is represented as:

Where is a standard Wiener process, then there are three possible outcomes based on the behavior of the drift : [2]

Banking or other finance definitions

Credit offered

Where an amount of credit is offered, a drawdown against the line of credit results in a debt (which may have associated interest terms if the debt is not cleared according to an agreement.)

Funds offered

Where funds are made available, such as for a specific purpose, drawdowns occur if the funds – or a portion of the funds – are released when conditions are met.

Optimization of drawdown

A passing glance at the mathematical definition of drawdown suggests significant difficulty in using an optimization framework to minimize the quantity, subject to other constraints; this is due to the non-convex nature of the problem. However, there is a way to turn the drawdown minimization problem into a linear program. [3] [4]

The authors start by proposing an auxiliary function , where is a vector of portfolio returns, that is defined by:

They call this the conditional drawdown-at-risk (CDaR); this is a nod to conditional value-at-risk (CVaR), which may also be optimized using linear programming. There are two limiting cases to be aware of:

See also

Related Research Articles

<span class="mw-page-title-main">Normal distribution</span> Probability distribution

In statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is

In the mathematical field of differential geometry, the Riemann curvature tensor or Riemann–Christoffel tensor is the most common way used to express the curvature of Riemannian manifolds. It assigns a tensor to each point of a Riemannian manifold. It is a local invariant of Riemannian metrics which measures the failure of the second covariant derivatives to commute. A Riemannian manifold has zero curvature if and only if it is flat, i.e. locally isometric to the Euclidean space. The curvature tensor can also be defined for any pseudo-Riemannian manifold, or indeed any manifold equipped with an affine connection.

A Newtonian fluid is a fluid in which the viscous stresses arising from its flow are at every point linearly correlated to the local strain rate — the rate of change of its deformation over time. Stresses are proportional to the rate of change of the fluid's velocity vector.

The laser diode rate equations model the electrical and optical performance of a laser diode. This system of ordinary differential equations relates the number or density of photons and charge carriers (electrons) in the device to the injection current and to device and material parameters such as carrier lifetime, photon lifetime, and the optical gain.

<span class="mw-page-title-main">Step response</span> Time behavior of a system controlled by Heaviside step functions

The step response of a system in a given initial state consists of the time evolution of its outputs when its control inputs are Heaviside step functions. In electronic engineering and control theory, step response is the time behaviour of the outputs of a general system when its inputs change from zero to one in a very short time. The concept can be extended to the abstract mathematical notion of a dynamical system using an evolution parameter.

In physics, the Hamilton–Jacobi equation, named after William Rowan Hamilton and Carl Gustav Jacob Jacobi, is an alternative formulation of classical mechanics, equivalent to other formulations such as Newton's laws of motion, Lagrangian mechanics and Hamiltonian mechanics.

In physics, the Polyakov action is an action of the two-dimensional conformal field theory describing the worldsheet of a string in string theory. It was introduced by Stanley Deser and Bruno Zumino and independently by L. Brink, P. Di Vecchia and P. S. Howe in 1976, and has become associated with Alexander Polyakov after he made use of it in quantizing the string in 1981. The action reads:

In differential geometry, a tensor density or relative tensor is a generalization of the tensor field concept. A tensor density transforms as a tensor field when passing from one coordinate system to another, except that it is additionally multiplied or weighted by a power W of the Jacobian determinant of the coordinate transition function or its absolute value. A tensor density with a single index is called a vector density. A distinction is made among (authentic) tensor densities, pseudotensor densities, even tensor densities and odd tensor densities. Sometimes tensor densities with a negative weight W are called tensor capacity. A tensor density can also be regarded as a section of the tensor product of a tensor bundle with a density bundle.

In general relativity, a geodesic generalizes the notion of a "straight line" to curved spacetime. Importantly, the world line of a particle free from all external, non-gravitational forces is a particular type of geodesic. In other words, a freely moving or falling particle always moves along a geodesic.

A theoretical motivation for general relativity, including the motivation for the geodesic equation and the Einstein field equation, can be obtained from special relativity by examining the dynamics of particles in circular orbits about the Earth. A key advantage in examining circular orbits is that it is possible to know the solution of the Einstein Field Equation a priori. This provides a means to inform and verify the formalism.

The Newman–Penrose (NP) formalism is a set of notation developed by Ezra T. Newman and Roger Penrose for general relativity (GR). Their notation is an effort to treat general relativity in terms of spinor notation, which introduces complex forms of the usual variables used in GR. The NP formalism is itself a special case of the tetrad formalism, where the tensors of the theory are projected onto a complete vector basis at each point in spacetime. Usually this vector basis is chosen to reflect some symmetry of the spacetime, leading to simplified expressions for physical observables. In the case of the NP formalism, the vector basis chosen is a null tetrad: a set of four null vectors—two real, and a complex-conjugate pair. The two real members often asymptotically point radially inward and radially outward, and the formalism is well adapted to treatment of the propagation of radiation in curved spacetime. The Weyl scalars, derived from the Weyl tensor, are often used. In particular, it can be shown that one of these scalars— in the appropriate frame—encodes the outgoing gravitational radiation of an asymptotically flat system.

In many-body theory, the term Green's function is sometimes used interchangeably with correlation function, but refers specifically to correlators of field operators or creation and annihilation operators.

Expected shortfall (ES) is a risk measure—a concept used in the field of financial risk measurement to evaluate the market risk or credit risk of a portfolio. The "expected shortfall at q% level" is the expected return on the portfolio in the worst of cases. ES is an alternative to value at risk that is more sensitive to the shape of the tail of the loss distribution.

In financial mathematics, tail value at risk (TVaR), also known as tail conditional expectation (TCE) or conditional tail expectation (CTE), is a risk measure associated with the more general value at risk. It quantifies the expected value of the loss given that an event outside a given probability level has occurred.

<span class="mw-page-title-main">Black–Scholes equation</span> Partial differential equation in mathematical finance

In mathematical finance, the Black–Scholes equation is a partial differential equation (PDE) governing the price evolution of derivatives under the Black–Scholes model. Broadly speaking, the term may refer to a similar PDE that can be derived for a variety of options, or more generally, derivatives.

<span class="mw-page-title-main">Capstan equation</span> Relates the hold-force to the load-force if a flexible line is wound around a cylinder

The capstan equation or belt friction equation, also known as Euler-Eytelwein formula, relates the hold-force to the load-force if a flexible line is wound around a cylinder.

<span class="mw-page-title-main">Relativistic Lagrangian mechanics</span> Mathematical formulation of special and general relativity

In theoretical physics, relativistic Lagrangian mechanics is Lagrangian mechanics applied in the context of special relativity and general relativity.

An affine term structure model is a financial model that relates zero-coupon bond prices to a spot rate model. It is particularly useful for deriving the yield curve – the process of determining spot rate model inputs from observable bond market data. The affine class of term structure models implies the convenient form that log bond prices are linear functions of the spot rate.

In computer science, optimal computing budget allocation (OCBA) is an approach to maximize the overall simulation efficiency for finding an optimal decision. It was introduced in the mid-1990s by Dr. Chun-Hung Chen.

Stochastic portfolio theory (SPT) is a mathematical theory for analyzing stock market structure and portfolio behavior introduced by E. Robert Fernholz in 2002. It is descriptive as opposed to normative, and is consistent with the observed behavior of actual markets. Normative assumptions, which serve as a basis for earlier theories like modern portfolio theory (MPT) and the capital asset pricing model (CAPM), are absent from SPT.

References

  1. "What Is A Drawdown? – Fidelity". www.fidelity.com. Retrieved 2019-08-04.
  2. Magdon-Ismail, Malik; Atiya, Amir F.; Pratap, Amrit; Abu-Mostafa, Yaser S. (2004). "On the Maximum Drawdown of a Brownian Motion" (PDF). Journal of Applied Probability. 41 (1): 147–161. doi:10.1239/jap/1077134674. S2CID   122630605.
  3. Chekhlov, Alexei; Uryasev, Stanislav; Zabarankin, Michael (2003). "Portfolio Optimization with Drawdown Constraints" (PDF).
  4. Chekhlov, Alexei; Uryasev, Stanislav; Zabarankin, Michael (2005). "Drawdown Measure in Portfolio Optimization" (PDF). International Journal of Theoretical and Applied Finance. 8 (1): 13–58. doi:10.1142/S0219024905002767.

Further reading