March 23rd, 2013, 9:43 pm
QuoteOriginally posted by: leo2000Hi Alberto,I see in your code that when calculating the implied volatilities for the Heston and the Heston-Hull-White models you have used for both cases "r=0.05". Note that for the HHW model the interest rate is not constant- its stochastic so it may be inappropriate to plug in r=0.05 in the BS formula. If you want to compare two models: one with stochastic interest rates and one with constant I would suggest to move to the forward measure. Those derivations you can find at "The Affine Heston Model with Correlated Gaussian Interest Rates for Pricing Hybrid Derivatives", forthcoming in Quant. Finance 2011.I would also suggest to perform a Monte Carlo simulation (with the QE scheme by L. Andersen) to confirm your implementation. To my knowledge the results from the article were fully replicable.Regards,L.Hello Lech,I searched forum and found this 2-years-ago post... And I am having same confusion nowWould you suggest how you calculate the implied volatility in your paper "On the heston model with stochastic interest rates", table 1? Some other guys suggest me to use initial r, but it looks this choice gives very poor fit (relative error is around 30%) for deterministic approach (H1HW in your paper).And for stochastic approach (H2HW in your paper), when solving characteristic function for H2HW, the process involving evaluate two time-dependent function \mu^{\varepsilon}(t) and \psi^{\varepsilon}(t). In my understanding t here is initial time, in other words, t=0. But these two functions have singularity at 0, how would you evaluate them at 0? I tried with a very small value of t, but still get poor fitness.