No-Arbitrage Deep Calibration for Volatility Smile and Skewness

Kentaro Hoshisashi,Carolyn E. Phelan,Paolo Barucca
2024-01-29
Abstract:Volatility smile and skewness are two key properties of option prices that are represented by the implied volatility (IV) surface. However, IV surface calibration through nonlinear interpolation is a complex problem due to several factors, including limited input data, low liquidity, and noise. Additionally, the calibrated surface must obey the fundamental financial principle of the absence of arbitrage, which can be modeled by various differential inequalities over the partial derivatives of the option price with respect to the expiration time and the strike price. To address these challenges, we have introduced a Derivative-Constrained Neural Network (DCNN), which is an enhancement of a multilayer perceptron (MLP) that incorporates derivatives in the objective function. DCNN allows us to generate a smooth surface and incorporate the no-arbitrage condition thanks to the derivative terms in the loss function. In numerical experiments, we train the model using prices generated with the SABR model to produce smile and skewness parameters. We carry out different settings to examine the stability of the calibrated model under different conditions. The results show that DCNNs improve the interpolation of the implied volatility surface with smile and skewness by integrating the computation of the derivatives, which are necessary and sufficient no-arbitrage conditions. The developed algorithm also offers practitioners an effective tool for understanding expected market dynamics and managing risk associated with volatility smile and skewness.
Computational Finance
What problem does this paper attempt to address?
### Problems Addressed by the Paper This paper aims to address the calibration issues of the volatility smile and skewness in option pricing. Specifically, the paper focuses on the following aspects: 1. **Volatility Surface Calibration Issues**: - The volatility smile and skewness are two key attributes in option pricing, typically represented by the Implied Volatility (IV) surface. - The nonlinear interpolation of the IV surface is a complex problem due to factors such as limited input data, low liquidity, and noise. 2. **No-Arbitrage Conditions**: - The calibrated surface must adhere to the no-arbitrage principle in financial markets, meaning the price of any derivative should be consistent with the value of its replicating portfolio. - No-arbitrage conditions can be modeled by imposing a series of differential inequalities on the partial derivatives of option prices with respect to time to maturity and strike price. 3. **Neural Network Approach**: - The paper introduces an improved Multilayer Perceptron (MLP), called the Derivative-Constrained Neural Network (DCNN), which incorporates derivative terms into the objective function. - DCNN allows for the generation of smooth surfaces and enforces no-arbitrage conditions through derivative terms in the loss function. 4. **Numerical Experiments**: - In numerical experiments, the authors use data generated by the SABR model to train the model, producing volatility smile and skewness parameters. - The experimental results show that DCNN can improve the interpolation of the implied volatility surface by integrating derivative calculations and satisfying no-arbitrage conditions. In summary, this paper primarily addresses the calibration issues of the volatility smile and skewness and proposes a new neural network method (DCNN) to enhance interpolation accuracy and ensure the satisfaction of no-arbitrage conditions.