Quant Memo
Advanced

Incremental VaR

Component VaR splits an existing portfolio's risk into shares. Incremental VaR answers a different, forward-looking question: if I add or remove this exact trade, how much does total portfolio VaR actually change?

Prerequisites: Component VaR, Value at Risk (VaR)

A trader wants to add a new position. The compliance question is not "how risky is this trade in isolation," it is "how much does the portfolio's total VaR actually go up if I add it?" These can be very different numbers: a wildly volatile trade that happens to hedge the existing book can lower total VaR, while a seemingly mild trade that is highly correlated with existing exposure can push total VaR up by far more than its standalone size would suggest. Incremental VaR (IVaR) is defined precisely to answer this before-and-after question, exactly, for any proposed trade.

The analogy

Think of a bus that is already full to a certain weight limit. Asking "how heavy is this new passenger" tells you nothing about whether the bus will now be overweight, what matters is how much the bus's total weight changes once they board, and that depends on who is already on the bus. A 200-pound passenger who happens to be carried on their own personal float (offsetting some other cargo) might add less net weight than a 100-pound passenger sitting on top of already-strained axles. Incremental VaR is the "how much does the total actually change" measurement, not the "how heavy is this one item alone" measurement.

Building the idea

The exact definition is simply the before-and-after difference:

IVaR=VaR(P+new trade)VaR(P).\text{IVaR} = \text{VaR}(P + \text{new trade}) - \text{VaR}(P).

In words: recompute total portfolio VaR with the new trade included, subtract the VaR you had before, and whatever is left over is the true marginal risk cost (or benefit) of the trade. This exact calculation requires rebuilding the full portfolio VaR twice, which is expensive for a large book, so in practice IVaR is usually approximated using the same marginal-sensitivity machinery as Component VaR:

IVaRiΔwiVaRpwi=Δwi×zα×(Σw)iσp,\text{IVaR}_i \approx \Delta w_i \cdot \frac{\partial \text{VaR}_p}{\partial w_i} = \Delta w_i \times z_\alpha \times \frac{(\Sigma w)_i}{\sigma_p},

where Δwi\Delta w_i is the size of the new (or changed) position. In words: take the trade's size, multiply by how sensitive total portfolio VaR is to a small change in that position (its covariance with the rest of the book, rescaled), and that product approximates the true incremental effect. This approximation is a linearization, it is exact only for an infinitesimally small trade; for a large trade relative to the existing book, the true before-and-after difference can deviate noticeably from this linear estimate, because (Σw)i(\Sigma w)_i itself shifts once the trade materially changes the weight vector.

Efficient frontier
4%8%12%0%8%16%24%ABmin riskrisk (volatility) →
Mix: 50% A · 50% Breturn 8.0%risk 11.5%min-risk mix 92% A

Drag the weight slider here. The change in the portfolio's total risk as you move the slider a small step is exactly the incremental-VaR idea applied to a two-asset book: not the new asset's standalone risk, but how much the curve's height actually shifts as you nudge the mix.

current VaR diversifying trade: IVaR < 0 concentrating trade: IVaR > 0
Two \$5 trades, identical in size, move total portfolio VaR in opposite directions purely because of how each correlates with the existing book.

Component VaR answers "of the risk I already have, whose is it?" Incremental VaR answers "if I make this change, how much risk do I gain or lose?" They use the same underlying sensitivity, but they answer different questions and get used at different moments, one for ongoing monitoring, one for pre-trade decisions.

Worked example 1: a diversifying trade

Reuse the two-asset portfolio from Component VaR: $60 in Asset 1, $40 in Asset 2, Σ=(0.040.010.010.09)\Sigma = \begin{pmatrix} 0.04 & 0.01 \\ 0.01 & 0.09 \end{pmatrix}, giving σp0.1833\sigma_p \approx 0.1833 and \text{VaR}_p \approx \30.25at95 at 95% confidence on \100.

A trader proposes adding $5 of a third asset with variance 0.05 and covariance 0.015-0.015 with Asset 1 and 0.005-0.005 with Asset 2 (a genuine diversifier). Its marginal covariance-with-portfolio term (using the existing weights as an approximation) is roughly (Σw)30.6×(0.015)+0.4×(0.005)=0.0090.002=0.011(\Sigma w)_3 \approx 0.6\times(-0.015) + 0.4\times(-0.005) = -0.009 - 0.002 = -0.011.

Approximate incremental VaR: Δw3×zα×(Σw)3/σp=0.05×1.65×(0.011)/0.18330.00496\Delta w_3 \times z_\alpha \times (\Sigma w)_3 / \sigma_p = 0.05 \times 1.65 \times (-0.011)/0.1833 \approx -0.00496, i.e. roughly -\0.50. Adding this \5 position is estimated to reduce total portfolio VaR by about half a dollar, even though the position itself is not tiny, because it is negatively correlated with the existing book.

Worked example 2: a concentrating trade

Now consider adding $5 more to Asset 2 itself instead (increasing its weight, not a new asset). Using (Σw)2=0.042(\Sigma w)_2 = 0.042 from the earlier calculation: incremental VaR Δw2×zα×(Σw)2/σp=0.05×1.65×0.042/0.18330.0189\approx \Delta w_2 \times z_\alpha \times (\Sigma w)_2/\sigma_p = 0.05 \times 1.65 \times 0.042/0.1833 \approx 0.0189, about +\1.89$.

Compare the two trades: both are the same dollar size ($5), but one reduces total VaR by roughly $0.50 and the other increases it by roughly $1.89, a swing of well over $2 between two trades of identical size. Sizing limits based on notional alone would treat them identically; incremental VaR reveals they have essentially opposite effects on the book's real risk.

What this means in practice

Pre-trade risk checks at banks and multi-strategy funds run this calculation before a large order is approved: does this trade push the book past its VaR limit, net of everything already on it. It also prices internal capital charges, a desk adding a diversifying trade can face a lower internal cost of risk capital than its gross notional would suggest, precisely the incentive risk management wants to create.

The linear approximation to incremental VaR breaks down for trades that are large relative to the existing portfolio, exactly the trades a risk manager most needs an accurate answer for. A $5 add-on to a $100 book is small enough for the approximation to be reasonable; a trade that doubles a position's size is not, and the only reliable answer at that scale is to actually recompute full portfolio VaR before and after, not to trust the marginal-sensitivity shortcut.

Related concepts

Practice in interviews

Further reading

  • Jorion, Value at Risk: The New Benchmark for Managing Financial Risk (Ch. 7)
  • Garman (1996), Improving on VaR
ShareTwitterLinkedIn