How to calculate mean reversion for Hull White tree calibration?

2 次查看(过去 30 天)
I am trying to create a Hull White tree. While using the function hwvolspec, two of the input arguments are Alphacurve and AlphaDates. I just have the volatility term structure, the zero curve and the associated dates. From where do I get the value of Alphacurve and AlphaDates?
Thanks

回答(1 个)

Veda Upadhye
Veda Upadhye 2017-8-23
Hi,
In order to create the Hull White tree, you would require to specify the parameters "AlphaCurve" (mean aversion values) and "AlphaDates"(mean aversion dates) as you mentioned. These parameters can be obtained by using existing market data. The "AlphaDates" or "EndDates" would be the market maturity date values. And you could call a calibration routine by using "hwcalbycap" function to obtain the "AlphaCurve" values. This function calibrates using the Hull-White model with "Strike", "Settle", and "Maturity" input arguments. You may find the following link useful:
https://www.mathworks.com/help/fininst/calibrating-hull-white-model-using-market-data.html
Alternatively, you could calculate "AlphaCurve" values using the function "hwcalbycap" where the values would be calculated using the entire cap volatility surface. Here is a link for the same:
https://www.mathworks.com/help/fininst/hwcalbycap.html
Hope this helps!
Veda

类别

Help CenterFile Exchange 中查找有关 Financial Data Analytics 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by