Component VaR
Total portfolio VaR is one number. Component VaR splits that single number into exactly how many dollars of it each position contributes, and the pieces add up perfectly to the whole.
Prerequisites: Value at Risk (VaR), Diversification
A portfolio's total Value at Risk (VaR) comes back as a single number, say $2 million. A risk manager's next question is always: which positions are actually driving that number? You cannot answer this by computing each position's standalone VaR and adding them up, standalone VaR ignores diversification entirely and the individual numbers will sum to far more than the $2 million total. Component VaR solves this by splitting total portfolio VaR into pieces, one per position, that account for each position's diversification benefit and that add up exactly to the whole.
The analogy
Think of splitting a restaurant bill among friends who shared several dishes. You cannot just ask "how much would each person's meal have cost alone at a different restaurant," that number ignores that dishes were shared and discounts applied. You want to know each diner's true, fair share of this bill, in a way that the shares add up exactly to the total on the receipt. Component VaR is that fair-share calculation applied to portfolio risk: not "how risky is this position on its own," but "how much of the portfolio's actual, diversified risk belongs to this position."
Building the formula
Total portfolio VaR can be written as , where is portfolio volatility and is the confidence-level multiplier (e.g. 1.65 for 95%). The key building block is each asset's marginal contribution to portfolio volatility,
where is the weight vector and the covariance matrix. In words: this is "how much would total portfolio volatility change if you nudged position 's weight up a tiny bit," and it depends not just on asset 's own volatility but on how it covaries with everything else in the book, is asset 's covariance with the whole portfolio, not with itself alone.
Component VaR multiplies that marginal sensitivity by the position's actual size, and it uses a mathematical identity (Euler's theorem, since VaR here is a function that scales linearly with the whole portfolio's size) to guarantee the pieces sum exactly to the total:
In words: each position's component is its weight times its covariance with the whole portfolio, rescaled so all the pieces add back up to the total VaR dollar figure exactly. A position can even have a negative component VaR, meaning it is a genuine hedge that reduces total portfolio risk below what the other positions alone would produce.
Drag the correlation slider here. As correlation falls, the frontier bows further left, meaning total portfolio risk for a given mix drops below what either asset's standalone risk would suggest. Component VaR is the accounting exercise that assigns each asset its fair share of that leftward bow, not its share of the two standalone risk numbers you started with.
Standalone VaRs of the individual positions always sum to more than total portfolio VaR (unless everything is perfectly correlated), because standalone figures double-count risk that diversification actually cancels out. Component VaRs are the only decomposition that adds up exactly to the real total, which is what makes them useful for risk budgeting.
Worked example 1: two positions
A portfolio holds $60 in Asset 1 and $40 in Asset 2 (weights ). Their covariance matrix (annualized) is .
: first row ; second row .
Portfolio variance: , so (18.33% annual vol).
At 95% VaR () on a $100 portfolio: , i.e. $30.25.
Component shares: Asset 1's share of variance is . Asset 2's is as well. So \text{CVaR}_1 = 0.5 \times \30.25 = $15.13\text{CVaR}_2 = $15.13, summing exactly to \30.25, even though the positions are unequal in size ($60 vs $40), because Asset 2's higher own-volatility (9% variance vs 4%) offsets its smaller weight.
Worked example 2: a hedge with negative component VaR
Add a third, small short position in an asset negatively correlated with Asset 1, with weight and once its covariance with the rest of the book is included. Its component is proportional to , positive, since two negatives multiply to a positive. Counter-intuitively, this short "hedge" adds a small slice to total VaR here rather than reducing it, because component VaR depends on the product of a position's own weight and its covariance with the whole book, not on whether it looks like a hedge in isolation.
What this means in practice
Component VaR is the standard tool for risk budgeting across a multi-strategy book: a risk manager sets a dollar VaR limit per desk and monitors component VaR against it, catching a position whose contribution has grown even if its own size hasn't changed, because its correlation with the rest of the book shifted. It also feeds Incremental VaR, which asks what happens if you add or remove a position entirely.
Component VaR depends on the whole covariance matrix, not just the position in question, so it changes whenever any other position in the book changes, even if this specific position's own size and volatility are completely unchanged. A trader who sees their component VaR rise should not assume they did anything differently; someone else's new position could be the actual cause, and reading component VaR without checking what else moved in the book is a common and costly misdiagnosis.
Related concepts
Practice in interviews
Further reading
- Litterman (1996), Hot Spots and Hedges
- Jorion, Value at Risk: The New Benchmark for Managing Financial Risk (Ch. 7)