Value at Risk (VaR): Measuring Portfolio Risk in Financial Terms

A $1M portfolio with 95% daily VaR of $20,000 means: there's a 5% chance your portfolio loses more than $20,000 in a single day. Over 252 trading days, that's about 13 days you lose $20K+. Here's how VaR is calculated and why it failed in 2008.

Value at Risk (VaR) is a statistical measure that quantifies the maximum loss a portfolio is expected to experience over a specific time horizon at a given confidence level. It has become the standard risk metric used by banks, hedge funds, asset managers, and regulators worldwide. A 95% daily VaR of $20,000 means there is a 5% probability that the portfolio will lose more than $20,000 in any single trading day. VaR aggregates the risk of individual positions into a single number, making it intuitively accessible for traders, executives, and regulators alike. However, VaR has significant limitations — most notably, it does not tell you how large losses beyond the VaR threshold might be, and it can understate risk during periods of market stress when correlations between assets break down.

Why VaR matters: Regulators require banks to calculate VaR for determining capital requirements under Basel III. Asset managers use VaR to size positions and set risk limits. A typical equity long-short hedge fund targets a daily VaR of 1-2% of NAV at the 95% confidence level. Understanding how VaR is calculated and where it fails is essential for anyone managing investment risk. Risk management fundamentals →

Parametric VaR (Variance-Covariance Method)

Parametric VaR assumes that portfolio returns follow a normal distribution. It is calculated using the expected return and standard deviation of the portfolio. The formula is: VaR = portfolio value x (z-score x portfolio standard deviation - expected return), where the z-score is 1.645 for 95% confidence and 2.326 for 99% confidence. For a $1M portfolio with a daily standard deviation of 1.2% and expected daily return of 0.05%, the 95% daily VaR is $1M x (1.645 x 1.2% - 0.05%) = $19,240. The advantage of parametric VaR is its simplicity and computational speed — it only requires the portfolio's mean and standard deviation. The disadvantage is that it assumes normally distributed returns, while real financial returns have fat tails (more extreme outcomes than a normal distribution predicts). During the 2008 financial crisis, parametric VaR dramatically understated risk because correlations between asset classes converged to 1 and standard deviations exploded, producing losses that were supposed to occur once every 10,000 years but happened multiple times in a single week. Portfolio rebalancing to manage risk →

Historical VaR

Historical VaR uses actual historical returns to estimate potential losses without assuming a normal distribution. The method is straightforward: collect the last N days of portfolio returns (typically 250 to 500 trading days), sort them from worst to best, and read the VaR at the appropriate percentile. For 95% VaR with 500 observations, you identify the 25th worst day (5% of 500 = 25). If that day had a -2.3% return, the 95% daily VaR is 2.3%. Historical VaR captures the actual distribution of returns, including fat tails and skewness, without requiring distributional assumptions. The main limitation is that history may not repeat itself — if the lookback period did not include a financial crisis, the VaR estimate will not reflect crisis risk. Historical VaR also responds slowly to changing market conditions, as it weights all observations equally regardless of recency. Many practitioners use exponentially weighted historical VaR, which gives more weight to recent observations.

Monte Carlo VaR

Monte Carlo VaR simulates thousands of possible future portfolio returns by generating random scenarios based on assumed statistical properties of the underlying assets. The process involves specifying a statistical model for each asset's returns (including correlations between assets), generating 10,000 to 100,000 random scenarios, computing the portfolio return for each scenario, and reading the VaR from the simulated distribution. Monte Carlo VaR is the most flexible method — it can handle options, complex derivatives, and non-linear instruments that parametric and historical VaR struggle with. It can also incorporate regime-switching models (different behavior in bull vs bear markets) and stress scenarios. The disadvantages are computational complexity and model risk — the results are only as good as the assumptions built into the simulation. If the model assumes normal distributions when returns have fat tails, Monte Carlo VaR will understate risk just like parametric VaR. Backtesting risk models →

Limitations of VaR and Alternatives

