Serving the Quantitative Finance Community

 
User avatar
james88
Topic Author
Posts: 0
Joined: September 24th, 2007, 7:02 am

LMM calibration to cap and swaption quotes

April 2nd, 2008, 1:26 am

i am at starting stage of LMM implementation (non-param calibration, piecewise constant)when using LMM to price vanilla caps, i know it can recover black model price.but during this process, i do not need to use the instantaneous correlation matrix. (i can get black price)it seems to me that forward rates in caplet pricing are assumed to be independent?But the purpose of calibration is find out the corr matrix so that i can generate random numbers with desired correlationwhat's wrong with my understanding here?alsoi calibrate LMM to cap, swaption quotes as follows1. obtain caplet vol from market quoted cap vol (by stripping)2. from swaptions quotes, minimize the diff between market swaption quotes and my swaption prices by searching fora fitting instantaneous correlation matrix
 
User avatar
manolom
Posts: 0
Joined: March 14th, 2006, 2:52 pm

LMM calibration to cap and swaption quotes

April 2nd, 2008, 7:10 am

QuoteOriginally posted by: james88when using LMM to price vanilla caps, i know it can recover black model price.but during this process, i do not need to use the instantaneous correlation matrix. (i can get black price)it seems to me that forward rates in caplet pricing are assumed to be independent?But the purpose of calibration is find out the corr matrix so that i can generate random numbers with desired correlationwhat's wrong with my understanding here?Correlation is needed when you need to price swaptions because the fwd swap rate depends on several fwd rates observed at the same time. In the case of caps, the caplets are independent options (different underlying and also different observation time). That's why you model fwd rates independently.