Heston model


In finance, the Heston model, named after Steven Heston, is a mathematical model describing the evolution of the volatility of an underlying asset. It is a stochastic volatility model: such a model assumes that the volatility of the asset is not constant, nor even deterministic, but follows a random process.

Basic Heston model

The basic Heston model assumes that St, the price of the asset, is determined by a stochastic process:
where, the instantaneous variance, is a CIR process:
and are Wiener processes with correlation ρ, or equivalently, with covariance ρ dt.
The parameters in the above equations represent the following:
If the parameters obey the following condition then the process is strictly positive

Risk-neutral measure

A fundamental concept in derivatives pricing is that of the Risk-neutral measure; this is explained in further depth in the above article. For our purposes, it is sufficient to note the following:
  1. To price a derivative whose payoff is a function of one or more underlying assets, we evaluate the expected value of its discounted payoff under a risk-neutral measure.
  2. A risk-neutral measure, also known as an equivalent martingale measure, is one which is equivalent to the real-world measure, and which is arbitrage-free: under such a measure, the discounted price of each of the underlying assets is a martingale. See Girsanov's theorem.
  3. In the Black-Scholes and Heston frameworks, any equivalent measure can be described in a very loose sense by adding a drift to each of the Wiener processes.
  4. By selecting certain values for the drifts described above, we may obtain an equivalent measure which fulfills the arbitrage-free condition.
Consider a general situation where we have underlying assets and a linearly independent set of Wiener processes. The set of equivalent measures is isomorphic to Rm, the space of possible drifts. Consider the set of equivalent martingale measures to be isomorphic to a manifold embedded in Rm; initially, consider the situation where we have no assets and is isomorphic to Rm.
Now consider each of the underlying assets as providing a constraint on the set of equivalent measures, as its expected discount process must be equal to a constant. By adding one asset at a time, we may consider each additional constraint as reducing the dimension of by one dimension. Hence we can see that in the general situation described above, the dimension of the set of equivalent martingale measures is.
In the Black-Scholes model, we have one asset and one Wiener process. The dimension of the set of equivalent martingale measures is zero; hence it can be shown that there is a single value for the drift, and thus a single risk-neutral measure, under which the discounted asset will be a martingale.
In the Heston model, we still have one asset but we now have two Wiener processes - the first in the Stochastic Differential Equation for the asset and the second in the SDE for the stochastic volatility. Here, the dimension of the set of equivalent martingale measures is one; there is no unique risk-free measure.
This is of course problematic; while any of the risk-free measures may theoretically be used to price a derivative, it is likely that each of them will give a different price. In theory, however, only one of these risk-free measures would be compatible with the market prices of volatility-dependent options. Hence we could add a volatility-dependent asset; by doing so, we add an additional constraint, and thus choose a single risk-free measure which is compatible with the market. This measure may be used for pricing.

Implementation

and Gauthier.
The calibration of the Heston model is often formulated as a least squares problem, with the objective function minimizing the difference between the prices observed in the market and those calculated from the Heston model.
The prices are typically those of vanilla options. Sometimes the model is also calibrated to the variance swap term-structure as in Guillaume and Schoutens. Yet another approach is to include forward start options, or barrier options as well, in order to capture the forward smile.
Under the Heston model, the price of vanilla options is given analytically, but requires a numerical method to compute the integral. Le Floc'h summarizes the various quadratures applied and proposes an efficient adaptive Filon quadrature.
The calibration problem involves the gradient of the objective function with respect to the Heston parameters. A finite difference approximation of the gradient has a tendency to create artificial numerical issues in the calibration. It is a much better idea to rely on automatic differentiation techniques. For example, the tangent mode of algorithmic differentiation may be applied using dual numbers in a straightforward manner. Alternatively, Cui et al. give explicit formulas for the analytical gradient. The latter was obtained by introducing an equivalent but tractable form of the Heston characteristic function.