VaR has been criticized extensively since the 2008 financial crisis, where bank VaR models failed to capture the scale of potential losses. The fundamental problem is that VaR tells you the minimum loss in the worst 5% of scenarios (for 95% VaR), but says nothing about how severe those losses might be. A portfolio could have a 95% VaR of $20,000 but a maximum loss of $5 million in a tail event — VaR would not distinguish this from a portfolio whose worst 5% of losses cluster at $21,000. Expected Shortfall (also called Conditional VaR or CVaR) addresses this by averaging the losses beyond the VaR threshold, providing a more complete picture of tail risk. Other alternatives include stress testing (calculating portfolio losses under specific historical or hypothetical scenarios) and extreme value theory (modeling the statistical properties of extreme returns specifically). Regulators have increasingly moved toward Expected Shortfall as a supplemental risk measure. Hedging strategies for tail risk →

Applying VaR Across Asset Classes

VaR is used differently across asset classes. In equity portfolios, VaR is primarily driven by market volatility and diversification between sectors and regions. In fixed income, VaR captures interest rate risk through duration and convexity, plus credit spread risk. In forex trading, VaR measures currency risk across major and emerging market pairs, where volatility can spike dramatically during currency crises. In multi-asset portfolios, VaR must account for changing correlations between asset classes — a critical shortcoming of simple VaR models is that correlations increase during crises, precisely when diversification matters most. Commodity portfolios face unique VaR challenges due to the cyclical nature of commodity prices and the impact of contango and backwardation on futures-based returns. Professional risk managers often run separate VaR calculations for each asset class and aggregate them using correlation assumptions that are stress-tested across different market environments.

What is the difference between 95% VaR and 99% VaR?

The confidence level determines how much tail risk is captured. A 95% VaR considers the 5th percentile of the loss distribution (expected to be exceeded 5% of the time, or approximately 13 trading days per year). A 99% VaR considers the 1st percentile (expected to be exceeded 1% of the time, or approximately 2.5 trading days per year). The 99% VaR is always larger than the 95% VaR because it looks further into the tail. Under a normal distribution, the difference is determined by the z-scores: 1.645 for 95% vs 2.326 for 99%. For a portfolio with a daily standard deviation of 1.5%, the 95% VaR is approximately 2.47% while the 99% VaR is approximately 3.49%. In practice, the ratio between 99% VaR and 95% VaR is often larger than the normal distribution predicts due to fat tails in actual returns.

How do banks use VaR for regulatory capital?

Under the Basel III framework, banks calculate VaR to determine minimum capital requirements for market risk. The standard approach uses a 99% confidence level and a 10-day holding period. Banks calculate a 10-day VaR (often derived from 1-day VaR multiplied by the square root of 10) and apply a multiplier of at least 3 (the "multiplication factor") to account for model risk and limitations. The capital charge is the higher of the current VaR or the average VaR over the previous 60 days, multiplied by the regulatory factor. Banks that experience significant model failures (backtesting exceptions) face higher multiplication factors. This regulatory framework creates strong incentives for banks to maintain conservative VaR models, but critics argue it can create pro-cyclical effects — VaR tends to be low when markets are calm (enabling more risk-taking) and high when markets are stressed (forcing deleveraging). Systematic approaches to risk →

What is expected shortfall and how is it different from VaR?

Expected Shortfall (ES), also known as Conditional VaR (CVaR), measures the average loss in the worst tail of the distribution beyond the VaR threshold. If the 95% VaR is $20,000, the Expected Shortfall might be $35,000 — meaning that when losses exceed $20,000, the average loss is $35,000. ES provides a more comprehensive view of tail risk because it considers the shape of the tail rather than just a single percentile. The Basel Committee on Banking Supervision moved from VaR to Expected Shortfall in 2016 for the internal models approach to market risk capital. ES is also more mathematically coherent than VaR — it satisfies the property of sub-additivity (the ES of a combined portfolio is never greater than the sum of individual ES values), which VaR does not always satisfy. This makes ES better suited for risk aggregation across trading desks and asset classes.

Can VaR be used for options and derivatives?

Yes, but it requires more sophisticated methods. Options have non-linear payoffs that parametric VaR (which assumes linear relationships) cannot capture accurately. Delta-normal VaR approximates option risk by using the option's delta, but this only works for small price changes. For portfolios with options, Monte Carlo VaR is preferred because it can simulate the full range of underlying price movements and re-price the options at each simulated price point. Gamma effects (the change in delta as the underlying moves) become important for at-the-money options and options near expiration. For portfolios with complex derivatives like structured products, credit default swaps, and exotic options, Monte Carlo simulation with full re-pricing at each scenario is the standard approach. The computational cost is significant but necessary for accurate risk measurement. Options trading basics →

Related Resources