How to calculate mean reversion for Hull White tree calibration?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (1)
Veda Upadhye
il 23 Ago 2017
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
0 Commenti
Vedere anche
Categorie
Scopri di più su Cluster Analysis and Anomaly Detection in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!