Actuarium

Risk Measures and Capital

Advanced
14 min read·Risk & Reinsurance
On this page
Key formulas
Value at Risk
VaRα(X)=inf{x:FX(x)α}\text{VaR}_\alpha(X) = \inf\{x : F_X(x) \ge \alpha\}
Tail VaR / CTE / ES
TVaRα(X)=11αα1VaRu(X)du\text{TVaR}_\alpha(X) = \frac{1}{1-\alpha}\int_\alpha^1 \text{VaR}_u(X)\,du
Subadditivity (coherence)
ρ(X+Y)ρ(X)+ρ(Y)\rho(X+Y) \le \rho(X) + \rho(Y)
Wang transform
g(u)=Φ(Φ1(u)+λ)g(u) = \Phi(\Phi^{-1}(u) + \lambda)
Euler allocation
ρi=Cov(Xi,X)/σ(X)×ρ(X) (for st. dev. ρ)\rho_i = \text{Cov}(X_i, X) / \sigma(X) \times \rho(X)\ \text{(for st.\ dev.\ }\rho\text{)}

Risk measures translate a loss distribution into a single number used for pricing, reserving margins, and capital setting. The choice of measure matters: it determines what gets capitalized, how capital is allocated across business units, and whether the resulting incentives are sound.

Value at Risk

VaRα(X)=inf{x:FX(x)α}\text{VaR}_\alpha(X) = \inf\{x : F_X(x) \ge \alpha\}

is the α\alpha-quantile of the loss distribution XX — "the loss we expect to exceed only (1α)(1-\alpha) of the time." VaR is easy to compute and communicate but says nothing about the severity of losses beyond the threshold, and — critically — is not subadditive in general.

Tail VaR, CTE, and Expected Shortfall

TVaRα(X)=11αα1VaRu(X)du=E[XXVaRα(X)]\text{TVaR}_\alpha(X) = \frac{1}{1-\alpha}\int_\alpha^1 \text{VaR}_u(X)\,du = E[X \mid X \ge \text{VaR}_\alpha(X)]

