0% found this document useful (0 votes)
34 views13 pages

Volatility Interpolation

The paper presents a method for interpolating and extrapolating option quotes to create a continuous volatility surface using a non-standard finite difference approach. It demonstrates the efficiency of this method by fitting it to the SX5E option market in approximately 0.05 seconds of CPU time, achieving high accuracy in implied volatility. The proposed algorithm ensures arbitrage consistency and can be utilized for local volatility models and market making in options.

Uploaded by

Hilton Fernandes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views13 pages

Volatility Interpolation

The paper presents a method for interpolating and extrapolating option quotes to create a continuous volatility surface using a non-standard finite difference approach. It demonstrates the efficiency of this method by fitting it to the SX5E option market in approximately 0.05 seconds of CPU time, achieving high accuracy in implied volatility. The proposed algorithm ensures arbitrage consistency and can be utilized for local volatility models and market making in options.

Uploaded by

Hilton Fernandes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/228290986

Volatility Interpolation

Article in SSRN Electronic Journal · March 2010


DOI: 10.2139/ssrn.1694972

CITATIONS READS

49 8,984

2 authors:

Jesper Andreasen Brian Norsk Huge


Verition Fund Management Trafigura
34 PUBLICATIONS 1,478 CITATIONS 29 PUBLICATIONS 210 CITATIONS

SEE PROFILE SEE PROFILE

All content following this page was uploaded by Jesper Andreasen on 03 December 2019.

The user has requested enhancement of the downloaded file.


Volatility Interpolation

First version March 2010


Revised February 2011

Jesper Andreasen and Brian Huge


Danske Markets, Copenhagen

kwant.daddy@danskebank.com
brno@danskebank.com

1
Abstract
In this paper, we show how a non-standard variant of the fully implicit finite
difference method can be applied to efficiently interpolate and extrapolate a discrete
set of option quotes to an arbitrage consistent full continuous surface in expiry and
strike. In a numerical example we show how the model can be fitted to all quoted
prices in the SX5E option market (12 expiries, each with roughly 10 strikes) in
approximately 0.05s of CPU time.

Intro
Local volatility models such as Dupire (1994), Andersen and Andreasen (1999),
JPMorgan (1999), and Andreasen and Huge (2010) ideally require a full continuum in
expiry and strike of arbitrage consistent European option prices as input. In practice,
we, of course, only observe a discrete set of option prices.

It is well-known that interpolation and extrapolation of a two-dimensional implied


volatility surface is a non-trivial problem, particularly if one wishes to preserve
characteristics that guarantee arbitrage-free option prices. Previous attempts to solve
the problem include interpolation in the strike dimension via fitting of an implied
density, best-fit approaches where parametric option pricing models such as the
Heston and SABR models are fitted to observed option prices and subsequently used
for interpolation, and full scale non-parametric optimisation approaches where local
volatility model are fitted directly to observed option prices. See for example
Jackwerth and Rubinstein (1996), Sepp (2007), Coleman et al (1999), and Avellaneda
et al (1997). All of these approaches, however, suffer from drawbacks: The implied
density route does not directly lend itself to interpolation in the maturity dimension,
the parametric model approach will not necessarily exactly match all the observed
option prices, and the full scale optimisation technique is computationally costly.

Our modelling approach is based on finite difference solution of the Dupire (1994)
forward equation for option prices, and, as such, related to the work by Carr (2008)
where it is shown that one step the implicit finite difference method can be viewed as
option prices coming from a local variance gamma model. The methodology is
spiritually related to the implied density approach and can be specified to give an
exact fit to the observed option prices. But contrary to the implied density approach it
directly allows for arbitrage consistent interpolation in the maturity dimension. For
each maturity a non-linear optimisation problem has to be solved. The number of
parameters will typically be equal to the number of targets, i.e. the number strikes. An
update in the optimisation problem is quick as it only involves one time step in the
implicit finite difference method, i.e. solution of one tri-diagonal matrix system. The
model calibration can be bootstrapped in the maturity direction but global
optimisation is also an option. After the model is calibrated the full continuous surface
of option prices is, again, generated by single time step finite difference solution of
Dupire’s forward equation. Typical interpolation problems for equity options can be
solved in few hundreds of a second of CPU time.

