November 7th, 2005, 10:28 pm
You might want to try the GARCH diffusion,which is the process dV = k (b - V) dt + c V dB(t).Of course, there are two processes, the statistical and therisk-neutral; c should be the same in both, but feelfree to play around with k and b to fit the market.For the risk-neutral, b is usually not too far from what you think the implied vol^2 would be at very long maturities. You mustalready have a value in mind for b from your Heston model work.A fourth parameter is the equity-vol correlation (more on that below). For starters, you might want to see if the equilibrium stationary distribution can be made plausiblefor your application, given your best parameterestimates. I like this model because:(i) it's problem-free: the process certainly won't hit zero,like the Heston model, or explode to +infinity aslong as b > 0 && k > 0. (ii) It has empirical justification from a -lot- of GARCH work. With such long-dated securities, perhaps you cantake zero equity-volatility correlation (I don't know,just suggesting something). With that, vanilla pricing isrelatively simple, just average the BS vanilla priceover the vol. distribution p(t,Vbar), where Vbar is thetime-average volatility from 0 to t. That distribution is easily simulated. It should get pretty close to the stationary vol. distribution p(V) for k t >> 1, so this may meanthat at 17 years or 10 years, etc., you can just use the stationary dist.without much error. If the model looks plausible after all these checks, Iwould bring back in the correlation and fit the thingto the 1-3 year vanilla spx options. Don't worry about veryshort maturiities as the model lacks the very wide tailsfor that, but the cures for that won't help you. Then, you could start to investigate your exotics and whether or not dropping the correlation works for you ornot. (Price your stuff both with and without). A note on pricing. With or without correlation,vanilla europeans are straightforward -- you need simulate -only- the volatility process. (see the wilmottthread "Fast Monte Carlo for Vanillas ..." for more on that).If you have to do a 2 factor simulation for the exotics to get a rough price, so be it. I think the task should be to first see if you like the model.Once you like a model, then it will seem worth the trouble touse/create a pde solver or related method for your final implementation. It would be interesting to hear progress reports;if it's not proprietary, what exactly is your payoff structure? regards,
Last edited by
Alan on November 7th, 2005, 11:00 pm, edited 1 time in total.