Processing math: 100%
Savoga

Var


The Value-at-Risk is the maximum loss in extreme scenarios.

Most often, it represents the loss amount that one would face with a certain probability α over a certain length of time. Hence, it combines 3 aspects: amount, probability, time window.

Mathematically:

VaRα(X)=inf{xR,FX(x)>α}

where X are the returns of the strategy over a certain time window, and FX its cumulative distribution function.

From a statistical perspective, the VaR is simply the quantile associated with a certain α. As a reminder, the quantile function is the inverse of the cumulative density function.

To compute the VaR in the case of a GBM, see the Wealth planning section where we compute the quantiles at each step of the projection.