Skip to content

MDD

Source: Notion | Last edited: 2023-01-26 | ID: 3368c833-02c...


The risk is measured as the percentage maximum drawdown (MDD)(MDD) of NAV for the specific period:

MDD=maxt(start,end)(DDt)  where  DDt={1(1DDt1)PtPt1if  PtPt1<00otherwiseMDD = \max\limits_{t\in(start,end)} (DD_t)\;where\;DD_t= \begin{cases} 1 - (1-DD_{t-1})\frac{P_t}{P_{t-1}} &\text{if}\; P_t - P_{t-1}<0\\ 0 &\text{otherwise} \end{cases}

where DDtDD_tDDt1DD_{t-1}PtP_t and Pt1P_{t-1} refer the drawdown (DD)(DD) and prices (P)(P) at a specific point in time, tt, or the time right before that, t1t-1.