Stochastic volatility of volatility (SVV) models are a class of advanced mathematical models used in quantitative finance to analyze and price financial derivatives. They account for the fact that not only the underlying asset’s price but also its volatility is unpredictable, and can change over time in a random manner. This is especially relevant when pricing options, as the options’ values depend on the volatility of the underlying asset.
SVV models expand upon the initial idea of stochastic volatility models, which are used to model the volatility of financial assets without including the second-order effect of the volatility of volatility. In SVV models, this second-order effect is incorporated explicitly to provide a more comprehensive representation of the asset’s dynamic properties.
A popular SVV model is the so-called volatility-of-volatility (VIX) index, which measures the expected volatility of the S&P 500 index over the next 30 days. The VIX index is often referred to as the "fear index," as it serves as a market indicator of the anticipated turbulence in the stock market.
One of the most well-known SVV models that takes into account the volatility of volatility is the Heston model. The Heston model extends the Black-Scholes model – the cornerstone for pricing derivative securities – by incorporating two stochastic processes: one for the asset price and another for the variance.
The Heston model can be written as follows:
$$\begin{aligned}
dS_t &= \mu S_t dt + \sqrt{V_t} S_t dW_t^{(1)}, \\
dV_t &= \kappa(\theta - V_t) dt + \sigma \sqrt{V_t} dW_t^{(2)},
\end{aligned}$$
where
- St represents the underlying asset’s price at time t,
- Vt represents the instantaneous variance at time t,
- μ is the risk-free rate,
- κ is the mean reversion rate of the variance,
- θ is the long-term average variance,
- σ is the volatility of volatility parameter,
- Wt(1) and Wt(2) are two correlated standard Brownian motions with correlation coefficient ρ: dWt(1)dWt(2) = ρdt.
The Heston model and its various extensions have been widely adopted in the pricing of financial derivatives, particularly for exotic options and other instruments that are sensitive to changes in volatility. Using these models, market participants can better hedge their portfolios and gauge the potential risks they face in various market scenarios. Additionally, SVV models have also been used in risk management, portfolio optimization, and asset allocation, among others.
In conclusion, stochastic volatility of volatility models, such as the Heston model, play a crucial role in the quantitative analysis and pricing of financial derivatives. By accounting for both the volatility of the underlying asset and its volatility of volatility, SVV models provide a more accurate reflection of the real-world market dynamics, enhancing the pricing of derivatives and the management of associated risks.