for continuous distributions (Conditional Tail Expectation, CTE, and Expected Shortfall, ES, coincide with TVaR in the continuous case; they can differ subtly at mass points in discrete distributions). TVaR averages all the tail outcomes beyond the quantile, so it is sensitive to tail thickness in a way VaR is not — a key reason regulators (Solvency II's economic underpinnings, Swiss Solvency Test) and rating agencies favor it for tail-risk capital.

Coherence and VaR's subadditivity failure

Artzner, Delbaen, Eber & Heath (1999) define a coherent risk measure as one satisfying:

  1. Monotonicity: XYρ(X)ρ(Y)X \le Y \Rightarrow \rho(X) \le \rho(Y)
  2. Translation invariance: ρ(X+c)=ρ(X)+c\rho(X+c) = \rho(X) + c
  3. Positive homogeneity: ρ(λX)=λρ(X)\rho(\lambda X) = \lambda \rho(X) for λ0\lambda \ge 0
  4. Subadditivity: ρ(X+Y)ρ(X)+ρ(Y)\rho(X+Y) \le \rho(X) + \rho(Y)

Subadditivity formalizes "diversification cannot increase risk" — a portfolio's risk measure should not exceed the sum of its parts' risk measures. TVaR is coherent; VaR is not, and the standard counterexample makes this concrete.

Counterexample: VaR is not subadditive

Consider two independent risks, each defaulting with probability 4% for a loss of 100 (else 0), so each risk's 95% VaR is 0 (since P(loss=0)=96%95%P(\text{loss}=0)=96\% \ge 95\%). For the sum X+YX+Y:

OutcomeProbability
Both 00.96×0.96=0.92160.96 \times 0.96 = 0.9216
Exactly one defaults (loss 100)2×0.04×0.96=0.07682 \times 0.04 \times 0.96 = 0.0768
Both default (loss 200)0.04×0.04=0.00160.04 \times 0.04 = 0.0016

P(X+Y=0)=0.9216<0.95P(X+Y = 0) = 0.9216 < 0.95, so the 95th percentile of X+YX+Y falls in the "exactly one defaults" outcome: VaR0.95(X+Y)=100\text{VaR}_{0.95}(X+Y) = 100.

But VaR0.95(X)+VaR0.95(Y)=0+0=0<100=VaR0.95(X+Y)\text{VaR}_{0.95}(X) + \text{VaR}_{0.95}(Y) = 0 + 0 = 0 < 100 = \text{VaR}_{0.95}(X+Y) — subadditivity is violated: diversifying two risks increased the measured VaR from 0 to 100. This is exactly the pathology that motivates TVaR/ES for tail capital.

Distortion and spectral risk measures

A distortion risk measure reweights the survival function through a concave distortion function g:[0,1][0,1]g:[0,1]\to[0,1] with g(0)=0,g(1)=1g(0)=0, g(1)=1:

ρg(X)=0g(SX(x))dx.\rho_g(X) = \int_0^\infty g(S_X(x))\,dx.

The Wang transform uses g(u)=Φ(Φ1(u)+λ)g(u) = \Phi(\Phi^{-1}(u) + \lambda), shifting the standard normal quantile by a market price of risk λ\lambda; the proportional hazard (PH) transform uses g(u)=u1/γg(u) = u^{1/\gamma} for γ1\gamma \ge 1. Both are coherent when gg is concave, and both generalize VaR/TVaR as special (degenerate) cases. A spectral risk measure generalizes further by weighting each quantile of the loss distribution by an explicit risk-aversion function ϕ(u)\phi(u) integrating to 1: ρϕ(X)=01ϕ(u)VaRu(X)du\rho_\phi(X) = \int_0^1 \phi(u)\,\text{VaR}_u(X)\,du, and is coherent whenever ϕ\phi is non-decreasing (more weight on worse outcomes) — TVaR is the spectral measure with ϕ(u)=1{u>α}/(1α)\phi(u) = \mathbb 1\{u > \alpha\}/(1-\alpha).

Euler (gradient) capital allocation

Given total capital ρ(X)\rho(X) for a portfolio X=iXiX = \sum_i X_i, the Euler allocation splits capital in a way that is exactly additive (allocations sum to total capital) and reflects each unit's marginal contribution to tail risk, exploiting the homogeneity of ρ\rho:

ρi=Xiρ(X)Xiat actual weights.\rho_i = X_i \cdot \frac{\partial \rho(X)}{\partial X_i}\bigg|_{\text{at actual weights}}.

For ρ\rho = standard deviation, this reduces to ρi=Cov(Xi,X)σ(X)σ(X)\rho_i = \dfrac{\text{Cov}(X_i, X)}{\sigma(X)}\sigma(X) — i.e., allocate in proportion to each unit's covariance with the total. For TVaR, the Euler allocation is ρi=E[XiXVaRα(X)]\rho_i = E[X_i \mid X \ge \text{VaR}_\alpha(X)], the expected loss from unit ii conditional on the portfolio being in its tail scenario — capturing exactly how much each line contributes when things go badly, not merely its stand-alone size.

Worked two-line Euler example

Two lines, simulated (or modeled) jointly over 10 equally-likely scenarios, total losses X=X1+X2X = X_1 + X_2:

ScenarioX1X_1X2X_2XX
1–7 (benign)101525
8402060
9207090
103090120

At α=0.80\alpha = 0.80 (worst 20% = top 2 of 10 scenarios: 9 and 10), TVaR0.80(X)=(90+120)/2=105\text{TVaR}_{0.80}(X) = (90+120)/2 = 105.

Euler allocation to line 1: E[X1tail]=(20+30)/2=25E[X_1 \mid \text{tail}] = (20+30)/2 = 25. Euler allocation to line 2: E[X2tail]=(70+90)/2=80E[X_2 \mid \text{tail}] = (70+90)/2 = 80. Check: 25+80=10525+80=105 ✓ — capital is allocated in proportion to each line's actual tail behavior (line 2 dominates the tail even though it is not always the larger line), not its stand-alone volatility.

RBC and Solvency II SCR

The NAIC Risk-Based Capital (RBC) formula for P&C insurers combines charges for asset risk (R0–R2), credit risk (R3), underwriting risk — reserve and premium risk (R4, R5) — via a covariance adjustment (square-root formula, treating major risk categories as independent) to produce Total Adjusted Capital vs. Authorized Control Level RBC, triggering regulatory action at specified ratios (Company Action Level, Regulatory Action Level, etc.).

Solvency II's SCR (Solvency Capital Requirement) is calibrated as the 99.5% one-year VaR of Basic Own Funds, computed either via a standard formula (modular capital charges for market, counterparty default, life/health/non-life underwriting risk, combined via prescribed correlation matrices) or an approved internal model. Both RBC and SCR are ultimately risk measures applied to an insurer's own balance sheet, differing chiefly in calibration philosophy (formula factors and correlations vs. VaR at a specified confidence level) and in whether diversification benefits are recognized explicitly.

ORSA (Own Risk and Solvency Assessment) requires insurers to conduct their own forward-looking assessment of risk and capital adequacy — beyond the formulaic SCR/RBC — incorporating the insurer's own risk profile, business strategy, and stress scenarios, and is a qualitative/quantitative complement rather than a single number.

Pitfalls

  • Using VaR for capital and diversification credit simultaneously — since VaR is not subadditive, "diversified VaR" can understate risk in ways TVaR would not.
  • Ignoring estimation error in tail risk measures — TVaR at extreme percentiles is highly sensitive to tail model choice (see Extreme Value Theory).
  • Allocating capital by stand-alone volatility rather than tail contribution, understating the true capital need for a line that is small on average but dominant in tail scenarios.

Exam relevance

Coherent risk measures, TVaR, and capital allocation are tested on CAS Exam 9 (previously Exam 8/ERM material) and referenced throughout SOA ERM/QFI tracks.

Further reading

  • Artzner, Delbaen, Eber & Heath (1999), Coherent Measures of Risk
  • Wang (2000), A Class of Distortion Operators for Pricing Financial and Insurance Risks
  • NAIC, Risk-Based Capital Forecasting & Instructions

Related

References

  • Artzner, Delbaen, Eber, Heath (1999), Coherent Measures of Risk
  • Wang (2000), A Class of Distortion Operators
  • NAIC RBC Instructions
  • EIOPA Solvency II Delegated Regulation

Want a deeper conversation on this topic?

Ask the agent about this
Ask the tutor