NAG Library Routine Document
d03ndf (dim1_blackscholes_closed)
1
Purpose
d03ndf computes an analytic solution to the Black–Scholes equation for a certain set of option types.
2
Specification
Fortran Interface
Subroutine d03ndf ( |
kopt, x, s, t, tmat, tdpar, r, q, sigma, f, theta, delta, gamma, lambda, rho, ifail) |
Integer, Intent (In) | :: | kopt | Integer, Intent (Inout) | :: | ifail | Real (Kind=nag_wp), Intent (In) | :: | x, s, t, tmat, r(*), q(*), sigma(*) | Real (Kind=nag_wp), Intent (Out) | :: | f, theta, delta, gamma, lambda, rho | Logical, Intent (In) | :: | tdpar(3) |
|
C Header Interface
#include <nagmk26.h>
void |
d03ndf_ (const Integer *kopt, const double *x, const double *s, const double *t, const double *tmat, const logical tdpar[], const double r[], const double q[], const double sigma[], double *f, double *theta, double *delta, double *gamma, double *lambda, double *rho, Integer *ifail) |
|
3
Description
d03ndf computes an analytic solution to the Black–Scholes equation (see
Hull (1989) and
Wilmott et al. (1995))
for the value
of a European put or call option, or an American call option with zero dividend
. In equation
(1) is time,
is the stock price,
is the exercise price,
is the risk free interest rate,
is the continuous dividend, and
is the stock volatility. The parameter
,
and
may be either constant, or functions of time. In the latter case their average instantaneous values over the remaining life of the option should be provided to
d03ndf. An auxiliary routine
d03nef is available to compute such averages from values at a set of discrete times. Equation
(1) is subject to different boundary conditions depending on the type of option. For a call option the boundary condition is
where
is the maturity time of the option. For a put option the equation
(1) is subject to
d03ndf also returns values of the Greeks
s30abf also computes the European option price given by the Black–Scholes–Merton formula together with a more comprehensive set of sensitivities (Greeks).
Further details of the analytic solution returned are given in
Section 9.1.
4
References
Hull J (1989) Options, Futures and Other Derivative Securities Prentice–Hall
Wilmott P, Howison S and Dewynne J (1995) The Mathematics of Financial Derivatives Cambridge University Press
5
Arguments
- 1: – IntegerInput
-
On entry: specifies the kind of option to be valued:
- A European call option.
- An American call option.
- A European put option.
Constraints:
- , or ;
- if , .
- 2: – Real (Kind=nag_wp)Input
-
On entry: the exercise price .
Constraint:
.
- 3: – Real (Kind=nag_wp)Input
-
On entry: the stock price at which the option value and the Greeks should be evaluated.
Constraint:
.
- 4: – Real (Kind=nag_wp)Input
-
On entry: the time at which the option value and the Greeks should be evaluated.
Constraint:
.
- 5: – Real (Kind=nag_wp)Input
-
On entry: the maturity time of the option.
Constraint:
.
- 6: – Logical arrayInput
-
On entry: specifies whether or not various arguments are time-dependent. More precisely, is time-dependent if and constant otherwise. Similarly, specifies whether is time-dependent and specifies whether is time-dependent.
- 7: – Real (Kind=nag_wp) arrayInput
-
Note: the dimension of the array
r
must be at least
if
, and at least
otherwise.
On entry: if
then
must contain the constant value of
. The remaining elements need not be set.
If
then
must contain the value of
at time
t and
must contain its average instantaneous value over the remaining life of the option:
The auxiliary routine
d03nef may be used to construct
r from a set of values of
at discrete times.
- 8: – Real (Kind=nag_wp) arrayInput
-
Note: the dimension of the array
q
must be at least
if
, and at least
otherwise.
On entry: if
then
must contain the constant value of
. The remaining elements need not be set.
If
then
must contain the constant value of
and
must contain its average instantaneous value over the remaining life of the option:
The auxiliary routine
d03nef may be used to construct
q from a set of values of
at discrete times.
- 9: – Real (Kind=nag_wp) arrayInput
-
Note: the dimension of the array
sigma
must be at least
if
, and at least
otherwise.
On entry: if
then
must contain the constant value of
. The remaining elements need not be set.
If
then
must contain the value of
at time
t,
the average instantaneous value
, and
the second-order average
, where:
The auxiliary routine
d03nef may be used to compute
sigma from a set of values at discrete times.
Constraints:
- if , ;
- if , , for .
- 10: – Real (Kind=nag_wp)Output
-
On exit: the value
of the option at the stock price
s and time
t.
- 11: – Real (Kind=nag_wp)Output
- 12: – Real (Kind=nag_wp)Output
- 13: – Real (Kind=nag_wp)Output
- 14: – Real (Kind=nag_wp)Output
- 15: – Real (Kind=nag_wp)Output
-
On exit: the values of various Greeks at the stock price
s and time
t, as follows:
- 16: – 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, .
Constraint: , or .
On entry, is not equal to with American call option.
.
On entry, .
Constraint: .
On entry, .
Constraint: .
On entry, .
Constraint: .
On entry, and .
Constraint: .
On entry, .
Constraint: .
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
Given accurate values of
r,
q and
sigma no further approximations are made in the evaluation of the Black–Scholes analytic formulae, and the results should therefore be within machine accuracy. The values of
r,
q and
sigma returned from
d03nef are exact for polynomials of degree up to
.
8
Parallelism and Performance
d03ndf is not threaded in any implementation.
9.1
Algorithmic Details
The Black–Scholes analytic formulae are used to compute the solution. For a European call option these are as follows:
where
is the cumulative Normal distribution function and
is its derivative
The functions
,
,
and
are average values of
,
and
over the time to maturity:
The Greeks are then calculated as follows:
Note: that is obtained from substitution of other Greeks in the Black–Scholes partial differential equation, rather than differentiation of . The values of , and appearing in its definition are the instantaneous values, not the averages. Note also that both the first-order average and the second-order average appear in the expression for . This results from the fact that is the derivative of with respect to , not .
For a European put option the equivalent equations are:
The analytic solution for an American call option with is identical to that for a European call, since early exercise is never optimal in this case. For all other cases no analytic solution is known.
10
Example
This example solves the Black–Scholes equation for valuation of a -month American call option on a non-dividend-paying stock with an exercise price of $. The risk-free interest rate is 10% per annum, and the stock volatility is 40% per annum.
The option is valued at a range of times and stock prices.
10.1
Program Text
Program Text (d03ndfe.f90)
10.2
Program Data
Program Data (d03ndfe.d)
10.3
Program Results
Program Results (d03ndfe.r)