Heston model: Difference between revisions
(35 intermediate revisions by 20 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Model in finance}} |
|||
In finance, the '''Heston model''', named after [[Steven L. Heston|Steven Heston]], is a [[mathematical model]] describing the evolution of the [[volatility (finance)|volatility]] of an [[underlying]] asset.<ref>{{Cite journal | title = A Closed-Form Solution for Options with Stochastic Volatility with Applications to Bond and Currency Options | first = Steven L. | last = Heston | authorlink1 = Steven L. Heston | pages = 327–343 | journal = The Review of Financial Studies | volume = 6 | issue = 2 | year = 1993 | jstor = 2962057 | doi = 10.1093/rfs/6.2.327| url = https://semanticscholar.org/paper/d5b9b0ac52fd359eb2ce892b94ea7e8b20cb3b8d }}</ref> 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]]. |
|||
In finance, the '''Heston model''', named after [[Steven L. Heston]], is a [[mathematical model]] that describes the evolution of the [[volatility (finance)|volatility]] of an [[underlying]] asset.<ref name=":0">{{cite journal | title = A closed-form solution for options with stochastic volatility with applications to bond and currency options | first = Steven L. | last = Heston | author-link1 = Steven L. Heston | pages = 327–343 | journal = Review of Financial Studies | volume = 6 | issue = 2 | year = 1993 | jstor = 2962057 | doi = 10.1093/rfs/6.2.327| s2cid = 16091300 }}</ref> 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 == |
== Basic Heston model == |
||
The basic Heston model assumes that ''S<sub>t</sub>'', the price of the asset, is determined by a stochastic process:<ref name=Wilm2006>{{citation |
The basic Heston model assumes that ''S<sub>t</sub>'', the price of the asset, is determined by a stochastic process,<ref name=":0" /><ref name=Wilm2006>{{citation |
||
| last1 = Wilmott| first1 = P. |
| last1 = Wilmott| first1 = P. |
||
| year = 2006 |
| year = 2006 |
||
| title = Paul Wilmott on |
| title = Paul Wilmott on Quantitative Finance |
||
| edition = 2nd |
| edition = 2nd |
||
| page= 861 |
| page = 861 |
||
}}</ref> |
}}</ref> |
||
:<math> |
:<math> |
||
dS_t = \mu S_t\,dt + \sqrt{\nu_t} S_t\,dW^S_t |
dS_t = \mu S_t\,dt + \sqrt{\nu_t} S_t\,dW^S_t, |
||
</math> |
</math> |
||
where the volatility <math> |
|||
where <math>\nu_t</math>, the instantaneous variance, is a [[CIR process]]: |
|||
\sqrt{\nu_t} |
|||
</math> follows an [[Ornstein–Uhlenbeck process|Ornstein-Uhlenbeck process]] |
|||
:<math> |
:<math> |
||
d\nu_t = |
d \sqrt{\nu_t} = -\theta \sqrt{\nu_t} \,dt + \delta\,dW^\nu_t. |
||
</math> |
</math> |
||
[[Itô's lemma]] then shows that <math>\nu_t</math>, the instantaneous variance, is given by a Feller square-root or [[CIR process]], |
|||
and <math>W^S_t, W^{\nu}_t</math> are [[Wiener process]]es (i.e., continuous random walks) with correlation ρ, or equivalently, with covariance ρ dt. |
|||
:<math> |
|||
The parameters in the above equations represent the following: |
|||
d\nu_t = \kappa(\theta - \nu_t)\,dt + \xi \sqrt{\nu_t}\,dW^{\nu}_t, |
|||
* <math>\mu</math> is the rate of return of the asset. |
|||
</math> |
|||
* <math>\theta</math> is the long variance, or long run average price variance; as ''t'' tends to infinity, the expected value of ν<sub>''t''</sub> tends to θ. |
|||
* <math>\kappa</math> is the rate at which ν<sub>''t''</sub> reverts to θ. |
|||
and <math>W^S_t, W^{\nu}_t</math> are [[Wiener process]]es (i.e., continuous random walks) with correlation ρ. |
|||
* <math>\xi</math> is the volatility of the volatility, or 'vol of vol', and determines the variance of ν<sub>''t''</sub>. |
|||
The model has five parameters: |
|||
* <math>\nu_0</math>, the initial variance. |
|||
* <math>\theta</math>, the long variance, or long-run average variance of the price; as ''t'' tends to infinity, the expected value of ν<sub>''t''</sub> tends to θ. |
|||
* <math>\rho</math>, the correlation of the two [[Wiener process]]es. |
|||
* <math>\kappa</math>, the rate at which ν<sub>''t''</sub> reverts to θ. |
|||
* <math>\xi</math>, the volatility of the volatility, or 'vol of vol', which determines the variance of ν<sub>''t''</sub>. |
|||
If the parameters obey the following condition (known as the Feller condition) then the process <math>\nu_t</math> is strictly positive <ref name=Albr2007>{{citation |
If the parameters obey the following condition (known as the Feller condition) then the process <math>\nu_t</math> is strictly positive <ref name=Albr2007>{{citation |
||
| title = The |
| title = The little Heston trap |
||
| last1 = Albrecher| first1 = H. |
| last1 = Albrecher| first1 = H. |
||
| last2 = Mayer| first2 = P. |
| last2 = Mayer| first2 = P. |
||
| last3 = Schoutens| first3 = W. |
| last3 = Schoutens| first3 = W. |
||
| last4 = Tistaert| first4 = J. |
| last4 = Tistaert| first4 = J. |
||
|date=January 2007 |
| date = January 2007 |
||
| journal = Wilmott Magazine |
| journal = Wilmott Magazine |
||
| pages= 83–92 |
| pages = 83–92 |
||
| citeseerx = 10.1.1.170.9335 |
| citeseerx = 10.1.1.170.9335 |
||
}}</ref> |
}}</ref> |
||
:<math> |
:<math> |
||
2 \kappa \theta > \xi^2 |
2 \kappa \theta > \xi^2. |
||
</math> |
</math> |
||
Line 48: | Line 57: | ||
:''See [[Risk-neutral measure]] for the complete article'' |
:''See [[Risk-neutral measure]] for the complete article'' |
||
A fundamental concept in derivatives pricing is |
A fundamental concept in derivatives pricing is the [[risk-neutral measure]]; this is explained in further depth in the above article. For our purposes, it is sufficient to note the following: |
||
#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. |
#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. |
||
Line 59: | Line 68: | ||
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 (namely, its initial value). By adding one asset at a time, we may consider each additional constraint as reducing the dimension of <math>M</math> by one dimension. Hence we can see that in the general situation described above, the dimension of the set of equivalent martingale measures is <math>m-n</math>. |
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 (namely, its initial value). By adding one asset at a time, we may consider each additional constraint as reducing the dimension of <math>M</math> by one dimension. Hence we can see that in the general situation described above, the dimension of the set of equivalent martingale measures is <math>m-n</math>. |
||
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 <math>e^{-\rho t}S_t</math> will be a martingale.{{Citation needed|date=November 2010}} |
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 <math>e^{-\rho t}S_t</math> will be a martingale.{{Citation needed|date=November 2010}} |
||
In the Heston model, we still have one asset (volatility is not considered to be directly observable or tradeable in the market) but we now have two Wiener processes - the first in the Stochastic Differential Equation (SDE) for the |
In the Heston model, we still have one asset (volatility is not considered to be directly observable or tradeable in the market) but we now have two Wiener processes - the first in the Stochastic Differential Equation (SDE) for the stock price and the second in the SDE for the variance of the stock price. Here, the dimension of the set of equivalent martingale measures is one; there is no unique risk-free measure.{{Citation needed|date=November 2010}} |
||
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 (for example, European calls, or more explicitly, [[variance swap]]s). Hence we could add a volatility-dependent asset;{{Citation needed|date=November 2010}} 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. |
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 [[option (finance)|options]] (for example, European [[call option|calls]], or more explicitly, [[variance swap]]s). Hence we could add a volatility-dependent asset;{{Citation needed|date=November 2010}} 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 == |
== Implementation == |
||
* |
* The use of the [[Fourier transform]] to [[Option valuation|value options]] was shown by Carr and Madan.<ref name="Carr1999">{{cite journal |
||
| last1 = Kahl | first1 = C. |
|||
| last2 = Jäckel | first2 = P. |
|||
| year = 2005 |
|||
| title = Not-so-complex logarithms in the Heston model |
|||
| journal = Wilmott Magazine |
|||
| pages = 74–103 |
|||
| url = http://www.math.uni-wuppertal.de/~kahl/publications/NotSoComplexLogarithmsInTheHestonModel.pdf |
|||
}}</ref> |
|||
* Information about how to use the Fourier transform to value options is given in a paper by Carr and Madan.<ref name="Carr1999">{{cite journal |
|||
| last1 = Carr | first1 = P. |
| last1 = Carr | first1 = P. |
||
| last2 = Madan | first2 = D. |
| last2 = Madan | first2 = D. |
||
Line 87: | Line 86: | ||
| pages = 61–73 |
| pages = 61–73 |
||
| url = http://www.math.nyu.edu/research/carrp/papers/pdf/jcfpub.pdf |
| url = http://www.math.nyu.edu/research/carrp/papers/pdf/jcfpub.pdf |
||
| doi = 10.21314/JCF.1999.043 |
| doi = 10.21314/JCF.1999.043 |
||
| citeseerx = 10.1.1.6.9994 |
| citeseerx = 10.1.1.6.9994 |
||
}}</ref> |
}}</ref> |
||
* |
* A discussion of the implementation of the Heston model was given by Kahl and Jäckel.<ref name="Kahl2005">{{cite journal |
||
| last1 = |
| last1 = Kahl | first1 = C. |
||
| last2 = |
| last2 = Jäckel | first2 = P. |
||
| year = |
| year = 2005 |
||
| title = |
| title = Not-so-complex logarithms in the Heston model |
||
| journal = |
| journal = Wilmott Magazine |
||
| |
| pages = 74–103 |
||
| url = http://www.math.uni-wuppertal.de/~kahl/publications/NotSoComplexLogarithmsInTheHestonModel.pdf |
|||
| pages = 255–286 |
|||
}}</ref> |
|||
| doi = 10.1137/090756119 |
|||
| url = http://resolver.tudelft.nl/uuid:a3246865-fa49-4f41-8368-6e5076d466bf |
|||
}}</ref> |
|||
* |
* A derivation of closed-form option prices for the time-dependent Heston model was presented by Benhamou et al.<ref name="BGM1999">{{cite journal |
||
| last1 = Benhamou | first1 = E. |
| last1 = Benhamou | first1 = E. |
||
| last2 = Gobet | first2 = E. |
| last2 = Gobet | first2 = E. |
||
| last3 = Miri | first3 = M. |
| last3 = Miri | first3 = M. |
||
| year = 2009 |
| year = 2009 |
||
| title = Time |
| title = Time dependent Heston model |
||
|doi=10.2139/ssrn.1367955 |
| doi = 10.2139/ssrn.1367955 |
||
| ssrn=1367955 |
| ssrn = 1367955 |
||
| citeseerx = 10.1.1.657.6271}}</ref> |
| citeseerx = 10.1.1.657.6271| s2cid = 12804395 |
||
}}</ref> |
|||
* |
* A derivation of closed-form option prices for the double Heston model was given by Christoffersen et al.<ref name="CHJ2009">{{cite journal |
||
<ref name="CHJ2009">{{cite journal |
|||
| last1 = Christoffersen | first1 = P. |
| last1 = Christoffersen | first1 = P. |
||
| last2 = Heston | first2 = S. |
| last2 = Heston | first2 = S. |
||
| last3 = Jacobs| first3 = K. |
| last3 = Jacobs| first3 = K. |
||
| year = 2009 |
| year = 2009 |
||
| title = The |
| title = The shape and term structure of the index option smirk: Why multifactor stochastic volatility models work so well |
||
| |
| ssrn = 1447362 |
||
}}</ref> and by Gauthier and Possamai.<ref name="GP2009">{{cite journal |
|||
| ssrn=1447362 |
|||
}}</ref> and Gauthier. |
|||
<ref name="GP2009">{{citation |
|||
| last1 = Gauthier | first1 = P. |
| last1 = Gauthier | first1 = P. |
||
| last2 = Possamai | first2 = D. |
| last2 = Possamai | first2 = D. |
||
| year = 2009 |
| year = 2009 |
||
| title = Efficient simulation of the double Heston model |
|||
| journal = |
|||
| ssrn = 1434853 |
|||
| title = Efficient Simulation of the Double Heston Model |
|||
| ssrn=1434853 |
|||
}}</ref> |
}}</ref> |
||
* |
* An extension of the Heston model with stochastic interest rates was given by Grzelak and Oosterlee.<ref name="GO09">{{cite journal |
||
| last1 = Grzelak | first1 = L.A. |
|||
| last2 = Oosterlee | first2 = C.W. |
|||
| year = 2011 |
|||
| title = On the Heston model with stochastic interest rates |
|||
| journal = SIAM Journal on Financial Mathematics |
|||
| volume = 2 |
|||
| pages = 255–286 |
|||
| doi = 10.1137/090756119 |
|||
| s2cid = 9132119 |
|||
| url = http://resolver.tudelft.nl/uuid:a3246865-fa49-4f41-8368-6e5076d466bf |
|||
}}</ref> |
|||
* An expression of the characteristic function of the Heston model that is both numerically continuous and easily differentiable with respect to the parameters was introduced by Cui et al.<ref name="Cui2017">{{cite journal |
|||
| last1 = Cui | first1 = Y. |
|||
| last2 = Del Baño Rollin | first2 = S. |
|||
| last3 = Germano | first3 = G. |
|||
| year = 2017 |
|||
| title = Full and fast calibration of the Heston stochastic volatility model |
|||
| journal = European Journal of Operational Research |
|||
| volume = 263 |
|||
| issue = 2 |
|||
| pages = 625–638 |
|||
| doi = 10.1016/j.ejor.2017.05.018 |
|||
| arxiv = 1511.08718 |
|||
| s2cid = 25667130 |
|||
}}</ref> |
|||
* The use of the model in a local stochastic volatility context was given by Van Der Weijst.<ref>{{cite journal |
|||
| last = van der Weijst | first = Roel |
|||
| year = 2017 |
|||
| title = Numerical solutions for the stochastic local volatility model |
|||
| url = http://resolver.tudelft.nl/uuid:029cbbc3-d4d4-4582-8be2-e0979e9f6bc3 |
|||
| language=en |
|||
}}</ref> |
|||
* An explicit solution of the Heston price equation in terms of the volatility was developed by Kouritzin.<ref name="Kou2018">{{cite journal |
|||
| last1 = Kouritzin | first1 = M. |
| last1 = Kouritzin | first1 = M. |
||
| year = 2018 |
| year = 2018 |
||
| title = Explicit Heston solutions and stochastic approximation for path-dependent option pricing |
| title = Explicit Heston solutions and stochastic approximation for path-dependent option pricing |
||
| journal = |
| journal = International Journal of Theoretical and Applied Finance |
||
| volume = 21 |
| volume = 21 |
||
| pages = 1850006 |
| pages = 1850006 |
||
| number = paper 1850006 |
|||
| doi = 10.1142/S0219024918500061 |
| doi = 10.1142/S0219024918500061 |
||
| arxiv = 1608.02028 |
| arxiv = 1608.02028 |
||
| s2cid = 158891879 |
|||
}}</ref>, which can be combined with known weak solutions for the volatility equation and Girsanov's theorem to produce explicit weak solutions to the Heston model. Such solutions are useful for efficient simulation. |
|||
}}</ref> This can be combined with known weak solutions for the volatility equation and Girsanov's theorem to produce explicit weak solutions of the Heston model. Such solutions are useful for efficient simulation. |
|||
* High precision reference prices are available in a blog post by Alan Lewis.<ref>url=https://financepress.com/2019/02/15/heston-model-reference-prices/</ref> |
|||
* There exist few known parametrisation of the volatility surface based on the Heston model (Schonbusher, SVI and gSVI). |
|||
* There are few known parameterisations of the volatility surface based on the Heston model (Schonbusher, SVI and gSVI). |
|||
* Use of the model in a local stochastic volatility context is given in a paper by Van Der Weijst.<ref>{{Cite journal|last=van der Weijst|first=Roel|date=2017|title=Numerical Solutions for the Stochastic Local Volatility Model|url=http://resolver.tudelft.nl/uuid:029cbbc3-d4d4-4582-8be2-e0979e9f6bc3|language=en}}</ref> |
|||
== Calibration == |
== Calibration == |
||
The calibration of the Heston model is often formulated as a [[least squares|least squares problem]], with the [[objective function]] minimizing the difference between the prices observed in the market and those calculated from the |
The calibration of the Heston model is often formulated as a [[least squares|least squares problem]], with the [[objective function]] minimizing the squared difference between the prices observed in the market and those calculated from the model. |
||
The prices are typically those of vanilla |
The prices are typically those of [[vanilla option]]s. Sometimes the model is also calibrated to the variance swap term-structure as in Guillaume and Schoutens.<ref>{{cite journal | last1 = Guillaume | first1 = Florence | last2 = Schoutens | first2 = Wim | title = Heston model: The variance swap calibration | year = 2013 | ssrn = 2255550 }}</ref> Yet another approach is to include [[forward start option]]s, or [[barrier options]] as well, in order to capture the forward [[volatility smile|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<ref>{{cite journal |last1=Le Floc'h |first1=Fabien |title=An adaptive Filon quadrature for stochastic volatility models |journal=Journal of Computational Finance |date=2018 |volume=22 |issue=3 |pages=65–88 |doi=10.21314/JCF.2018.356 }}</ref> |
Under the Heston model, the price of vanilla options is given analytically, but requires a numerical method to compute the integral. [[Fabien Le Floc'h|Le Floc'h]]<ref>{{cite journal | last1 = Le Floc'h | first1 = Fabien | title = An adaptive Filon quadrature for stochastic volatility models | journal = Journal of Computational Finance | date = 2018 | volume = 22 | issue = 3 | pages = 65–88 | doi = 10.21314/JCF.2018.356 }}</ref> summarized the various quadratures applied and proposed an efficient adaptive [[Filon quadrature]]. |
||
Calibration usually requires the [[Del#Gradient|gradient]] of the objective function with respect to the model parameters. This was usually computed with a finite difference approximation although it is less accurate, less efficient and less elegant than an analytical gradient because an insightful expression of the latter became available only when a new representation of the characteristic function was introduced by Cui et al. in 2017 {{R | Cui2017}}. Another possibility is to resort to [[automatic differentiation]]. For example, the tangent mode of algorithmic differentiation may be applied using [[Automatic differentiation#Automatic differentiation using dual numbers|dual numbers]] in a straightforward manner. |
|||
The calibration problem involves the [[Del#Gradient|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 [[Automatic_differentiation#Automatic_differentiation_using_dual_numbers|dual numbers]] in a straightforward manner. Alternatively, Cui et al.<ref>{{cite arXiv|eprint=1511.08718|title=Full and fast calibration of the Heston stochastic volatility model|author1=Yiran Cui |author2=Sebastian del Baño Rollin |author3=Guido Germano |date=26 May 2016|website=|publisher=|access-date=|class=q-fin.CP}}</ref> give explicit formulas for the analytical gradient. The latter was obtained by introducing an equivalent but tractable form of the Heston characteristic function. |
|||
== See also == |
== See also == |
||
* [[Stochastic volatility]] |
|||
* [[Risk-neutral measure]] (another name for the equivalent martingale measure) |
|||
*[[Stochastic volatility]] |
|||
* [[Girsanov's theorem]] |
|||
*[[Risk-neutral measure]] (another name for the equivalent martingale measure) |
|||
* [[Martingale (probability theory)]] |
|||
*[[Girsanov's theorem]] |
|||
* [[SABR volatility model]] |
|||
*[[Martingale (probability theory)]] |
|||
* [https://github.com/jcfrei/Heston MATLAB code for implementation by Kahl, Jäckel and Lord] |
|||
*[[SABR Volatility Model]] |
|||
*[https://github.com/jcfrei/Heston MATLAB code for implementation by Kahl, Jäckel and Lord] |
|||
== References == |
== References == |
||
{{reflist}} |
{{reflist}} |
||
* {{cite journal | year = 2013 | title = De-arbitraging with a weak smile: Application to skew risk | journal = [[Wilmott (magazine)|Wilmott]] | volume = 2013 | issue = 1 | pages = 40–49 | doi = 10.1002/wilm.10201 | last1 = Damghani | first1 = Babak Mahdavi | last2 = Kos |first2 = Andrew | s2cid = 154646708 }} |
|||
*{{cite journal |year= |
* {{cite journal | year = 2014 | title = CLOSED FORM SOLUTION FOR HESTON PDE BY GEOMETRICALTRANSFORMATIONS | journal = | volume = 4 | issue = 6 | pages = 793–807 | url = https://www.academia.edu/76086408 | last1 =Mario | first1 = Dell'Era}} |
||
{{Stochastic processes}} |
{{Stochastic processes}} |
Latest revision as of 07:23, 28 May 2024
In finance, the Heston model, named after Steven L. Heston, is a mathematical model that describes the evolution of the volatility of an underlying asset.[1] 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
[edit]The basic Heston model assumes that St, the price of the asset, is determined by a stochastic process,[1][2]
where the volatility follows an Ornstein-Uhlenbeck process
Itô's lemma then shows that , the instantaneous variance, is given by a Feller square-root or CIR process,
and are Wiener processes (i.e., continuous random walks) with correlation ρ.
The model has five parameters:
- , the initial variance.
- , the long variance, or long-run average variance of the price; as t tends to infinity, the expected value of νt tends to θ.
- , the correlation of the two Wiener processes.
- , the rate at which νt reverts to θ.
- , the volatility of the volatility, or 'vol of vol', which determines the variance of νt.
If the parameters obey the following condition (known as the Feller condition) then the process is strictly positive [3]
Risk-neutral measure
[edit]- See Risk-neutral measure for the complete article
A fundamental concept in derivatives pricing is the risk-neutral measure; this is explained in further depth in the above article. For our purposes, it is sufficient to note the following:
- 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.
- 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.
- In the Black-Scholes and Heston frameworks (where filtrations are generated from a linearly independent set of Wiener processes alone), any equivalent measure can be described in a very loose sense by adding a drift to each of the Wiener processes.
- 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 (namely, its initial value). 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.[citation needed]
In the Heston model, we still have one asset (volatility is not considered to be directly observable or tradeable in the market) but we now have two Wiener processes - the first in the Stochastic Differential Equation (SDE) for the stock price and the second in the SDE for the variance of the stock price. Here, the dimension of the set of equivalent martingale measures is one; there is no unique risk-free measure.[citation needed]
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 (for example, European calls, or more explicitly, variance swaps). Hence we could add a volatility-dependent asset;[citation needed] 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
[edit]- The use of the Fourier transform to value options was shown by Carr and Madan.[4]
- A discussion of the implementation of the Heston model was given by Kahl and Jäckel.[5]
- A derivation of closed-form option prices for the time-dependent Heston model was presented by Benhamou et al.[6]
- A derivation of closed-form option prices for the double Heston model was given by Christoffersen et al.[7] and by Gauthier and Possamai.[8]
- An extension of the Heston model with stochastic interest rates was given by Grzelak and Oosterlee.[9]
- An expression of the characteristic function of the Heston model that is both numerically continuous and easily differentiable with respect to the parameters was introduced by Cui et al.[10]
- The use of the model in a local stochastic volatility context was given by Van Der Weijst.[11]
- An explicit solution of the Heston price equation in terms of the volatility was developed by Kouritzin.[12] This can be combined with known weak solutions for the volatility equation and Girsanov's theorem to produce explicit weak solutions of the Heston model. Such solutions are useful for efficient simulation.
- High precision reference prices are available in a blog post by Alan Lewis.[13]
- There are few known parameterisations of the volatility surface based on the Heston model (Schonbusher, SVI and gSVI).
Calibration
[edit]The calibration of the Heston model is often formulated as a least squares problem, with the objective function minimizing the squared difference between the prices observed in the market and those calculated from the 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.[14] 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[15] summarized the various quadratures applied and proposed an efficient adaptive Filon quadrature.
Calibration usually requires the gradient of the objective function with respect to the model parameters. This was usually computed with a finite difference approximation although it is less accurate, less efficient and less elegant than an analytical gradient because an insightful expression of the latter became available only when a new representation of the characteristic function was introduced by Cui et al. in 2017 [10]. Another possibility is to resort to automatic differentiation. For example, the tangent mode of algorithmic differentiation may be applied using dual numbers in a straightforward manner.
See also
[edit]- Stochastic volatility
- Risk-neutral measure (another name for the equivalent martingale measure)
- Girsanov's theorem
- Martingale (probability theory)
- SABR volatility model
- MATLAB code for implementation by Kahl, Jäckel and Lord
References
[edit]- ^ a b Heston, Steven L. (1993). "A closed-form solution for options with stochastic volatility with applications to bond and currency options". Review of Financial Studies. 6 (2): 327–343. doi:10.1093/rfs/6.2.327. JSTOR 2962057. S2CID 16091300.
- ^ Wilmott, P. (2006), Paul Wilmott on Quantitative Finance (2nd ed.), p. 861
- ^ Albrecher, H.; Mayer, P.; Schoutens, W.; Tistaert, J. (January 2007), "The little Heston trap", Wilmott Magazine: 83–92, CiteSeerX 10.1.1.170.9335
- ^ Carr, P.; Madan, D. (1999). "Option valuation using the fast Fourier transform" (PDF). Journal of Computational Finance. 2 (4): 61–73. CiteSeerX 10.1.1.6.9994. doi:10.21314/JCF.1999.043.
- ^ Kahl, C.; Jäckel, P. (2005). "Not-so-complex logarithms in the Heston model" (PDF). Wilmott Magazine: 74–103.
- ^ Benhamou, E.; Gobet, E.; Miri, M. (2009). "Time dependent Heston model". CiteSeerX 10.1.1.657.6271. doi:10.2139/ssrn.1367955. S2CID 12804395. SSRN 1367955.
{{cite journal}}
: Cite journal requires|journal=
(help) - ^ Christoffersen, P.; Heston, S.; Jacobs, K. (2009). "The shape and term structure of the index option smirk: Why multifactor stochastic volatility models work so well". SSRN 1447362.
{{cite journal}}
: Cite journal requires|journal=
(help) - ^ Gauthier, P.; Possamai, D. (2009). "Efficient simulation of the double Heston model". SSRN 1434853.
{{cite journal}}
: Cite journal requires|journal=
(help) - ^ Grzelak, L.A.; Oosterlee, C.W. (2011). "On the Heston model with stochastic interest rates". SIAM Journal on Financial Mathematics. 2: 255–286. doi:10.1137/090756119. S2CID 9132119.
- ^ a b Cui, Y.; Del Baño Rollin, S.; Germano, G. (2017). "Full and fast calibration of the Heston stochastic volatility model". European Journal of Operational Research. 263 (2): 625–638. arXiv:1511.08718. doi:10.1016/j.ejor.2017.05.018. S2CID 25667130.
- ^ van der Weijst, Roel (2017). "Numerical solutions for the stochastic local volatility model".
{{cite journal}}
: Cite journal requires|journal=
(help) - ^ Kouritzin, M. (2018). "Explicit Heston solutions and stochastic approximation for path-dependent option pricing". International Journal of Theoretical and Applied Finance. 21: 1850006. arXiv:1608.02028. doi:10.1142/S0219024918500061. S2CID 158891879.
- ^ url=https://financepress.com/2019/02/15/heston-model-reference-prices/
- ^ Guillaume, Florence; Schoutens, Wim (2013). "Heston model: The variance swap calibration". SSRN 2255550.
{{cite journal}}
: Cite journal requires|journal=
(help) - ^ Le Floc'h, Fabien (2018). "An adaptive Filon quadrature for stochastic volatility models". Journal of Computational Finance. 22 (3): 65–88. doi:10.21314/JCF.2018.356.
- Damghani, Babak Mahdavi; Kos, Andrew (2013). "De-arbitraging with a weak smile: Application to skew risk". Wilmott. 2013 (1): 40–49. doi:10.1002/wilm.10201. S2CID 154646708.
- Mario, Dell'Era (2014). "CLOSED FORM SOLUTION FOR HESTON PDE BY GEOMETRICALTRANSFORMATIONS". 4 (6): 793–807.
{{cite journal}}
: Cite journal requires|journal=
(help)