190
CHAPTER
6.
FINITE
DIFFERENCES.
BLACK-SCHOLES
PDE.
n
Yn/8
Y2n/8 Y3n/8 Y4n/8
8
0.927324726 0.881233241 0.858038663 0.854795605
16
0.927230008 0.881096027 0.857892126 0.854660722
32 0.927206081 0.881061382 0.857855140 0.854626687
64 0.927200084 0.881052699 0.857845871 0.854618159
128
0.927198583 0.881050527 0.857843553 0.854616026
256
0.927198208 0.881049984 0.857842973 0.854615492
512
0.927198114 0.881049848 0.857842828 0.854615359
1024 0.927198091 0.881049814 0.857842792 0.854615325
n
Y5n/8
Y
6n
18
Y
7n
18
8
0.869129726 0.899112567 0.943167827
16 0.869019591 0.899035166 0.943127841
32 0.868991807
0.899015643
0.943117757
64 0.868984845
0.899010752
0.943115230
128 0.868983104 0.899009528 0.943114598
256 0.868982669 0.899009222 0.943114440
512 0.868982560 0.899009146 0.943114401
1024 0.868982533 0.899009127 0.943114391
FINANCIAL
APPLICATIONS
Finite
difference approximations for
the
Greeks.
The
Black-Scholes
PDE.
Connections between
the
Greeks derived from
the
Black-Scholes
PDE.
6.3
Finite
difference
approximations
for
the
Greeks
The
reason we were able
to
compute
exact
formulas for
the
Greeks
of
Euro-
pean
plain
vanilla options is
that
closed formulas
(the
Black-Scholes formu-
las) exist for pricing those options; see section 3.6.
If
a closed formula for
the
price V of a derivative security does
not
exist (which is almost always
the
case), we
cannot
compute
closed formulas for
the
partial
derivatives
of
V
and
therefore for
the
Greeks
of
the
derivative security.
In
this
case, finite
,
differences
are
used
to
obtain
approximate
values for
the
Greeks.
Using
the
forward
and
central finite difference approximations (6.3)
and
6.4.
THE
BLACK-SCHOLES
PDE
191
(6.7),
the
Delta
of
a derivative security
can
be
approximated
as follows:
il(V)
il(V)
~
V (8 + d8) - V (8) .
d8·
,
~
V(8
+ d8) -
V(8
- d8)
2d8.
where, e.g.,
V(8
+ d8) is
the
value
of
the
derivative security when
the
spot
price
of
the
underlying
asset is 8 + d8.
The
Gamma
of
a derivative security
can
be
approximated
using
the
central
difference
approximation
(6.9), i.e.,
r(v)
~
V(8
+ d8) -
2V(8)
+
V(8
- d8)
(d8)2
For
the
other
Greeks, i.e.,
p,
8,
and
vega,
the
forward difference (6.3) is
the
most
commonly used
approximation
formula.
Thus,
vega(V)
~
V(o-
+
do-)
- V(o-)
do-
p(V)
~
V(r
+
dr)
-
V(r).
dr
8(V)
~
V(t
+ dt) -
V(t)
dt
We
note
that
8(V)
can
also
be
computed
as
av
8(V)
= -
aT;
,
see (7.24)
and
section 7.4 for more details.
Then,
a finite difference approxi-
mation
for 8
can
be
obtained
as follows:
8(V)
~
_
V(T
+
dT)
-
V(T)
dT
.
(6.46)
6.4
The
Black-Scholes
PDE
If
the
underlying asset follows a lognormal process,
the
value
V(8,
t) of a
plain vanilla
European
option
satisfies a
partial
differential equation, i.e.,
an
equation
involving
partial
derivatives
of
V
with
respect
to
the
spot
price 8
of
the
underlying asset
and
the
time
t.
This
partial
differential
equation
is
called
the
Black-Scholes
PDE.