Question about Bionic Turtle's 2009 FRM Program
07 Jan 2009
Learn Finance with the pros. Better articles, resources and screencasts for easier learning.
FRM |
Paul Wilmott's Chapter 22 on value at risk (VaR) is new to the 2008 FRM. He lists the criteria for a coherent risk measure. The argument is that a good risk metric should meet these criteria and they include:
These coherence criteria may seem overly technical, but sub-additivity is arguably important. And VaR fails specifically the sub-additivity criteria (unless we insist on normal distributions, which we know isn't realistic). This is why Kevin Dowd calls VaR "merely a quintile" and not a proper risk measure!
Here is an example that I hope crystallizes the sub-additivity problem. Please note: I got the idea from Kevin Dowd's Measuring Market Risk, 2nd Edition (Chapter 16 on Model Risk is the only assigned chapter for the 2008 FRM).
Below is a simple EditGrid spreadsheet (File > Export As > Excel will open into MS Excel) but also you can click here to open a new EditGrid.
You can probably see the problem. If a single bond has a zero VaR, then a portfolio of three bonds should not be riskier than adding the risk of each bond separately. That is, risk(bond) + risk(bond) + risk(bond) should not be less than risk (bond + bond + bond). If that is violated, VaR could penalize diversification. Yet here we have illustrated a case where 0 + 0 + 0 < $100. Here is the spreadsheet:
9/9/08 Update: Per this thread, I just added expected shortfall (ES) below the VaR to illustrate how ES satisfies sub-additivity. Note that ES(3 bonds) = 1.024 < 3* ES(1 bond) = 0.4 * 3 = 1.2.
07 Jan 2009
05 Jan 2009
04 Jan 2009
Comments
Shouldn’t the calculations be at the confidence level .95 or the inverse .05? If so, the VaR of bond 1 = 5; bond 2 = 5; bond 3 = 95. The total of 105 exceeds 100 and there is no violation of subadditive requirement. I am sure the calculations must be more complex than in either of our examples.
Hi Jim,
95% is used, it’s the yellow input. The =CRITBINOM() functions performs the VaR quantile function. For one bond, if the PD is 2%, then the 95% VaR is 0 because it’s a discrete variable. They key here is really the behavior of discrete variables. If we move the confidence up to, say, 99.9%, then 95% VaR = 100% (or $100) and your idea applies. i agree with you that there probably are more complex approaches to estimating the quantile but i still think this satisfies as an exception…
Leave a Comment