• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

estimation of parameters two factor CIR

Joined
10/20/13
Messages
17
Points
11
Hello
I'm currently implementing two factor short rate models. I have implemented a one factor Cir choosing the short rate as the 3 month rate (for data reasons) and calibrating the model with the historical average of the yield and volatility using least squares. Since the two factor Cir (r= x+y) is essentialy the sum of two uncorreleted cir processes how should i calibrate them i.e. what is x and y? short, long rate? short and volatility?
Thanks
 
Normally these are the short rate and a longer rate which are uncorrelated.

Brigo and Mercurio discuss the model.
 
I already read the corresponding chapters in Brigo. They sadly do not discuss too much about the details of the implementation. At most, how long can the longer rate be? any criteria? any interesting papers using CIR 2?
 
There is a paper on the internet on the Heston Model: A Practical Approach. It discusses calibration of two factor models, and includes matlab code. Can probably even be altered to fit your specific circumstances.

Not sure if it discusses the pros and cons of various possible market data inputs.
 
Back
Top