Discussion:
[Quantlib-users] Info about adaptVanDelta argument in VannaVolgaBarrierEngine
Igor Swie
2017-04-20 15:39:36 UTC
Permalink
Hello,

I've seen that there is an additional correction to the Vanna Volga one
when setting the adaptVanDelta to true in the VannaVolgaBarrierEngine.

I haven't found this correction in usual textbooks.

Who can explain this extra correction?



Thanks
Peter Caspers
2017-04-21 18:40:00 UTC
Permalink
Hi Igor,

on behalf on my dear former colleague Yue Tian (who wrote the engine): I think the adaptVanDelta flag is inspired by the Vanna-Volga Model in Murex, which also provides such a flag. The idea is to replicate the “true" vanilla price computed on the original smile in the edge case that the barrier option actually collapses to the vanilla. For example the up and out price is corrected by

noTouchProbability x ( trueVanillaPrice - vannaVolgaSmileVanillaPrice )

so if noTouchProbability tends to one, the up and out price tends to the vanilla price computed on the original smile. The latter price has to be provided as an input to the model if adaptVanDelta = true.

I don’t actually know if this method has a footing in the literature or if it is a proprietary approach.

Best Regards
Peter
Post by Igor Swie
Hello,
I've seen that there is an additional correction to the Vanna Volga one when setting the adaptVanDelta to true in the VannaVolgaBarrierEngine.
I haven't found this correction in usual textbooks.
Who can explain this extra correction?
Thanks
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
QuantLib-users mailing list
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Loading...