Quant Memo
Advanced

Risk Budgeting

Allocating a portfolio by how much risk each position contributes, not how much capital it holds. You set a risk budget — targets for each piece's share of total risk — then size positions to hit them.

Prerequisites: Covariance Matrix Estimation, Volatility

Capital weights lie about risk. A classic 60/40 stock-bond portfolio looks balanced — 60% of your money in stocks, 40% in bonds — but because stocks are three or four times as volatile as bonds, something like 90% of the portfolio's actual risk comes from the equity sleeve. Risk budgeting is the discipline of allocating by that second number instead of the first. You decide up front how much of your total risk each position or strategy is allowed to contribute, then choose weights to hit those targets.

The machinery comes from splitting total portfolio volatility into per-asset pieces that add up exactly. Portfolio volatility is σ(w)=wΣw\sigma(w) = \sqrt{w^\top \Sigma w}, where ww is the vector of weights and Σ\Sigma is the covariance matrix. It decomposes cleanly (this is Euler's theorem) into risk contributions:

RCi=wi(Σw)iσ(w),iRCi=σ(w).\text{RC}_i = w_i\,\frac{(\Sigma w)_i}{\sigma(w)}, \qquad \sum_i \text{RC}_i = \sigma(w).

RCi\text{RC}_i is the amount of total volatility that position ii is responsible for. The term (Σw)i/σ(w)(\Sigma w)_i/\sigma(w) is its marginal contribution to risk — how much total vol rises if you add a bit more of ii — and multiplying by the weight wiw_i gives its full share. The beautiful part: these shares sum to exactly the total risk, so "position ii's percent of risk budget" is just RCi/σ(w)\text{RC}_i / \sigma(w), and they add to 100%.

A risk budget assigns each position a target share of total risk. The tool is the risk contribution RCi=wi(Σw)i/σ\text{RC}_i = w_i(\Sigma w)_i/\sigma, and these contributions sum exactly to total portfolio risk — so you can carve up risk the way you'd carve up a pie. Risk parity is the special case where every slice is equal.

Capital weights 60% 40% Risk contributions 92% 8% Equities Bonds
The same 60/40 portfolio, seen two ways. By capital it looks balanced; by risk it is almost entirely an equity bet. Risk budgeting means designing the bottom bar on purpose instead of letting it fall out of the top one by accident.

Worked example

Take a 60/40 portfolio: equities at weight 0.60.6 with volatility 18%, bonds at 0.40.4 with volatility 6%, correlation 0.20.2.

  • Portfolio variance: 0.62(0.182)+0.42(0.062)+2(0.6)(0.4)(0.2)(0.18)(0.06)=0.01166+0.00058+0.00104=0.013280.6^2(0.18^2) + 0.4^2(0.06^2) + 2(0.6)(0.4)(0.2)(0.18)(0.06) = 0.01166 + 0.00058 + 0.00104 = 0.01328, so σp=0.01328=11.5%\sigma_p = \sqrt{0.01328} = 11.5\%.
  • Equity's risk contribution: its row of Σw\Sigma w is 0.6(0.0324)+0.4(0.00216)=0.020300.6(0.0324) + 0.4(0.00216) = 0.02030, so RCeq=0.6×0.02030/0.115=0.1057\text{RC}_\text{eq} = 0.6 \times 0.02030 / 0.115 = 0.1057. As a share of total: 0.1057/0.115=92%0.1057/0.115 = 92\%.
  • Bond's risk contribution: its Σw\Sigma w row is 0.6(0.00216)+0.4(0.0036)=0.002740.6(0.00216) + 0.4(0.0036) = 0.00274, so RCbd=0.4×0.00274/0.115=0.0095\text{RC}_\text{bd} = 0.4 \times 0.00274/0.115 = 0.0095, a share of 8%8\%.

So a portfolio that is 60/40 by capital is 92/8 by risk. If your risk budget instead calls for a 50/50 split of risk, you'd have to slash the equity weight dramatically and lever the bond sleeve up — which is precisely the recipe Risk Parity follows, then scales the whole thing to a target volatility (Vol Targeting).

Where it misleads

  • The budget is only as stable as the covariance matrix. Risk contributions depend entirely on Σ\Sigma. When correlations regime-shift — bonds stop hedging stocks, say — yesterday's carefully set budget is silently wrong today (Regime Detection).
  • Contributions can go negative. A genuine hedge has a negative risk contribution: it reduces total risk. That's correct and useful, but it means a naive "everyone gets a positive slice" mental model breaks for hedged books.
  • No return input. Budgeting risk says nothing about reward. Handing equal risk to a great strategy and a mediocre one wastes budget; risk budgeting maximises diversification, not expected return, unless you feed in views.

A risk budget is a snapshot of a moving target. Because it's built entirely from Σ\Sigma, a shift in correlations can double a position's true risk share overnight without you touching a single weight. Re-estimate and re-budget regularly, and stress-test the budget under a correlations-go-to-one scenario.

Think of risk budgeting as the general case and equal-weight, inverse-vol, and risk parity as points inside it. Risk parity = "every asset gets the same risk slice." Set unequal target slices instead and you've expressed a view — more risk to your best ideas — while still controlling the total.

Related concepts

Practice in interviews

Further reading

  • Roncalli, Introduction to Risk Parity and Budgeting
  • Litterman (1996), Hot Spots and Hedges
ShareTwitterLinkedIn