Value at Risk (VaR) is a statistical measure used to estimate the maximum potential loss of a financial asset or a portfolio over a specific time horizon and at a given confidence level.
VaR can be applied to:
- Portfolios: to assess total downside risk across multiple instruments.
- Individual financial instruments: such as a stock, bond, or ETF, to measure its specific risk exposure.
In our case, the time horizon is set to one month. Therefore, the VaR we display corresponds to the maximum expected loss over a monthly period at a given confidence level.
For example:
- VaR 95% means that with 95% confidence, the asset or portfolio will not lose more than the calculated amount over the next month.
- VaR 99% represents a more conservative estimate, allowing only a 1% probability of exceeding the loss threshold in a month.
The most common (parametric) VaR formula under the assumption of normally distributed returns is:
\( \text{VaR}_\alpha = z_\alpha \cdot \sigma \cdot \sqrt{t} \)
- \( z_\alpha \): z-score for the selected confidence level (e.g., 1.645 for 95%, 2.33 for 99%)
- \( \sigma \): standard deviation of returns (volatility)
- \( t \): time period — in our case, \( t = 1 \) month
VaR is typically reported as a negative number to indicate potential loss. For instance, a monthly VaR 95% of -€1,500
means there’s a 95% chance the asset or portfolio will not lose more than €1,500 in the coming month.
Important: VaR does not provide any information about losses that might occur beyond the selected confidence level — it does not model tail risk (extreme losses).