• 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!

Hull White - Interest rate tree model

Joined
8/15/11
Messages
3
Points
11
Hi everyone,

I am trying to use the hull white model to build the interest rate tree for evaluating the callable bond.
Unfortunately, i don't know how to set the below parameters:
- mean reversion rate (some set 0 for special case, some said between 0.001 and 0.1);
- threshold factor;
- Volatility;

Can everyone give me the guide to set the value to them and the rationales behind of setting them?

Thanks a lot.
Ironman
 
You want calibrate the model to market bond prices, e.g. fitting the parameters to minimize the squared errors between the model output and the market yield curve.
 
I want to base on this interest rate tree to forecast the bond price.

do you know how to set them?
 
Back
Top