NAG FL Interface
s30ncf (opt_​heston_​term)

Settings help

FL Name Style:


FL Specification Language:


1 Purpose

s30ncf computes the European option price given by Heston's stochastic volatility model with term structure.

2 Specification

Fortran Interface
Subroutine s30ncf ( calput, m, numts, x, fwd, disc, ts, t, alpha, lambda, corr, sigmat, var0, p, ifail)
Integer, Intent (In) :: m, numts
Integer, Intent (Inout) :: ifail
Real (Kind=nag_wp), Intent (In) :: x(m), fwd, disc, ts(numts), t, alpha(numts), lambda(numts), corr(numts), sigmat(numts), var0
Real (Kind=nag_wp), Intent (Out) :: p(m)
Character (1), Intent (In) :: calput
C Header Interface
#include <nag.h>
void  s30ncf_ (const char *calput, const Integer *m, const Integer *numts, const double x[], const double *fwd, const double *disc, const double ts[], const double *t, const double alpha[], const double lambda[], const double corr[], const double sigmat[], const double *var0, double p[], Integer *ifail, const Charlen length_calput)
The routine may be called by the names s30ncf or nagf_specfun_opt_heston_term.

3 Description

s30ncf computes the price of a European option for Heston's stochastic volatility model with time-dependent parameters which are piecewise constant. Starting from the stochastic volatility model given by the Stochastic Differential Equation (SDE) system defined by Heston (1993), a scaling of the variance process is introduced, together with a normalization, setting the long run variance, η, equal to 1. This leads to
d St St = μt d t+σt νt d Wt(1) , (1)
d νt = λt (1-νt) d t+ αt νt d Wt(2) , (2)
Cov[ d W t (1) , d W t (2) ] = ρt d t , (3)
where μt=rt-qt is the drift term representing the contribution of interest rates, rt, and dividends, qt, while σt is the scaling parameter, νt is the scaled variance, λt is the mean reversion rate and αt is the volatility of the scaled volatility, νt. Then, Wt(i), for i=1,2, are two standard Brownian motions with correlation parameter ρt. Without loss of generality, the drift term, μt, is eliminated by modelling the forward price, Ft, directly, instead of the spot price, St, with
Ft = S0 exp ( 0 t μsds) . (4)
If required, the spot can be expressed as, S0 = D Ft , where D is the discount factor.
The option price is computed by dividing the time to expiry, T, into ns subintervals [t0,t1] , , [ti-1,ti] , , [tns-1,T] and applying the method of characteristic functions to each subinterval, with appropriate initial conditions. Thus, a pair of ordinary differential equations (one of which is a Riccati equation) is solved on each subinterval as outlined in Elices (2008) and Mikhailov and Nögel (2003). Reversing time by taking τ=T-t, the characteristic function solution for the first time subinterval, starting at τ=0, is given by Heston (1993), while the solution on each following subinterval uses the solution of the preceding subinterval as initial condition to compute the value of the characteristic function.
In the case of a ‘flat’ term structure, i.e., the parameters are constant over the time of the option, T, the form of the SDE system given by Heston (1993) can be recovered by setting κ=λt, η=σt2, σv=σtαt and V0=σt2 V0.
Conversely, given the Heston form of the SDE pair, to get the term structure form set λt=κ, σt=η, αt=σvη and V0=V0η.

4 References

Bain A (2011) Private communication
Elices A (2008) Models with time-dependent parameters using transform methods: application to Heston’s model arXiv:0708.2020v2
Heston S (1993) A closed-form solution for options with stochastic volatility with applications to bond and currency options Review of Financial Studies 6 327–343
Mikhailov S and Nögel U (2003) Heston’s Stochastic Volatility Model Implementation, Calibration and Some Extensions Wilmott Magazine July/August 74–79

5 Arguments

