NAG Library Routine Document
s30naf
(opt_heston_price)
1
Purpose
s30naf computes the European option price given by Heston's stochastic volatility model.
2
Specification
Fortran Interface
Subroutine s30naf ( |
calput,
m,
n,
x,
s,
t,
sigmav,
kappa,
corr,
var0,
eta,
grisk,
r,
q,
p,
ldp,
ifail) |
Integer, Intent (In) | :: |
m,
n,
ldp | Integer, Intent (Inout) | :: |
ifail | Real (Kind=nag_wp), Intent (In) | :: |
x(m),
s,
t(n),
sigmav,
kappa,
corr,
var0,
eta,
grisk,
r,
q | Real (Kind=nag_wp), Intent (Inout) | :: |
p(ldp,n) | Character (1), Intent (In) | :: |
calput |
|
C Header Interface
#include nagmk26.h
void |
s30naf_ (
const char *calput,
const Integer *m,
const Integer *n,
const double x[],
const double *s,
const double t[],
const double *sigmav,
const double *kappa,
const double *corr,
const double *var0,
const double *eta,
const double *grisk,
const double *r,
const double *q,
double p[],
const Integer *ldp,
Integer *ifail,
const Charlen length_calput) |
|
3
Description
s30naf computes the price of a European option using Heston's stochastic volatility model. The return on the asset price,
, is
and the instantaneous variance,
, is defined by a mean-reverting square root stochastic process,
where
is the risk free annual interest rate;
is the annual dividend rate;
is the variance of the asset price;
is the volatility of the volatility,
;
is the mean reversion rate;
is the long term variance.
, for
, denotes two correlated standard Brownian motions with
The option price is computed by evaluating the integral transform given by
Lewis (2000) using the form of the characteristic function discussed by
Albrecher et al. (2007), see also
Kilin (2006).
where
and
with
.
Here
is the risk aversion parameter of the representative agent with
and
. The value
corresponds to
, where
is the market price of risk in
Heston (1993) (see
Lewis (2000) and
Rouah and Vainberg (2007)).
The price of a put option is obtained by put-call parity.
The option price is computed for each strike price in a set , , and for each expiry time in a set , .
4
References
Albrecher H, Mayer P, Schoutens W and Tistaert J (2007) The little Heston trap Wilmott Magazine January 2007 83–92
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
Kilin F (2006) Accelerating the calibration of stochastic volatility models
MPRA Paper No. 2975 http://mpra.ub.uni-muenchen.de/2975/
Lewis A L (2000) Option valuation under stochastic volatility Finance Press, USA
Rouah F D and Vainberg G (2007) Option Pricing Models and Volatility using Excel-VBA John Wiley and Sons, Inc
5
Arguments
- 1: – Character(1)Input
-
On entry: determines whether the option is a call or a put.
- A call; the holder has a right to buy.
- A put; the holder has a right to sell.
Constraint:
or .
- 2: – IntegerInput
-
On entry: the number of strike prices to be used.
Constraint:
.
- 3: – IntegerInput
-
On entry: the number of times to expiry to be used.
Constraint:
.
- 4: – Real (Kind=nag_wp) arrayInput
-
On entry: must contain
, the th strike price, for .
Constraint:
, where , the safe range parameter, for .
- 5: – Real (Kind=nag_wp)Input
-
On entry: , the price of the underlying asset.
Constraint:
, where , the safe range parameter.
- 6: – Real (Kind=nag_wp) arrayInput
-
On entry: must contain
, the th time, in years, to expiry, for .
Constraint:
, where , the safe range parameter, for .
- 7: – Real (Kind=nag_wp)Input
-
On entry: the volatility, , of the volatility process, . Note that a rate of 20% should be entered as .
Constraint:
.
- 8: – Real (Kind=nag_wp)Input
-
On entry: , the long term mean reversion rate of the volatility.
Constraint:
.
- 9: – Real (Kind=nag_wp)Input
-
On entry: the correlation between the two standard Brownian motions for the asset price and the volatility.
Constraint:
.
- 10: – Real (Kind=nag_wp)Input
-
On entry: the initial value of the variance, , of the asset price.
Constraint:
.
- 11: – Real (Kind=nag_wp)Input
-
On entry: , the long term mean of the variance of the asset price.
Constraint:
.
- 12: – Real (Kind=nag_wp)Input
-
On entry: the risk aversion parameter, , of the representative agent.
Constraint:
and .
- 13: – Real (Kind=nag_wp)Input
-
On entry: , the annual risk-free interest rate, continuously compounded. Note that a rate of 5% should be entered as 0.05.
Constraint:
.
- 14: – Real (Kind=nag_wp)Input
-
On entry: , the annual continuous yield rate. Note that a rate of 8% should be entered as 0.08.
Constraint:
.
- 15: – Real (Kind=nag_wp) arrayOutput
-
On exit: contains , the option price evaluated for the strike price at expiry for and .
- 16: – IntegerInput
-
On entry: the first dimension of the array
p as declared in the (sub)program from which
s30naf is called.
Constraint:
.
- 17: – IntegerInput/Output
-
On entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, if you are not familiar with this argument, the recommended value is
.
When the value is used it is essential to test the value of ifail on exit.
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
6
Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Errors or warnings detected by the routine:
-
On entry, was an illegal value.
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, .
Constraint: and .
-
On entry, .
Constraint: and .
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, , and .
Constraint: and .
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, and .
Constraint: .
-
Quadrature has not converged to the specified accuracy. However, the result should be a reasonable approximation.
-
Solution cannot be computed accurately. Check values of input arguments.
An unexpected error has been triggered by this routine. Please
contact
NAG.
See
Section 3.9 in How to Use the NAG Library and its Documentation for further information.
Your licence key may have expired or may not have been installed correctly.
See
Section 3.8 in How to Use the NAG Library and its Documentation for further information.
Dynamic memory allocation failed.
See
Section 3.7 in How to Use the NAG Library and its Documentation for further information.
7
Accuracy
The accuracy of the output is determined by the accuracy of the numerical quadrature used to evaluate the integral in
(1). An adaptive method is used which evaluates the integral to within a tolerance of
, where
is the absolute value of the integral.
8
Parallelism and Performance
s30naf 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.
None.
10
Example
This example computes the price of a European call using Heston's stochastic volatility model. The time to expiry is
months, the stock price is
and the strike price is
. The risk-free interest rate is
per year, the volatility of the variance,
, is
per year, the mean reversion parameter,
, is
, the long term mean of the variance,
, is
and the correlation between the volatility process and the stock price process,
, is
. The risk aversion parameter,
, is
and the initial value of the variance,
var0, is
.
10.1
Program Text
Program Text (s30nafe.f90)
10.2
Program Data
Program Data (s30nafe.d)
10.3
Program Results
Program Results (s30nafe.r)