Discrete Expiries
Given a time grid of expiries 0 t0 t1 and a set of volatility functions
{ i (k )}i 0,1, we construct European option prices for all the discrete expiries, by
recursively solving the forward system:

2
2
1
[1 ti i (k )2 2 ]c(ti 1 , k ) c(ti , k ) , c(0, k ) ( s(0) k ) ,i 0,1, (1)
2 k

where ti ti 1 ti .

If we discretise the strike space k j k0 j k , j 0,1, , n and replace the


differential operator by the difference operator, we get the following finite difference
scheme

1
[1 ti i (k )2 kk ]c(ti 1 , k ) c(ti , k ) , c(0, k ) ( s(0) k ) , i 0,1,
2 (2)
1
kk f ( k ) ( f (k k ) 2 f (k ) f (k k ))
k2

The system (2) can be solved by recursively solving tridiagonal matrix systems. One
can thus view the system (1) is a one-step per expiry implicit (finite-difference)
discretisation of the Dupire (1994) forward equation

2
c 1 c
0 (t , k )2 2 (3)
t 2 k

For a set of discrete option quotes {cˆ(ti , kij )} , the system (1) can be bootstrapped
forward expiry by expiry to find piecewise constant functions

i (k ) aij , bi , j 1 k bij (4)

that minimize the pricing error in (1). I.e. we solve the optimisation problems

inf ((c(ti , kij ) cˆ(ti , kij )) / wij ) 2 , wij cˆ(ti , kij ) / ˆ (ti , kij ) , (5)
i( )
j

sequentially for i 1, 2, . Here ˆ denotes implied Black volatility. The point here is
that for each iteration in (5) only one tridiagonal matrix system (2) needs to be solved.

Filling the Gaps


The system (1) translates the local volatility functions into arbitrage consistent prices
for a discrete set of expiries but it does not directly specify the option prices between
the expiries. We fill the gaps by letting the option prices between two expiries be
constructed according to

2
1
[1 (t ti ) i (k ) 2 2 ]c(t , k ) c(ti , k ) , t ]ti , ti 1[ (6)
2 k

Note that we do not step from expiry to expiry that lie between the original expiries;
for all expiries t ]ti , ti 1[ , we step from t i .

3
Absence of Arbitrage and Stability
Carr (2008) shows that the option prices generated by (1) are consistent with the
underlying being a local variance gamma process. From this or from straight
calculation we have that (6) can be written as

1 u /( t ti )
c(t , k ) e g (u , k )du , t ti (7)
0 t ti

where g (u , k ) is the solution to

2
g
1 g
0 (k ) 2 2 ,u 0
u
2 k (8)
g (0, k ) c(ti , k )

In Appendix B we use this to show that the option prices generated by (1) and (6) are
consistent with absence of arbitrage, i.e. that ct (t , k ) 0, ckk (t , k ) 0 for all (t , k ) .

For the discrete space case we note that with the additional (absorbing) boundary
conditions ckk (t , k0 ) ckk (t , kn ) 0 , (2) can be written as

Ac(ti 1 ) c(ti ) (9)

where A is the tri-diagonal matrix

1 0
z1 1 2 z1 z1
z2 1 2 z2 z2
A
(10)
zn 1 1 2 zn 1 zn 1

0 1
1 t
zj i (k j )2
2 k2

The tri-diagonal matrix A is diagonally dominant with positive diagonal and negative
off-diagonals. Nabben (1999) shows that for this type of matrix

1
A 0 (11)

This implies that the discrete system (2) is stable. As we also have

1
A , (1, ,1) ' , (12)

we can further conclude that the discrete system (2) is arbitrage-free. This also holds
if the spacing is non-equidistant.

4
If the problem is formulated in logarithmic space x ln k , as would often be the case,
then the discrete system (2) becomes

1
[1 ti i ( x) 2 ( xx x )]c(ti 1 , x) c(ti , x) , c(0, x) ( s(0) e x ) ,i 0,1,
2
1
x f ( x) ( f (x x) f (x x))
2 x
1
xx f ( x ) ( f (x x) 2 f ( x) f (x x))
x2
(13)

It follows that the system is stable if x ln(k j 1 / k j ) 2 , not a constraint that will be
breached in any practical application.

As shown in Appendix B, (1) and (6) can be slightly generalised by introducing a


deterministic time-change T (t ) :

2
1
[1 (T (t ) ti ) i (k )2 2 ]c(t , k ) c(ti , k ) , t ]ti , ti 1 ] (14)
2 k