1: calput Character(1) Input
On entry: determines whether the option is a call or a put.
calput='C'
A call; the holder has a right to buy.
calput='P'
A put; the holder has a right to sell.
Constraint: calput='C' or 'P'.
2: m Integer Input
On entry: m, the number of strike prices to be used.
Constraint: m1.
3: numts Integer Input
On entry: ns, the number of subintervals into which the time to expiry, T, is divided.
Constraint: numts1.
4: x(m) Real (Kind=nag_wp) array Input
On entry: x(i) contains the ith strike price, for i=1,2,,m.
Constraint: x(i)z ​ and ​ x(i) 1 / z , where z = x02amf () , the safe range parameter, for i=1,2,,m.
5: fwd Real (Kind=nag_wp) Input
On entry: the forward price of the asset.
Constraint: fwdz and fwd1/z, where z=x02amf(), the safe range parameter.
6: disc Real (Kind=nag_wp) Input
On entry: the discount factor, where the current price of the underlying asset, S0, is given as S0=disc×fwd.
Constraint: discz and disc1/z, where z=x02amf(), the safe range parameter.
7: ts(numts) Real (Kind=nag_wp) array Input
On entry: ts(i) must contain the length of the time intervals for which the corresponding element of alpha, lambda, corr and sigmat apply. These should be ordered as they occur in time i.e., Δ ti = ti - ti-1.
Constraint: ts(i)z ​ and ​ ts(i) 1 / z , where z = x02amf () , the safe range parameter, for i=1,2,,numts.
8: t Real (Kind=nag_wp) Input
On entry: t contains the time to expiry. If T > Δ ti then the parameters associated with the last time interval are extended to the expiry time. If T < Δ ti then the parameters specified are used up until the expiry time. The rest are ignored.
Constraint: tz, where z = x02amf () , the safe range parameter.
9: alpha(numts) Real (Kind=nag_wp) array Input
On entry: alpha(i) must contain the value of αt, the value of the volatility of the scaled volatility, ν, over time subinterval Δti.
Constraint: alpha(i)z ​ and ​ alpha(i) 1 / z , where z = x02amf () , the safe range parameter, for i=1,2,,numts.
10: lambda(numts) Real (Kind=nag_wp) array Input
On entry: lambda(i) must contain the value, λt, of the mean reversion parameter over the time subinterval Δ ti.
Constraint: lambda(i)z ​ and ​ lambda(i) 1 / z , where z = x02amf () , the safe range parameter, for i=1,2,,numts.
11: corr(numts) Real (Kind=nag_wp) array Input
On entry: corr(i) must contain the value, ρt, of the correlation parameter over the time subinterval Δ ti.
Constraint: -1.0corr(i)1.0, for i=1,2,,numts.
12: sigmat(numts) Real (Kind=nag_wp) array Input
On entry: sigmat(i) must contain the value, σt, of the variance scale factor over the time subinterval Δti.
Constraint: sigmat(i)z ​ and ​ sigmat(i) 1 / z , where z = x02amf () , the safe range parameter, for i=1,2,,numts.
13: var0 Real (Kind=nag_wp) Input
On entry: ν0, the initial scaled variance.
Constraint: var00.0.
14: p(m) Real (Kind=nag_wp) array Output
On exit: p(i) contains the computed option price at the expiry time, T, corresponding to strike x(i) for the specified term structure, for i=1,2,,m.
15: ifail Integer Input/Output
On entry: ifail must be set to 0, −1 or 1 to set behaviour on detection of an error; these values have no effect when no error is detected.
A value of 0 causes the printing of an error message and program execution will be halted; otherwise program execution continues. A value of −1 means that an error message is printed while a value of 1 means that it is not.
If halting is not appropriate, the value −1 or 1 is recommended. If message printing is undesirable, then the value 1 is recommended. Otherwise, the value 0 is recommended. When the value -1 or 1 is used it is essential to test the value of ifail on exit.
On exit: ifail=0 unless the routine detects an error or a warning has been flagged (see Section 6).

6 Error Indicators and Warnings

If on entry ifail=0 or −1, explanatory error messages are output on the current error message unit (as defined by x04aaf).
Errors or warnings detected by the routine:
ifail=1
On entry, calput=value was an illegal value.
ifail=2
On entry, m=value.
Constraint: m1.
ifail=3
On entry, numts=value.
Constraint: numts1.
ifail=4
On entry, x(value)=value.
Constraint: valuex(i)value.
ifail=5
On entry, fwd=value.
Constraint: valuefwdvalue.
ifail=6
On entry, disc=value.
Constraint: valuediscvalue.
ifail=7
On entry, ts(value)=value.
Constraint: valuets(i)value.
ifail=8
On entry, t=value.
Constraint: tvalue.
ifail=9
On entry, alpha(value)=value.
Constraint: valuealpha(i)value.
ifail=10
On entry, lambda(value)=value.
Constraint: valuelambda(i)value.
ifail=11
On entry, corr(value)=value.
Constraint: |corr(i)|1.0.
ifail=12
On entry, sigmat(value)=value.
Constraint: valuesigmat(i)value.
ifail=13
On entry, var0=value.
Constraint: var0>0.0.
ifail=14
Quadrature has not converged to the specified accuracy. However, the result should be a reasonable approximation.
ifail=15
Solution cannot be computed accurately. Check values of input arguments.
ifail=-99
An unexpected error has been triggered by this routine. Please contact NAG.
See Section 7 in the Introduction to the NAG Library FL Interface for further information.
ifail=-399
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library FL Interface for further information.
ifail=-999
Dynamic memory allocation failed.
See Section 9 in the Introduction to the NAG Library FL Interface for further information.

7 Accuracy

The solution is obtained by integrating the pair of ordinary differential equations over each subinterval in time. The accuracy is controlled by a relative tolerance over each time subinterval, which is set to 10 -8 . Over a number of subintervals in time the error may accumulate and so the overall error in the computation may be greater than this. A threshold of 10 -10 is used and solutions smaller than this are not accurately evaluated.

8 Parallelism and Performance

Background information to multithreading can be found in the Multithreading documentation.
s30ncf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
Please consult the X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the Users' Note for your implementation for any additional implementation-specific information.

9 Further Comments

None.

10 Example

This example computes the price of a European call using Heston's stochastic volatility model with a term structure of interest rates.

10.1 Program Text

Program Text (s30ncfe.f90)

10.2 Program Data

Program Data (s30ncfe.d)

10.3 Program Results

Program Results (s30ncfe.r)