CONTENTS

Exercise: Building VaR's subadditivity counter-example

Consider two independent defaultable bonds XX and YY with identical marginals:

P(X=5)=0.98,P(X=100)=0.02,(same for Y),\mathbb{P}(X = 5) = 0.98, \quad \mathbb{P}(X = -100) = 0.02, \quad (\text{same for } Y),

and X,YX, Y independent.

Tasks

  1. Compute VaR0.05(X)\text{VaR}_{0.05}(X) and VaR0.05(Y)\text{VaR}_{0.05}(Y) individually.

  2. Enumerate the distribution of X+YX + Y (all four possible outcomes with probabilities).

  3. Compute VaR0.05(X+Y)\text{VaR}_{0.05}(X + Y).

  4. Verify numerically that VaR0.05(X+Y)>VaR0.05(X)+VaR0.05(Y)\text{VaR}_{0.05}(X + Y) > \text{VaR}_{0.05}(X) + \text{VaR}_{0.05}(Y) — VaR fails subadditivity.

  5. For the same X,YX, Y, compute ES0.05\text{ES}_{0.05} on each individually and on the sum. Verify ES is subadditive here.

  6. Interpretation. In plain English, explain why holding two independent defaultable bonds can look riskier under VaR than holding just one.

Hint

For part 3, you need to identify the quantile of a four-point distribution — list probabilities cumulatively and find the first value where cumulative probability exceeds 0.050.05.