August 31st, 2005, 5:58 pm
Any help for probability bucketing for pricing CDO by Hull white?I integrate the conditional probablity of loss in bucket k, for some time t|under M. Based on this unconditional probablity, I compute the expected absorbed loss up to time T(i) as Andersen's paper. Then, DL and PL. However, my result is totally different with Monte Carlo. It seems my Default leg payout is too small because there is very low probability that loss be in the large bucket. I'm not sure which step I goes wrong. Could anyone who implements this model helps check the probablity ?I really appreciate any help and suggestions. Attached is the unconditional probablity with 100 names, homogeneous, corr = 0.3, recovery 0.4, intensity 0.03, bucket is (0,30)(30, 90), ...(5940, 6000). (total notional is 60). QuoteOriginally posted by: KarwitzI use the second implementation approach in the HW paper where the loss distribution is built up in an iterative procedure one debt instrument at a time. As simple as it seems to be to implement, I assume millions have been successful in their implementation and now feel they want to share some thoughts on it with me. I use a Monte Carlo approach to produce a simple discrete loss distribution and compare it with the loss distribution produced by my HW implementation. Unfortunately I can not make the HW implementation come anywhere close the MC distribution for smaller baskets (N<100). For the trivial case with zero correlation I do have a match but that does not give me the nobel prize.Below I will describe the implementation with focus on my interpretation on the different parameters. If anyone care to read and comment on this I will be forever grateful.Consider a CDO with N obligors, constant pairwise linear correlation of c, recovery R and probability of default p.In the expression for the probability conditional on the common market factor M i set the parameters to the followingH = the Gaussian CDFF^-1 = the inverse Gaussian CDFQ(t) = pa = sqrt(c)I set up a bucket structure covering all potential losses with small bucket size in between the attachment and detachment points and (a lot) larger outside this area. The algorithm is set up so that for each t and value of M=m in the Gaussian quadrature integration I follow the steps described in appendix B. Using the notation in the paper I setalpha_j = the conditional probability described aboveL_k = L_j = Nominal of debt instrument j * (1-R), here I assume they have a typo and that they mean L_j when they write L_k.The integration is taken from 0 to 1. After this we end up with one probability for each t and bucket, i.e. the probability that we at time t will have a loss equal to the midpoint of a certain bucket. Thanks in advance.
-
Attachments
-
prob_loss.zip
- (1.06 KiB) Downloaded 56 times