Hello to everyone !
For my Master's thesis I've made a code that price a particular interest rates derivative using MC with the CIR model.
The code is fine, I now need to calibrate the model.
I'm not hiding the fact that I really have difficulties to understand the process I should code for this part: the algorithm is easy to understand of course but I don't know the formulas I should use.
Here is how I see the process:
NPV_CAP_CIR is the pricing formula of bond option with the CIR model
NPV_CAP_BlackSholes is the pricing formula of cap with Black
Is that correct ?
Also, is the pricing formula of bond option with CIR model is given by :
http://isc.temple.edu/economics/wkpapers/Valuing Bonds/C-I-R.pdf
P13: C(r,t,T,s,K) ?
I didn't have quantitative oriented classes and I must confess that I'm a bit lost.
I'm statisfied about the MC and pricing code because I've never coded before but a non-calibated CIR is useless.
PS1: for the moment these are my questions, I'll certainly need to ask other questions later
PS2: sorry about my English (I'm french !)
Thanks in advance
Alice
For my Master's thesis I've made a code that price a particular interest rates derivative using MC with the CIR model.
The code is fine, I now need to calibrate the model.
I'm not hiding the fact that I really have difficulties to understand the process I should code for this part: the algorithm is easy to understand of course but I don't know the formulas I should use.
Here is how I see the process:
f(x,..,..,..,..,etc.) = NPV_CAP_CIR - NPV_CAP_BlackSholes
where x is the variable I want to calibrate (the pull-back variable for instance)
δf '(x,..,..,..,..,etc.)/ δx = ............................
NPV_CAP_CIR is the pricing formula of bond option with the CIR model
NPV_CAP_BlackSholes is the pricing formula of cap with Black
Is that correct ?
Also, is the pricing formula of bond option with CIR model is given by :
http://isc.temple.edu/economics/wkpapers/Valuing Bonds/C-I-R.pdf
P13: C(r,t,T,s,K) ?
I didn't have quantitative oriented classes and I must confess that I'm a bit lost.
I'm statisfied about the MC and pricing code because I've never coded before but a non-calibated CIR is useless.
PS1: for the moment these are my questions, I'll certainly need to ask other questions later
PS2: sorry about my English (I'm french !)
Thanks in advance
Alice