You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from a Local Volatility Model, and a Stochastic Volatility Model,
we produce a Stochastic Local Volatility Model - using particle method calibration.
We use these sensitivities to evaluate the ATM Volatility of Volatility and the Skew-Stickiness-Ratio.
Results
Code performance
Running on my laptop (bought in 2019), with 16Go of RAM, Intel i708550U.
It takes about a minutes to run the script to build all the graphs below, with $n_{MC}=10^5$.
$n_{MC}=10^6$ works too and takes a bit longer, but results are better, this is the parameter used to generate the graphs of the current document.
Vol of Vol and SSR
Our implementation produces these quantities. Code is readable and runs fast.
Implementing the Tangent Processes is a bit of work, main benefit is to save a bumped price and have the sensitivity directly. The cost of implementing the Tangent Processes increases the number of state variables for the simulated paths, but does not require additional brownian simulation.
Another benefit of Tangent Process is that results are sometimes smoother, but this is not guaranteed - it does make sense intuitively, and is observed empirically.
Sensitivities
These are the addiitonal quantities that are building blocks of the SSR and Vol of Vol.
In each graph, we show 'Bump-Recompute' version and the 'TangentProcess' version.
Other Quantities
These are sanity checks to confirm the numerical performances of our MonteCarlo simulations.
One important result we can observe is how close the SLV smile is to the LV smile, showing the success of the calibration method.
Reference
Lorenzo Bergomi, Stochastic Volatility Modeling, Chapman & Hall, ISBN 9781482244069
Pierre Henry-Labordère, Analysis, Geometry, and Modeling in Finance - Advanced Methods in Option Pricing, Chapman & Hall, ISBN 9781420086997, Chapter 11