where T (ti ) ti and T '(t ) 0 . In this case, the local volatility function (3) consistent
with the model is given by

ct (t , k ) ln ckk (t , k )
(t , k ) 2 2 i (k ) 2 [T '(t ) (T (t ) ti ) ] (15)
ckk (t , k ) t

The introduction of the time-change gives a handle on the interpolation in the expiry
direction. For example, a choice of a piecewise cubic functions T (t ) can be used to
ensure that implied volatility is roughly linear in expiry.

Algorithm
In summary: a discrete set of European option quotes is interpolated into a full
continuous surface of arbitrage consistent option quotes by

Step 1: For each expiry solve an optimisation problem (6) for a piecewise constant
volatility function with as many levels as target strikes at the particular expiry. Each
iteration involves one update of (1) and is equivalent to one time step in a fully
implicit finite difference solver.

Step 2: For expiries between the original expiries, the volatility functions from step 1
is used in conjunction with (7) to generate option prices for all strikes.

Note that step 2 does not involve any iteration. The process of the time stepping is
shown in Figure 1.

5
Numerical Example
In this section we consider fitting the model to the SX5E equity option market. The
number of expiries is 12 with up to 15 strikes per expiry. The target data is given in
Table 1. We choose to fit a log-normal version of the model based on finite difference
solution with 200 grid points. The local volatility function is set up to be piecewise
linear with as many levels as calibration strikes per expiry. The model fits to the
option prices in approximately 0.05s of CPU time on a standard PC. The average
number of iterations is 86 per expiry. Table 2 shows the calibration accuracy for the
target options. The standard deviation of the error is 0.03% in implied Black
volatility.

After the model has been calibrated we use (6) to compute option prices for all
expiries and strikes and deduce the local volatility from the option prices using (3).
Figure 2 shows the resulting local volatility surface. We note that the local volatility
surface has no poles. So, as expected, the model produces arbitrage consistent
European option prices for all expiries and strikes.

Conclusion
We have shown how a non-standard application of the fully implicit finite difference
method can be used for arbitrage free interpolation of implied volatility quotes. The
method is quick and robust and can be used both as a pre-pricing step for local
volatility models as well as for market making in option markets.

6
References
Andersen, L. and J. Andreasen (1999): “Jumping Smiles.” RISK, November.

Andreasen, J. and B. Huge (2010): “Expanded Smiles.” RISK, May.

Andreasen, J. (1996): “Implied Modeling.” Working paper, Aarhus University,


Denmark.

Avellaneda, M., C. Friedman, R. Holmes, and D. Samperi (1997): “Calibrating


Volatility Surfaces via Relative Entropy Minimization.” Applied Mathematical
Finance 4, 37-64.

Carr, P. (2008): “Local Variance Gamma.” Working paper, Bloomberg, New York.

Coleman, T., Y. Li and A. Verma (1999): “Reconstructing the Unknown Local


Volatility Function.” The Journal of Computational Finance 2, 3, 77-100.

Dupire, B. (1994): “Pricing with a Smile.” RISK, January, 18-20.

Jackwerth, J. and M. Rubinstein (1996): “Recovering Probability Distributions from


Options Prices.” Journal of Finance 51, 5.

JPMorgan (1999): “Pricing Exotics under the Smile.” RISK, November.

Nabben, R. (1999): “On Decay Rates of Tridiagonal and Band Matrices.” SIAM J.
Matrix Anal. Appl. 20, 820-837.

Sepp, A. (2007): “Using SABR Model to Produce Smooth Local Volatility Surfaces.”
Working paper, Merrill Lynch.

7
Appendix A: Tables and Figures

Table 1: SX5E Implied Volatility Quotes


k\t 0.025 0.101 0.197 0.274 0.523 0.772 1.769 2.267 2.784 3.781 4.778 5.774

51.31% 33.66% 32.91%

58.64% 31.78% 31.29% 30.08%

65.97% 30.19% 29.76% 29.75%

73.30% 28.63% 28.48% 28.48%

76.97% 32.62% 30.79% 30.01% 28.43%

80.63% 30.58% 29.36% 28.76% 27.53% 27.13% 27.11% 27.11% 27.22% 28.09%

84.30% 28.87% 27.98% 27.50% 26.66%

86.13% 33.65%

87.96% 32.16% 29.06% 27.64% 27.17% 26.63% 26.37% 25.75% 25.55% 25.80% 25.85% 26.11% 26.93%

89.79% 30.43% 27.97% 26.72%

91.63% 28.80% 26.90% 25.78% 25.57% 25.31% 25.19% 24.97%

93.46% 27.24% 25.90% 24.89%

95.29% 25.86% 24.88% 24.05% 24.07% 24.04% 24.11% 24.18% 24.10% 24.48% 24.69% 25.01% 25.84%

97.12% 24.66% 23.90% 23.29%

98.96% 23.58% 23.00% 22.53% 22.69% 22.84% 22.99% 23.47%

100.79% 22.47% 22.13% 21.84%

102.62% 21.59% 21.40% 21.23% 21.42% 21.73% 21.98% 22.83% 22.75% 23.22% 23.84% 23.92% 24.86%

104.45% 20.91% 20.76% 20.69%

106.29% 20.56% 20.24% 20.25% 20.39% 20.74% 21.04% 22.13%

108.12% 20.45% 19.82% 19.84%

109.95% 20.25% 19.59% 19.44% 19.62% 19.88% 20.22% 21.51% 21.61% 22.19% 22.69% 23.05% 23.99%

111.78% 19.33% 19.29% 19.20%

113.62% 19.02% 19.14% 19.50% 20.91%

117.28% 18.85% 18.54% 18.88% 20.39% 20.58% 21.22% 21.86% 22.23% 23.21%

120.95% 18.67% 18.11% 18.39% 19.90%

124.61% 18.71% 17.85% 17.93% 19.45% 20.54% 21.03% 21.64% 22.51%

131.94% 19.88% 20.54% 21.05% 21.90%

139.27% 19.30% 20.02% 20.54% 21.35%

146.60% 18.49% 19.64% 20.12%


Table 1 shows implied Black volatilities for European options on the SX5E index. Expiries range from
two weeks to a bit less than 6 years and strikes range from 50% to 146% of current spot of 2772.70.
Data is as of March 1, 2010.

8
Table 2: SX5E Calibration Accuracy
k\t 0.025 0.101 0.197 0.274 0.523 0.772 1.769 2.267 2.784 3.781 4.778 5.774

51.31% 0.00% 0.00%

58.64% 0.00% -0.02% 0.08%

65.97% 0.00% 0.02% -0.23%

73.30% 0.00% -0.02% 0.05%

76.97% -0.02% -0.01% 0.00% 0.00%

80.63% -0.02% -0.01% 0.00% 0.01% 0.00% 0.00% 0.01% 0.06% 0.00%

84.30% 0.00% 0.00% 0.00% -0.02%

86.13% 0.01%

87.96% -0.07% -0.05% 0.01% 0.02% 0.01% -0.01% 0.01% 0.00% 0.00% -0.01% -0.02% 0.00%

89.79% 0.02% 0.01% 0.00%

91.63% 0.01% 0.01% 0.00% 0.02% 0.01% 0.00% -0.01%

93.46% -0.02% -0.02% 0.00%

95.29% 0.00% 0.00% 0.01% 0.00% 0.00% 0.00% 0.00% 0.00% 0.00% 0.01% -0.01% 0.00%

97.12% 0.02% 0.01% -0.01%

98.96% -0.01% -0.01% 0.00% 0.00% 0.00% 0.00% 0.00%

100.79% 0.01% 0.00% 0.00%

102.62% 0.01% -0.01% 0.00% 0.00% 0.00% -0.01% -0.01% 0.00% 0.00% -0.03% 0.00% 0.00%

104.45% 0.01% 0.00% 0.02%

106.29% -0.06% -0.01% 0.00% 0.01% 0.00% 0.03% 0.01%

108.12% 0.00% 0.00% -0.02%

109.95% -0.10% -0.09% 0.00% -0.02% 0.00% 0.02% -0.01% 0.00% -0.01% 0.02% -0.02% 0.00%

111.78% -0.02% 0.03% -0.04%

113.62% 0.03% 0.00% -0.01% 0.00%

117.28% -0.03% 0.00% 0.01% 0.00% 0.00% 0.02% -0.02% 0.00% 0.00%

120.95% 0.01% 0.00% -0.02% 0.00%

124.61% 0.00% 0.02% 0.07% 0.02% -0.03% 0.02% -0.02% 0.00%

131.94% 0.00% -0.05% 0.01% 0.00%

139.27% 0.00% 0.01% -0.01% -0.01%

146.60% 0.02% -0.01% 0.00%


Table 2 shows the difference between the model and the target in implied Black volatilities for
European options on the SX5E index. Data is as of March 1, 2010.

9
Figure 1: Model Timeline

Figure 2: Local Volatility derived from Model Option Prices

100.00%

80.00%

60.00%

40.00%
20.00%
0.00%
115.8781
219.3651

0.024641
415.2729

0.519887
1.060515
786.1397

1.617426
1488.216

2.174337
2817.293

2.722793
5333.327

3.278013
3.834924
10096.35

4.391835
19113.07

4.948746
36182.34

5.505657

Figure 2 shows the local volatility surface in the model after it has been fitted to the SX5E market.
Data is as of March 1, 2010.

10
Appendix B: Technical Results

Proposition 1: Absence of Arbitrage


The surface of option prices constructed by the recursive schemes (1) and (6) is
consistent with absence of arbitrage, i.e.

ct (t , k ) 0
(B1)
ckk (t , k ) 0

for all (t , k ) .

Proof of Proposition 1
Consider option prices generated by the forward equation

2
g 1 g
0 (k ) 2 2 (B2)
t 2 k

given which is solved forward in time t given the initial boundary condition g (0, k ) .

As also noted in Andreasen (1996), (B2) can also be seen as the backward equation
for

g (t , k ) E k [ g (0, k (0)) | k (t ) k] (B3)

where k follows the process

dk (t ) (k (t ))dZ (t ) (B4)

and Z is a Brownian motion running backwards in time. The mapping


g (0, ) g (t , ) given by (B2) thus defines a positive linear functional in the sense
that

g (0, ) 0 g (t , ) 0 (B5)

Further, differentiating (B2) twice with respect to k yields the forward equation for
p g kk :

p 1 2
0 [ (k ) 2 p]
t 2 k2 (B6)
p(0, k ) g kk (0, k ) g kk (0, l ) (k l )dl

Equation (B3) is equivalent to the Fokker-Planck equation for the process

dx(t ) ( x(t ))dW (t ) (B7)

11
where W is a standard Brownian motion. From this we conclude that (B2) preserves
convexity:

g kk (0, ) 0 g kk (t , ) 0 (B8)

Let T (u ) be a strictly increasing function. Define the (Laplace) transform of the


option prices by

1 t /T ( u )
h(u, k ) e g (t , k )dt (B9)
0 T (u )

t /T ( u )
Multiplying (B2) by e and integrating in t yields

2
1
[1 T (u ) (k )2 2 ]h(u, k ) g (0, k ) (B10)
2 k

From (B5) and (B8) we conclude that (B10) defines a positive linear functional that
preserves convexity.

Differentiating (B10) with respect to u yields

2
1 1
[1 T (u ) (k )2 2 ]hu (u, k ) T '(u) (k ) 2 hkk (u, k ) (B11)
2 k 2

Using that (B10) is a positive linear functional that preserves convexity we have that
if g (0, ) is convex then

hu (u, k ) 0 (B12)

for all (u , k ) .

We conclude that the option prices constructed by (1) and (6) are consistent with
absence of arbitrage.

12

View publication stats

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy