Hi,
I am currently trying to implement the Bergomi model to price forward skew sensitive options. In order to calibrate the stock price process, I need to compute the model implied spot skew ( difference between 95 and 105 moneyness implied vols). Since the stock SDE corresponds to a standard CEV model, I implemented the following two approaches (I use the CEV setup as specified by Bergomi here on page 5: http://papers.ssrn.com/sol3/papers.cfm? ... id=1493302 ):
1. Use the CEV closed form solution for std. European options and apply bisection algorithm ( see Schroeder(1989))
2. Use a perturbation expansion to get an approximation for BS implied vol directly ( see Hagen and Woodward (1998))
Unfortunately, for fixed large beta, both methods start to yield very different results. The perturbation based approach shows a skew that is convex in the level parameter sigma, the closed form shows concave behavior.
My question: Is there any literature about the asymptotic behavior of the implied vol surface for very large beta? Which behavior is intuitively more plausible? Can the perturbation error grow this large (I implemented it up to 4th order)?
I personally think the closed form behavior is more plausible, but the evaluation of the required non-central chi squared distribution is sometimes tricky, whereas the perturbation approach seems to be quite reliable for "reasonable" parameters.
Thanks in advance for any help!


