Home / Glossary / Value at Risk (VaR)

Value at Risk (VaR)

The maximum expected loss at a given confidence level — but doesn't tell you how bad the tail is.

VaR estimates the worst-case loss over a time horizon at a specified confidence level. For example, a 95% 1-day VaR of $100,000 means there's a 5% chance of losing more than $100,000 tomorrow. Critical limitation: VaR tells you the threshold, but not how severe losses beyond that threshold could be. A portfolio with $100k VaR could lose $101k or $1 million in the worst 5% of outcomes — VaR doesn't distinguish. This is why CVaR (Expected Shortfall) is often used alongside VaR — it measures the average loss in the tail. VaR is widely used for regulatory capital (Basel III), risk limits, and reporting, but should never be the only risk metric. Use it with stress tests, max drawdown, and scenario analysis.

Formula
P(Loss>VaRα)=1αP(\text{Loss} > \text{VaR}_{\alpha}) = 1 - \alpha
Where
α\alpha=Confidence level (e.g. 95%)
Variables
\text{VaR}_{\alpha}Value at Risk at α confidence (e.g., 95%)
\alphaConfidence level (0.95 or 0.99)
1-\alphaLeft tail percentile (5% or 1%)
Assumptions
  • Simulated returns from Monte Carlo paths
  • VaR reported as positive loss amount
  • Horizon-specific (not scaled by square-root of time)
  • Does not indicate severity beyond VaR threshold
vs. Industry Tools
Basel III/IVRequires historical simulation or internal models
RiskMetricsAlso offers parametric VaR using delta-normal method