Strong Growth

Download Report

Transcript Strong Growth

Fast solver
three-factor Heston / Hull-White model
Floris Naber
ING Amsterdam & TU Delft
Delft 22 March 15:30
www.ing.com
Outline
•
Introduction to the problem (three-factor model)
 Equity underlying
 Stochastic interest
 Stochastic volatility
•
Solving partial differential equations without boundary conditions
•
1-dimensional Black-Scholes equation
•
1-dimensional Hull-White equation
•
Conclusion
•
Future goals
ING
2
Introduction (Three-factor model)
•
Underlying equity:
dS t  ( rt  q ) S t dt 
v t S t dW1
S: underlying equity, r: interest rate, q:dividend yield, v:variance
•
Stochastic interest (Hull-White)
drt  ( ( t )  art ) dt   r dW 2
r: interest rate, θ:average direction in which r moves, a:mean reversion
rate,  r:annual standard deviation of short rate
•
Stochastic volatility (Heston)
dv t    ( v t  v ) dt   v t dW 3
v:variance, λ:speed of reversion, v :long term mean, η:vol. of vol.
ING
3
Introduction
Simulation Heston process
Simulation Hull-White process
(λ:1, v :0.35^2, η:0.5,v0:0.35^2,T:1)
(θ:0.07, a:0.05, σ:0.01, r0:0.03)
ING
4
Introduction
Pricing equation for the three-factor Heston / Hull-White model:
V
t


1
 (r  q )S
 V
vS
2
r
1
 V
2
 V
V
r
  (v  v )
2
  12 S
v r
S r
 V
V
v
2
  13 Sv
S v
 rV

1
2
 V
2
r
2
r
2
 v
2
v
2
  23 r
0
ACCURATE
5
 V
2
2
FAST
ING
S
 ( ( t )  ar )
2
2
2
V
GENERAL
v
r v
Solving pde without boundary conditions
Solving:
•
Implicitly with pde-boundary conditions:
 whole equation as boundary condition using one-sided differences
•
ING
Explicitly on a tree-structured grid
6
1-dimensional Black-Scholes equation
Black-Scholes equation:
V
t
 (r  q )S
V
S

1
 S
2
2
r: interest
q: dividend yield
σ: volatility
V: option price
S: underlying equity
ING
 V
2
7
2
S
2
 rV  0
Black-Scholes(solved implicitly with pde)
ING
8
Black-Scholes(solved implicitly with pde)
•
Inflow at right boundary, but one-sided differences wrong
direction
•
Non-legitimate discretization, due to pde-boundary conditions
(positive and negative eigenvalues)
•
ING
Actually adjusting extra diffusion and dispersion at boundary
9
Black-Scholes (solved explicitly on tree)
•
Upwind is used, so accuracy might be bad
•
Strict restriction for stability of Euler forward
 Upperbound for spacestep with Gerschgorin
Example: r = 0.03, σ = 0.25, q = 0, S = [0,1000]
•
ING
gives N < 7
Better time discretization methods needed, proposed RKCmethods.
10
1-dimensional Hull-White equation
Hull-White equation:
V
t
 ( ( t )  ar )
V
r

1
2
r
2
r: interest rate
θ:average direction in which r moves
a:mean reversion rate
 r:annual standard deviation of short rate
ING
11
 V
2
r
2
 rV  0
Hull-White (solved implicitly with pde)
Caplets:
ING
12
Hull-White (solved implicitly with pde)
•
Flow direction same as one-sided differences as long as
rm ax 
•
ING
 (t )
a
Discretization is not legitimate, but effects are hardly noticeable
13
Hull-White (solved explicitly on tree)
•
Transformation V  V so l V
•
Upwind is used
•
Restriction on the time- and spacestep, but easier satisfied than
Black-Scholes restriction
•
Results look accurate
ING
applied to get rid of ‘-rV’
14
Conclusion
•
Implicit methods with pde-boundary conditions:
 Give problems due to: non legitimate discretization and wrong
flow-direction
 Put boundary far away to obtain accurate results
•
Explicit methods:
 Very hard to satisfy stability conditions
 Due to upwind less accurate
ING
15
Future goals
•
More research on two methods to solve pdes
 Explicit with RKC-methods
•
Investigating the Heston model
•
Implementing three-factor model solver
ING
16