PDE Methods for Option Pricing under Jump Diffusion Processes

Size: px
Start display at page:

Download "PDE Methods for Option Pricing under Jump Diffusion Processes"

Transcription

1 PDE Methods for Option Pricing under Jump Diffusion Processes Prof Kevin Parrott University of Greenwich November 2009 Typeset by FoilTEX

2 Summary Merton jump diffusion American options Levy Processes - Variance Gamma and CGMY Asian Options under Jump Diffusions Conclusions 1

3 Merton s Jump-Diffusion model Merton s model consists of a jump term added to geometric Brownian motion i.e. ds t /S t = (µ λκ)dt + σdw t + dj t where J t is a compound Poisson process with rate λ i.e. J t = N t j=1 (Y j 1), where E[N t ] = λt and P {N t = n} = e λt(λt)n n! If the j th jump occurs at time t and S t is the asset price immediately before the jump, then S t = Y j S t. The compensation constant κ = E[Y 1]. 2

4 Merton derives an analytic solution for a call option when the Y are lognormally distributed ln Y N(a, b 2 ), i.e. f(y) = } 1 { y (2π)b exp (ln y a)2 2b 2 κ = e (a+0.5b2) 1 The solution to the jump-diffusion sde is S t = S 0 e ((µ λκ 0.5σ2 )t+σw t ) so multiplicative jumps can be seen to be a natural extension of GBM. N t j=1 Y j 3

5 Levy Processes This jump-diffusion model is an example of a more general class of exponential Levy models S t = S 0 e X t where X t is a Levy process consisting of a drift term, a Brownian motion term and a superposition of Poisson processes with various jump sizes and allowing for infinite jump rates or activities (of vanishingly small jumps). The Merton model has a Levy density ν(x) = } λ (x a)2 exp { (2π)b 2b 2, where x = ln y and is a finite activity process ( ν(x)dx = λ). 4

6 Variance Gamma Variance Gamma is a Levy process and is widely used as a share price model; it has infinite but relatively low activity of small jumps ν(x) = exp { λ px} cx 1 x>0 + exp { λ n x } 1 x<0, where x = ln y c x 5

7 CGMY CGMY is another Levy process and is widely used as a share price model; it is identical to Variance Gamma if Y = 0 ν(x) = C exp { Mx} x 1+Y 1 x>0 + C exp { G x } x 1+Y 1 x<0, where x = ln y 6

8 Pricing PIDE Under certain assumptions, the Option price V, when the underlying follows an exponential Levy process, can be shown to obey the following partial-integrodifferential equation V t = 1 2 σ2 S 2 2 V S 2 +rs V S rv + (V (Se x ) V (S) S(e x 1) V S )ν(x)dx or V t = LV + I(V ) or inequality in the case of American Options. A flexible approach to pricing is to solve a finite difference approximation to this PIDE/PIDI. 7

9 The PIDE can be integrated between two time levels at t m t m 1 V t dt = V (S j, t m 1 ) V (S j, t m ) = t m t m 1 (L V (S j, t) + I(V (S, t)) dt and using θ method time quadrature leads to the finite difference approximation V m 1 j V m j = t [ θ(l S V m 1 j + I j (V m 1 )) + (1 θ)(l S V m j + I j (V m )) ]. where L S and I j (V m ) are 2 nd order approximations to the continuous operators, and Vj m are discrete prices. A uniform spatial mesh in S, or in u = ln S, would not distribute the error efficiently; a better choice is either to use a non-uniform meshes (Forsyth, Toivanen) or uniform meshes with coordinate stretching (this work). 8

10 Co-ordinate stretching The region of asset price interest is determined by the payoff; S = k for a vanilla call or put. In this case a simple analytic transformation S = a sinh(ξ L) + c can be used to refine the mesh around S = K Choose the curve to pass through (0, 0) c = a sinh L and the maximum stretch to be at S = K c = K. i.e. S = K sinh(l) sinh(ξ L) + K. The parameter L controls the stretch. The transformed equations are more complex, however implementing the finite difference equations is straightforward (on a unifrom mesh in the transformed variable). 9

11 10

12 Comments on the convolution integral The integrand is localised by the exponential tapering of a Levy density and moreover is identically zero when the prices are locally linear. The main accuracy requirement is consequently around the strike region (or between the strike and the optimal exercise boundary). Local mesh refinement of this region will control errors both in the Black-Scholes operator and convolution quadrature. Using V SS = 0 at S = S max as a mesh truncation condition enforces linearity in the prices beyond S max. The coordinate stretching is also an efficient way to provide a locally linear region to the right of the strike (mesh size increases exponentially). 11

13 Evaluating the discrete convolution integral ( [ ] ) V I j (V ) = V (S j e x ) V j S j (e x 1) ν(x)dx S S j Approximating this integral using quadrature appears to require interpolation for V (S j e x ), however this can be avoided. This is easier to follow with a transformation back to the asset price jump y = e x i.e. I j (V ) = 0 ( V (S j y) V j S j (y 1) [ ] ) V S S j ν(y)dy = 0 F j (y) ν(y)dy 12

14 Localisation Let Ω = {S 0, S 1,... S N = S max } be the finite difference mesh in S. Then the following localisation I j I loc j = y max j 0 F j (y) ν(y)dy where y max j = S N /S j is accurate providing that mesh truncation is sufficiently far from the strike. Note that the effect of asset price jumps outside the mesh are ignored e.g. for j = N, I N (V ) 1 0 F N(y) ν(y)dy; this is consistent with imposing the truncation condition V SS = 0, at S = S max since the integrand will then be zero for S > S max. 13

15 Mesh based quadrature For a given localisation yj max = y N = S N /S j, construct a partition of all possible jumps {[y 0, y 1 ],..., [y p, y p+1 ],..., [y N 1, y N ]}. Then I loc j = p=n 1 p=0 yp+1 y p F j (y) ν(y)dy Applying the trapezoidal rule to each interval, I loc j Îloc j = p=n 1 p=0 ( ) 1 2 (y p+1 y p )[F j (y p+1 ) ν(y p+1 ) + F j (y p ) ν(y p )] 14

16 Discrete densities The localised integral term can be rewritten as Î loc j = (y N y N 1 ) F j (y N ) ν(y N ) + 2 p=n 2 p=1 + (y 1 y 0 ) F j (y 0 ) ν(y 0 ) 2 p=n = ν jp F j (y p ) p=0 (y p+1 y p 1 ) F j (y p ) ν(y p ) 2 where F j (y p ) = V p V j (y p 1) [ ] V S and the ν S jp are discrete densities for a j jump from S j to S p. 15

17 Quadrature with coordinate transformations 1. The non-uniform mesh in S creates a non-uniform set of quadrature intervals in y = S/S j. 2. The quadrature sampling is most accurate in the region of the greatest transformation stretch (e.g. the strike S = K) i.e. where the integrand has its maximum variation. 3. Simpson s rule (note that the quadrature rule is uniformly spaced in ξ) improves the discrete quadrature measures but computational tests show little effect on the option prices. 16

18 European Price Convergence - Merton stretch = 1 stretch = 10 N M value error ratio Rich. value error ratio Rich n/a n/a Table 1: Numerical convergence comparison of uniform and stretched grids for an European Put with Merton jump diffusion. Prices at S=100, where K = 100, T = 0.25, r = 0.05, σ = 0.15, λ = 0.1, a = 0.9, b = Exact value =

19 American Options The pricing PIDE is now replaced by an inequality since the hedged portfolio value can only have a return bounded above by the risk-free return i.e. V t LV + 0 (V (Sy) V (S) (y 1)S V S ) ν(y)dy = LV + I(V ) An American option cannot fall beneath its immediate payoff g(s, t), thus V g must also hold. problem These two conditions combine into a linear complementarity (V g)( V t + LV + I(V )) = 0 18

20 Discrete Complementarity The discrete linear complementarity problem is ( V m 1 j g(s j, t m 1 ) ) ( V m 1 j Vj m t [ θ(l S V m 1 j + I j (V m 1 )) + (1 θ)(l S V m j + I j (V m )) ]) = 0 Rannacher timestepping is effective in avoiding oscillations in Gamma (cf Giles et al). 19

21 American Price Convergence - Merton stretch = 1 stretch = 10 N M value Rich error ratio value Rich error ratio Table 2: Numerical convergence comparison of uniform and stretched grids for an American Put with Merton jump diffusion. Prices at S=100, where K = 100, T = 0.25, r = 0.05, σ = 0.15, λ = 0.1, a = 0.9, b = Exact value

22 21

23 Figure 1: Stretched grid Gamma for Merton jump diffusion, American Put 22

24 a j V m 1 j 1 A j Vj 1 m + B j Vj m In matrix notation Algebraic structure + b j V m 1 j p=n + c j V m 1 j+1 θ t p=n + C j Vj+1 m + (1 θ) t p=0 (M + M c )V m 1 = f p=0 ν jp F p = ν jp F p, j = 0,... N See approaches in Forsyth et al and Cont and Voltchkova for fast techniques for dealing with the computational cost of the full matrix M c. PSOR has been found to work satisfactorily for the implicit case and early exercise. Note that M c entries will decay exponentially fast away from the diagonal. 23

25 Infinite activity Levy densities This approach needs to be modified for Variance Gamma and CGMY since ν(y p ) = ν(y p ) is singular for p = j i.e. y = 1. The terms that have to be treated separately in I j are p=j p=j 1 yp+1 y p F (S j y) ν(y)dy = yj+1 y j 1 ( V (S j y) V (S j ) S j (y 1) V ) S ν(y)dy The approach described here follows Rama Cont (and also Peter Forsyth). y j 1 = S j 1 S j y j = 1 y j+1 = S j+1 S j S j 1 S j S j+1 24

26 I sing j = yj+1 y j 1 Effective volatility σ ϵ ( V (S j y) V (S j ) S j (y 1) V ) S ν(y)dy Expand V (S j y) in a Taylor series about S j for small jumps y 1 = ϵ 1 V (S j y) = V (S j ) + S j (y 1) V S S2 j (y 1) 2 2 V S Then I sing where σ 2 ϵ = j yj+1 y j 1 = 1 2 σ2 ϵ S 2 j 2 V S 2 (y 1) 2 ν(y)dy. 25

27 σ 2 ϵ = xj+1 x j 1 (e x 1) 2 C Evaluating σ 2 ϵ [ ] e Mx x 1+Y 1 x>0 + e G x x 1+Y 1 x<0 dx, where x = ln(y). x j 1 = ln( S j 1 S j ) x j = 0 x j+1 = ln( S j+1 S j ) S j 1 S j 1 S j S j S j+1 Define x D j = x j x j 1 = 0 ln( S j 1 ) = ln(1 + S j 1 ) S j 1 /S j S j S j 1 and x U j = x j+1 x j = ln( S j+1 ) 0 = ln(1 + S j ) S j /S j S j S j 26

28 Then σ 2 ϵ = x U j 0 e Mx x 1+Y (ex 1) 2 dx + x D j 0 e Gx x 1+Y (ex 1) 2 dx = x U j 0 x 1 Y e Mx (1+ x x D j 2! +x2 3! +...)2 dx+ 0 x 1 Y e Gx (1+ x 2! +x2 3!!+...)2 dx which for Y < 2, can be expressed in terms of incomplete Gamma functions, and converges quickly (3 terms needed). 27

29 European Price Convergence - Variance Gamma stretch = 1 stretch = 10 stretch = 20 N value error value error value error Table 3: Numerical convergence of European Call Prices with Variance Gamma comparing different stretched grids with Rannacher timestepping. Prices linearly interpolated to S=90 where K = 98, r = 0.0, T = 0.5, ν = , λ n = , λ p = Convergence rates not quoted as they were affected by the interpolation. Exact

30 29

31 30 Figure 2: VG American Put showing lack of smooth pasting

32 American Price Convergence - Variance Gamma stretch = 1 stretch = 10 stretch = 20 N value error r tio value error r tio value error r tio Table 4: Numerical convergence comparison of uniform and stretched grids for an American Put under VG. Prices at S=100, where K = 100, T = 0.5, r = 0.05, σ = 0.0, ν = , λ n = , λ p = Limiting value

33 European Price Convergence - CGMY Wang et al this work N Value Error Value Error Table 5: Comparison of stretched grid (10 : 1) with Wang, Wan and Forsyth (2006) for CGMY. European Put prices linearly interpolated to S = 90 where K = 98, r = 0.06, σ = 0.0, C = 16.97, G = 7.08, M = 29.97, Y = Exact value is

34 American Price Convergence - CGMY Wang et al this work N Value Error Value Error Table 6: Comparison of stretched grid (10 : 1) with Wang, Wan and Forsyth (2006) for CGMY. American Put prices linearly interpolated to S = 90 where K = 98, r = 0.06, σ = 0.0, C = 0.42, G = 4, 37, M = 191.2, Y = Exact value

35 American Price-Convergence - CGMY stretch = 1 stretch = 10 N value error r tio value error r tio na na na Table 7: Convergence comparison of uniform and stretched grids for an American Put under CGMY. Prices at S=98, where K = 98, T = 0.25, r = 0.06, σ = 0.0, C = 0.42, G = 4.37, M = 191.2, Y = Limiting value

36 Asian Options Define the continuously sampled average A t price as A t = 1 t t 0 S τ dτ where A 0 = S 0, and which evolves according to da t = 1 t (S t A t )dt where as before ds t /S t = (µ λκ)dt + σdw t + dj t 35

37 Asian Pricing PDE With no jumps, the PDE for the price V (A, S, t) follows an ultra-parabolic equation V t = 1 2 σ2 S 2 2 V S 2 + rs V S + 1 t with a final condition (payoff) at time t = T, V (S, A, T ) = g(s, A, T ) (S A) V A rv There are transformations that reduce the dimensionality but this is not always possible. In this case the pde can be solved efficiently using finite differences combined with a semi-lagrange integration method. 36

38 The Lagrangian derivative dv dt The Asian pde then simplifies to Semi-Lagrangian approach along any path in the A t plane is given by dv dt = V t + V da A dt. along paths P(A, t; S) such that dv dt = 1 2 σ2 S 2 2 V S 2 + rs V S rv = LV da dt = 1 (S A). t 37

39 Discretisation Take the integral of the PDE along the path P m k (A, t; S j) (Ãk, t m ) (A k, t m 1 ), i.e. V (S j, A k, t m 1 ) V (S j, Ãk, t m ) = P m k (A,t;S j) L S V (S, A, t)dt. Finite difference prices {V m j,k } on the mesh {S 0,...S N } {A 0,...A N } can be derived using theta method quadrature and L S, the O(h 2 ) approximation to L V m 1 jk ( = Ṽ jk m + t θl S (V m 1 jk ) + (1 θ) L ) S (Vjk m ) Ṽjk m is the mesh price interpolated to Ãk. Vj,k m V (S j, A k, t m ) to O( t 2 )+O(h 2 ) for θ = 0.5 and the equations are unconditionally stable for θ

40 Determining Ãk Integrating () with respect to time along the path P m k (A, t; S) gives Ãk A k 1 S j A da = t m t m 1 1 t dt thus = ln[(s j A k )/(S j Ãk)] = ln[(t m /t m 1 )] Ã k = S j ( t m 1 t m ) (S j A k ) = αa k + (1 α)s j, where α = tm 1 t m. 39

41 40

42 Boundary condition at S = 0 If at some time t the asset price S t = 0 then it remains zero; hence the final average price is known A T = 1 T T 0 S t dt = 1 T t 0 S t dt = t T A t and hence the payoff, A 0 is also known, e.g. for an average rate put V (0, A, t) = e r(t T ) max(k t T A, 0) Alternatively use the exact solution of the pde for S = 0 (it becomes linear hyperbolic). 41

43 Procedure for S-L Integration The solution is carried out backwards in time, so beginning with values at T, values at t m 1 are obtained, and so on. A set of tri-diagonal equations are solved at each timestep (no early exercise) Prices and difference approximations at trajectory endpoints are obtained by cubic-spline interpolation in the A-direction. If the option has early exercise then the A-parameterised problems becomes parameterised LCP s and can be solved using PSOR. 42

44 Price Evolution of a Fixed-strike Asian call 43

45 44 Figure 3: At t = expiry (6 months).

46 45 Figure 4: At t = 4 months.

47 46 Figure 5: At t = 2 months.

48 47 Figure 6: At t = 0.

49 Results with early-exercise Table 8: Semi-Lagrangian (S-L) convergence for Fixed Strike Put Asians with early exercise, where r = 0.1, quoted at strike K = 100. nt = 40, for all maturities. λ = 5. σ T Calculated by S-L (BP, 1996) 20x20 40x40 80x80 160x

50 Fixed-strike Asian Put with early exercise 49

51 50 Figure 7: At t = expiry (3 months).

52 51 Figure 8: At t = 2 months.

53 52 Figure 9: At t = 1 month.

54 53 Figure 10: At t = 0.

55 Asian Pricing PIDE With jumps, the price V (A, S, t) now follows an ultra-parabolic PIDE V t = 1 2 σ2 S 2 2 V S 2 + rs V S + 1 (S A) V t A rv + (V (Se x ) V (S) S(e x 1) V S )ν(x)dx 54

56 This simplifies as before with semi-lagrange integration to dv dt = 1 2 σ2 S 2 2 V S 2 +rs V S rv + (V (Se x ) V (S) S(e x 1) V S )ν(x)dx along paths P(A, t; S) such that = LV + I(V ) da dt = 1 (S A). t This structure is again an A-parameterised version of the single factor jump diffusion problem, so the same finite difference approach can be used for a fixed set of average price values. 55

57 Discretisation Take the integral of the PIDE along the path P m k (A, t; S j) (Ãk, t m ) (A k, t m 1 ), i.e. V (S j, A k, t m 1 ) V (S j, Ãk, t m ) = P m k (A,t;S j) (L S V (S, A, t) + I(V (S, A, t))) dt. Finite difference prices {V m j,k } on the mesh {S 0,...S N } {A 0,...A N } can be derived using theta method quadrature and L S, the O(h 2 ) approximation to L V m 1 jk ( ) ( ) = Ṽ jk m +θ t L S (V m 1 jk ) + I j (V m 1 ) +(1 θ) t L S (Vjk m ) + Ĩj(V m 1 ) Ṽjk m is the mesh price interpolated to Ãk. Vj,k m V (S j, A k, t m ) to O( t 2 )+O(h 2 ) for θ = 0.5 and the equations are unconditionally stable for θ

58 Comments Mesh based quadrature with coordinate stretching leads to accurate finite difference approximations to the for jump diffusion option pricing PIDEs (Merton, VG, CGMY) Semi-Lagrange time integration simplifies an Asian pricing PIDE into a A- parameterised set of one-factor problems very similar to the above and permits the same approach to early exercise The S-L method is unconditionally stable when combined with implicit finite differences and can be applied to discrete averaging and to volatility surfaces. The combined use of S-L and mesh based quadrature with coordinate transformations can be expected to lead to flexible, efficient and accurate early-exercise Asian pricing for a jump diffusion models 57

59 For more complex Asian options e.g. assets with stochastic volatility, see Parrott & Clarke, Parallel Solution of American Asian Options, Procs. of the 11th Domain Decomposition Conference, 1999.) Y. d Halluin, P.A. Forsyth, G. Labahn, A semi-lagrangian approach for American Asian options under jump diffusion, SIAM Journal on Scientific Computing, 27 (2005)

60 Merton RC Option pricing when the underlying stock is discontinuous, Journal of Financial Economics, (1976). A Hirsa and D. B. Madan, Pricing American Options Under Variance Gamma, Journal of Computational Finance, (2004). Y D Halluin P A Forsyth, G Labahn, A Penalty method for American Options with Jump Diffusion Processes, Numerische Mathematik, (2004). R Cont and P Tankov, Financial Modelling for Jump Processes, Chapman and Hall,

61 R Cont and E Voltchkova, A Finite Difference scheme for Option Pricing in Jump Diffusion and Exponential Levy Models, SIAM J Num Anal, A Almandral and C W Oosterlee, Highly accurate evaluation of European and American Options under the Variance Gamma Process, Working Paper K Oosterlee, A. Almendral, Accurate Evaluation of European and American Options Under the CGMY Process. SIAM J. Sci Comput. 29: (2007) I R Wang, J W I Wan, P A Forsyth, Robust numerical valuation of European and American options under the CGMY process, Working Paper (August 23, 2006) 60

CS 774 Project: Fall 2009 Version: November 27, 2009

CS 774 Project: Fall 2009 Version: November 27, 2009 CS 774 Project: Fall 2009 Version: November 27, 2009 Instructors: Peter Forsyth, paforsyt@uwaterloo.ca Office Hours: Tues: 4:00-5:00; Thurs: 11:00-12:00 Lectures:MWF 3:30-4:20 MC2036 Office: DC3631 CS

More information

NUMERICAL METHODS OF PARTIAL INTEGRO-DIFFERENTIAL EQUATIONS FOR OPTION PRICE

NUMERICAL METHODS OF PARTIAL INTEGRO-DIFFERENTIAL EQUATIONS FOR OPTION PRICE Trends in Mathematics - New Series Information Center for Mathematical Sciences Volume 13, Number 1, 011, pages 1 5 NUMERICAL METHODS OF PARTIAL INTEGRO-DIFFERENTIAL EQUATIONS FOR OPTION PRICE YONGHOON

More information

Fourier Space Time-stepping Method for Option Pricing with Lévy Processes

Fourier Space Time-stepping Method for Option Pricing with Lévy Processes FST method Extensions Indifference pricing Fourier Space Time-stepping Method for Option Pricing with Lévy Processes Vladimir Surkov University of Toronto Computational Methods in Finance Conference University

More information

Lecture 4. Finite difference and finite element methods

Lecture 4. Finite difference and finite element methods Finite difference and finite element methods Lecture 4 Outline Black-Scholes equation From expectation to PDE Goal: compute the value of European option with payoff g which is the conditional expectation

More information

A High-order Front-tracking Finite Difference Method for Pricing American Options under Jump-Diffusion Models

A High-order Front-tracking Finite Difference Method for Pricing American Options under Jump-Diffusion Models A High-order Front-tracking Finite Difference Method for Pricing American Options under Jump-Diffusion Models Jari Toivanen Abstract A free boundary formulation is considered for the price of American

More information

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane.

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane. Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 217 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 217 13 Lecture 13 November 15, 217 Derivation of the Black-Scholes-Merton

More information

Time-changed Brownian motion and option pricing

Time-changed Brownian motion and option pricing Time-changed Brownian motion and option pricing Peter Hieber Chair of Mathematical Finance, TU Munich 6th AMaMeF Warsaw, June 13th 2013 Partially joint with Marcos Escobar (RU Toronto), Matthias Scherer

More information

MSc Financial Engineering CHRISTMAS ASSIGNMENT: MERTON S JUMP-DIFFUSION MODEL. To be handed in by monday January 28, 2013

MSc Financial Engineering CHRISTMAS ASSIGNMENT: MERTON S JUMP-DIFFUSION MODEL. To be handed in by monday January 28, 2013 MSc Financial Engineering 2012-13 CHRISTMAS ASSIGNMENT: MERTON S JUMP-DIFFUSION MODEL To be handed in by monday January 28, 2013 Department EMS, Birkbeck Introduction The assignment consists of Reading

More information

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Commun. Korean Math. Soc. 23 (2008), No. 2, pp. 285 294 EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Kyoung-Sook Moon Reprinted from the Communications of the Korean Mathematical Society

More information

A distributed Laplace transform algorithm for European options

A distributed Laplace transform algorithm for European options A distributed Laplace transform algorithm for European options 1 1 A. J. Davies, M. E. Honnor, C.-H. Lai, A. K. Parrott & S. Rout 1 Department of Physics, Astronomy and Mathematics, University of Hertfordshire,

More information

Chapter 3: Black-Scholes Equation and Its Numerical Evaluation

Chapter 3: Black-Scholes Equation and Its Numerical Evaluation Chapter 3: Black-Scholes Equation and Its Numerical Evaluation 3.1 Itô Integral 3.1.1 Convergence in the Mean and Stieltjes Integral Definition 3.1 (Convergence in the Mean) A sequence {X n } n ln of random

More information

Infinite Reload Options: Pricing and Analysis

Infinite Reload Options: Pricing and Analysis Infinite Reload Options: Pricing and Analysis A. C. Bélanger P. A. Forsyth April 27, 2006 Abstract Infinite reload options allow the user to exercise his reload right as often as he chooses during the

More information

Pricing Algorithms for financial derivatives on baskets modeled by Lévy copulas

Pricing Algorithms for financial derivatives on baskets modeled by Lévy copulas Pricing Algorithms for financial derivatives on baskets modeled by Lévy copulas Christoph Winter, ETH Zurich, Seminar for Applied Mathematics École Polytechnique, Paris, September 6 8, 26 Introduction

More information

Research Article Exponential Time Integration and Second-Order Difference Scheme for a Generalized Black-Scholes Equation

Research Article Exponential Time Integration and Second-Order Difference Scheme for a Generalized Black-Scholes Equation Applied Mathematics Volume 1, Article ID 796814, 1 pages doi:11155/1/796814 Research Article Exponential Time Integration and Second-Order Difference Scheme for a Generalized Black-Scholes Equation Zhongdi

More information

Pricing Barrier Options under Local Volatility

Pricing Barrier Options under Local Volatility Abstract Pricing Barrier Options under Local Volatility Artur Sepp Mail: artursepp@hotmail.com, Web: www.hot.ee/seppar 16 November 2002 We study pricing under the local volatility. Our research is mainly

More information

2.1 Mathematical Basis: Risk-Neutral Pricing

2.1 Mathematical Basis: Risk-Neutral Pricing Chapter Monte-Carlo Simulation.1 Mathematical Basis: Risk-Neutral Pricing Suppose that F T is the payoff at T for a European-type derivative f. Then the price at times t before T is given by f t = e r(t

More information

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives Advanced Topics in Derivative Pricing Models Topic 4 - Variance products and volatility derivatives 4.1 Volatility trading and replication of variance swaps 4.2 Volatility swaps 4.3 Pricing of discrete

More information

Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing

Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing We shall go over this note quickly due to time constraints. Key concept: Ito s lemma Stock Options: A contract giving

More information

Hedging Under Jump Diffusions with Transaction Costs. Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo

Hedging Under Jump Diffusions with Transaction Costs. Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo Hedging Under Jump Diffusions with Transaction Costs Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo Computational Finance Workshop, Shanghai, July 4, 2008 Overview Overview Single factor

More information

PDE Methods for the Maximum Drawdown

PDE Methods for the Maximum Drawdown PDE Methods for the Maximum Drawdown Libor Pospisil, Jan Vecer Columbia University, Department of Statistics, New York, NY 127, USA April 1, 28 Abstract Maximum drawdown is a risk measure that plays an

More information

Chapter 15: Jump Processes and Incomplete Markets. 1 Jumps as One Explanation of Incomplete Markets

Chapter 15: Jump Processes and Incomplete Markets. 1 Jumps as One Explanation of Incomplete Markets Chapter 5: Jump Processes and Incomplete Markets Jumps as One Explanation of Incomplete Markets It is easy to argue that Brownian motion paths cannot model actual stock price movements properly in reality,

More information

Exact Sampling of Jump-Diffusion Processes

Exact Sampling of Jump-Diffusion Processes 1 Exact Sampling of Jump-Diffusion Processes and Dmitry Smelov Management Science & Engineering Stanford University Exact Sampling of Jump-Diffusion Processes 2 Jump-Diffusion Processes Ubiquitous in finance

More information

2 f. f t S 2. Delta measures the sensitivityof the portfolio value to changes in the price of the underlying

2 f. f t S 2. Delta measures the sensitivityof the portfolio value to changes in the price of the underlying Sensitivity analysis Simulating the Greeks Meet the Greeks he value of a derivative on a single underlying asset depends upon the current asset price S and its volatility Σ, the risk-free interest rate

More information

King s College London

King s College London King s College London University Of London This paper is part of an examination of the College counting towards the award of a degree. Examinations are governed by the College Regulations under the authority

More information

FINITE DIFFERENCE METHODS

FINITE DIFFERENCE METHODS FINITE DIFFERENCE METHODS School of Mathematics 2013 OUTLINE Review 1 REVIEW Last time Today s Lecture OUTLINE Review 1 REVIEW Last time Today s Lecture 2 DISCRETISING THE PROBLEM Finite-difference approximations

More information

6. Numerical methods for option pricing

6. Numerical methods for option pricing 6. Numerical methods for option pricing Binomial model revisited Under the risk neutral measure, ln S t+ t ( ) S t becomes normally distributed with mean r σ2 t and variance σ 2 t, where r is 2 the riskless

More information

1.1 Basic Financial Derivatives: Forward Contracts and Options

1.1 Basic Financial Derivatives: Forward Contracts and Options Chapter 1 Preliminaries 1.1 Basic Financial Derivatives: Forward Contracts and Options A derivative is a financial instrument whose value depends on the values of other, more basic underlying variables

More information

Hedging Credit Derivatives in Intensity Based Models

Hedging Credit Derivatives in Intensity Based Models Hedging Credit Derivatives in Intensity Based Models PETER CARR Head of Quantitative Financial Research, Bloomberg LP, New York Director of the Masters Program in Math Finance, Courant Institute, NYU Stanford

More information

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS MATH307/37 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS School of Mathematics and Statistics Semester, 04 Tutorial problems should be used to test your mathematical skills and understanding of the lecture material.

More information

Lecture Quantitative Finance Spring Term 2015

Lecture Quantitative Finance Spring Term 2015 and Lecture Quantitative Finance Spring Term 2015 Prof. Dr. Erich Walter Farkas Lecture 06: March 26, 2015 1 / 47 Remember and Previous chapters: introduction to the theory of options put-call parity fundamentals

More information

"Pricing Exotic Options using Strong Convergence Properties

Pricing Exotic Options using Strong Convergence Properties Fourth Oxford / Princeton Workshop on Financial Mathematics "Pricing Exotic Options using Strong Convergence Properties Klaus E. Schmitz Abe schmitz@maths.ox.ac.uk www.maths.ox.ac.uk/~schmitz Prof. Mike

More information

Local vs Non-local Forward Equations for Option Pricing

Local vs Non-local Forward Equations for Option Pricing Local vs Non-local Forward Equations for Option Pricing Rama Cont Yu Gu Abstract When the underlying asset is a continuous martingale, call option prices solve the Dupire equation, a forward parabolic

More information

Numerical valuation for option pricing under jump-diffusion models by finite differences

Numerical valuation for option pricing under jump-diffusion models by finite differences Numerical valuation for option pricing under jump-diffusion models by finite differences YongHoon Kwon Younhee Lee Department of Mathematics Pohang University of Science and Technology June 23, 2010 Table

More information

Calibration Lecture 4: LSV and Model Uncertainty

Calibration Lecture 4: LSV and Model Uncertainty Calibration Lecture 4: LSV and Model Uncertainty March 2017 Recap: Heston model Recall the Heston stochastic volatility model ds t = rs t dt + Y t S t dw 1 t, dy t = κ(θ Y t ) dt + ξ Y t dw 2 t, where

More information

Multi-Asset Options. A Numerical Study VILHELM NIKLASSON FRIDA TIVEDAL. Master s thesis in Engineering Mathematics and Computational Science

Multi-Asset Options. A Numerical Study VILHELM NIKLASSON FRIDA TIVEDAL. Master s thesis in Engineering Mathematics and Computational Science Multi-Asset Options A Numerical Study Master s thesis in Engineering Mathematics and Computational Science VILHELM NIKLASSON FRIDA TIVEDAL Department of Mathematical Sciences Chalmers University of Technology

More information

Computational Finance Finite Difference Methods

Computational Finance Finite Difference Methods Explicit finite difference method Computational Finance Finite Difference Methods School of Mathematics 2018 Today s Lecture We now introduce the final numerical scheme which is related to the PDE solution.

More information

Numerical Solution of Two Asset Jump Diffusion Models for Option Valuation

Numerical Solution of Two Asset Jump Diffusion Models for Option Valuation Numerical Solution of Two Asset Jump Diffusion Models for Option Valuation Simon S. Clift and Peter A. Forsyth Original: December 5, 2005 Revised: January 31, 2007 Abstract Under the assumption that two

More information

1 The Hull-White Interest Rate Model

1 The Hull-White Interest Rate Model Abstract Numerical Implementation of Hull-White Interest Rate Model: Hull-White Tree vs Finite Differences Artur Sepp Mail: artursepp@hotmail.com, Web: www.hot.ee/seppar 30 April 2002 We implement the

More information

( ) since this is the benefit of buying the asset at the strike price rather

( ) since this is the benefit of buying the asset at the strike price rather Review of some financial models for MAT 483 Parity and Other Option Relationships The basic parity relationship for European options with the same strike price and the same time to expiration is: C( KT

More information

Heston Stochastic Local Volatility Model

Heston Stochastic Local Volatility Model Heston Stochastic Local Volatility Model Klaus Spanderen 1 R/Finance 2016 University of Illinois, Chicago May 20-21, 2016 1 Joint work with Johannes Göttker-Schnetmann Klaus Spanderen Heston Stochastic

More information

Computational Finance

Computational Finance Path Dependent Options Computational Finance School of Mathematics 2018 The Random Walk One of the main assumption of the Black-Scholes framework is that the underlying stock price follows a random walk

More information

Volatility Smiles and Yield Frowns

Volatility Smiles and Yield Frowns Volatility Smiles and Yield Frowns Peter Carr NYU IFS, Chengdu, China, July 30, 2018 Peter Carr (NYU) Volatility Smiles and Yield Frowns 7/30/2018 1 / 35 Interest Rates and Volatility Practitioners and

More information

MAFS Computational Methods for Pricing Structured Products

MAFS Computational Methods for Pricing Structured Products MAFS550 - Computational Methods for Pricing Structured Products Solution to Homework Two Course instructor: Prof YK Kwok 1 Expand f(x 0 ) and f(x 0 x) at x 0 into Taylor series, where f(x 0 ) = f(x 0 )

More information

An IMEX-method for pricing options under Bates model using adaptive finite differences Rapport i Teknisk-vetenskapliga datorberäkningar

An IMEX-method for pricing options under Bates model using adaptive finite differences Rapport i Teknisk-vetenskapliga datorberäkningar PROJEKTRAPPORT An IMEX-method for pricing options under Bates model using adaptive finite differences Arvid Westlund Rapport i Teknisk-vetenskapliga datorberäkningar Jan 2014 INSTITUTIONEN FÖR INFORMATIONSTEKNOLOGI

More information

NEWCASTLE UNIVERSITY SCHOOL OF MATHEMATICS, STATISTICS & PHYSICS SEMESTER 1 SPECIMEN 2 MAS3904. Stochastic Financial Modelling. Time allowed: 2 hours

NEWCASTLE UNIVERSITY SCHOOL OF MATHEMATICS, STATISTICS & PHYSICS SEMESTER 1 SPECIMEN 2 MAS3904. Stochastic Financial Modelling. Time allowed: 2 hours NEWCASTLE UNIVERSITY SCHOOL OF MATHEMATICS, STATISTICS & PHYSICS SEMESTER 1 SPECIMEN 2 Stochastic Financial Modelling Time allowed: 2 hours Candidates should attempt all questions. Marks for each question

More information

Financial Engineering. Craig Pirrong Spring, 2006

Financial Engineering. Craig Pirrong Spring, 2006 Financial Engineering Craig Pirrong Spring, 2006 March 8, 2006 1 Levy Processes Geometric Brownian Motion is very tractible, and captures some salient features of speculative price dynamics, but it is

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Simulating Stochastic Differential Equations Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

Definition Pricing Risk management Second generation barrier options. Barrier Options. Arfima Financial Solutions

Definition Pricing Risk management Second generation barrier options. Barrier Options. Arfima Financial Solutions Arfima Financial Solutions Contents Definition 1 Definition 2 3 4 Contenido Definition 1 Definition 2 3 4 Definition Definition: A barrier option is an option on the underlying asset that is activated

More information

Pricing European Options by Stable Fourier-Cosine Series Expansions

Pricing European Options by Stable Fourier-Cosine Series Expansions Pricing European Options by Stable Fourier-Cosine Series Expansions arxiv:171.886v2 [q-fin.cp] 8 Jan 217 Chunfa Wang Fiance School of Zhejiang University of Finance and Economics, Hangzhou, China, cfwang@zufe.edu.cn

More information

Finite Difference Approximation of Hedging Quantities in the Heston model

Finite Difference Approximation of Hedging Quantities in the Heston model Finite Difference Approximation of Hedging Quantities in the Heston model Karel in t Hout Department of Mathematics and Computer cience, University of Antwerp, Middelheimlaan, 22 Antwerp, Belgium Abstract.

More information

sinc functions with application to finance Ali Parsa 1*, J. Rashidinia 2

sinc functions with application to finance Ali Parsa 1*, J. Rashidinia 2 sinc functions with application to finance Ali Parsa 1*, J. Rashidinia 1 School of Mathematics, Iran University of Science and Technology, Narmak, Tehran 1684613114, Iran *Corresponding author: aliparsa@iust.ac.ir

More information

Fast Pricing and Calculation of Sensitivities of OTM European Options Under Lévy Processes

Fast Pricing and Calculation of Sensitivities of OTM European Options Under Lévy Processes Fast Pricing and Calculation of Sensitivities of OTM European Options Under Lévy Processes Sergei Levendorskĭi Jiayao Xie Department of Mathematics University of Leicester Toronto, June 24, 2010 Levendorskĭi

More information

Simulating Stochastic Differential Equations

Simulating Stochastic Differential Equations IEOR E4603: Monte-Carlo Simulation c 2017 by Martin Haugh Columbia University Simulating Stochastic Differential Equations In these lecture notes we discuss the simulation of stochastic differential equations

More information

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations Stan Stilger June 6, 1 Fouque and Tullie use importance sampling for variance reduction in stochastic volatility simulations.

More information

A new PDE approach for pricing arithmetic average Asian options

A new PDE approach for pricing arithmetic average Asian options A new PDE approach for pricing arithmetic average Asian options Jan Večeř Department of Mathematical Sciences, Carnegie Mellon University, Pittsburgh, PA 15213. Email: vecer@andrew.cmu.edu. May 15, 21

More information

Weak Reflection Principle and Static Hedging of Barrier Options

Weak Reflection Principle and Static Hedging of Barrier Options Weak Reflection Principle and Static Hedging of Barrier Options Sergey Nadtochiy Department of Mathematics University of Michigan Apr 2013 Fields Quantitative Finance Seminar Fields Institute, Toronto

More information

The Black-Scholes Equation using Heat Equation

The Black-Scholes Equation using Heat Equation The Black-Scholes Equation using Heat Equation Peter Cassar May 0, 05 Assumptions of the Black-Scholes Model We have a risk free asset given by the price process, dbt = rbt The asset price follows a geometric

More information

Equity correlations implied by index options: estimation and model uncertainty analysis

Equity correlations implied by index options: estimation and model uncertainty analysis 1/18 : estimation and model analysis, EDHEC Business School (joint work with Rama COT) Modeling and managing financial risks Paris, 10 13 January 2011 2/18 Outline 1 2 of multi-asset models Solution to

More information

The data-driven COS method

The data-driven COS method The data-driven COS method Á. Leitao, C. W. Oosterlee, L. Ortiz-Gracia and S. M. Bohte Delft University of Technology - Centrum Wiskunde & Informatica Reading group, March 13, 2017 Reading group, March

More information

Stochastic modelling of electricity markets Pricing Forwards and Swaps

Stochastic modelling of electricity markets Pricing Forwards and Swaps Stochastic modelling of electricity markets Pricing Forwards and Swaps Jhonny Gonzalez School of Mathematics The University of Manchester Magical books project August 23, 2012 Clip for this slide Pricing

More information

Lattice (Binomial Trees) Version 1.2

Lattice (Binomial Trees) Version 1.2 Lattice (Binomial Trees) Version 1. 1 Introduction This plug-in implements different binomial trees approximations for pricing contingent claims and allows Fairmat to use some of the most popular binomial

More information

CS476/676 Mar 6, Today s Topics. American Option: early exercise curve. PDE overview. Discretizations. Finite difference approximations

CS476/676 Mar 6, Today s Topics. American Option: early exercise curve. PDE overview. Discretizations. Finite difference approximations CS476/676 Mar 6, 2019 1 Today s Topics American Option: early exercise curve PDE overview Discretizations Finite difference approximations CS476/676 Mar 6, 2019 2 American Option American Option: PDE Complementarity

More information

4. Black-Scholes Models and PDEs. Math6911 S08, HM Zhu

4. Black-Scholes Models and PDEs. Math6911 S08, HM Zhu 4. Black-Scholes Models and PDEs Math6911 S08, HM Zhu References 1. Chapter 13, J. Hull. Section.6, P. Brandimarte Outline Derivation of Black-Scholes equation Black-Scholes models for options Implied

More information

From Discrete Time to Continuous Time Modeling

From Discrete Time to Continuous Time Modeling From Discrete Time to Continuous Time Modeling Prof. S. Jaimungal, Department of Statistics, University of Toronto 2004 Arrow-Debreu Securities 2004 Prof. S. Jaimungal 2 Consider a simple one-period economy

More information

Black-Scholes Option Pricing

Black-Scholes Option Pricing Black-Scholes Option Pricing The pricing kernel furnishes an alternate derivation of the Black-Scholes formula for the price of a call option. Arbitrage is again the foundation for the theory. 1 Risk-Free

More information

Pricing Methods and Hedging Strategies for Volatility Derivatives

Pricing Methods and Hedging Strategies for Volatility Derivatives Pricing Methods and Hedging Strategies for Volatility Derivatives H. Windcliff P.A. Forsyth, K.R. Vetzal April 21, 2003 Abstract In this paper we investigate the behaviour and hedging of discretely observed

More information

Extensions to the Black Scholes Model

Extensions to the Black Scholes Model Lecture 16 Extensions to the Black Scholes Model 16.1 Dividends Dividend is a sum of money paid regularly (typically annually) by a company to its shareholders out of its profits (or reserves). In this

More information

Fast narrow bounds on the value of Asian options

Fast narrow bounds on the value of Asian options Fast narrow bounds on the value of Asian options G. W. P. Thompson Centre for Financial Research, Judge Institute of Management, University of Cambridge Abstract We consider the problem of finding bounds

More information

The Black-Scholes Model

The Black-Scholes Model The Black-Scholes Model Liuren Wu Options Markets Liuren Wu ( c ) The Black-Merton-Scholes Model colorhmoptions Markets 1 / 18 The Black-Merton-Scholes-Merton (BMS) model Black and Scholes (1973) and Merton

More information

Monte Carlo Methods for Uncertainty Quantification

Monte Carlo Methods for Uncertainty Quantification Monte Carlo Methods for Uncertainty Quantification Mike Giles Mathematical Institute, University of Oxford Contemporary Numerical Techniques Mike Giles (Oxford) Monte Carlo methods 2 1 / 24 Lecture outline

More information

Multilevel Monte Carlo Simulation

Multilevel Monte Carlo Simulation Multilevel Monte Carlo p. 1/48 Multilevel Monte Carlo Simulation Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute Oxford-Man Institute of Quantitative Finance Workshop on Computational

More information

Continuous Time Finance. Tomas Björk

Continuous Time Finance. Tomas Björk Continuous Time Finance Tomas Björk 1 II Stochastic Calculus Tomas Björk 2 Typical Setup Take as given the market price process, S(t), of some underlying asset. S(t) = price, at t, per unit of underlying

More information

Application of an Interval Backward Finite Difference Method for Solving the One-Dimensional Heat Conduction Problem

Application of an Interval Backward Finite Difference Method for Solving the One-Dimensional Heat Conduction Problem Application of an Interval Backward Finite Difference Method for Solving the One-Dimensional Heat Conduction Problem Malgorzata A. Jankowska 1, Andrzej Marciniak 2 and Tomasz Hoffmann 2 1 Poznan University

More information

Short-time-to-expiry expansion for a digital European put option under the CEV model. November 1, 2017

Short-time-to-expiry expansion for a digital European put option under the CEV model. November 1, 2017 Short-time-to-expiry expansion for a digital European put option under the CEV model November 1, 2017 Abstract In this paper I present a short-time-to-expiry asymptotic series expansion for a digital European

More information

LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives

LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives Weierstrass Institute for Applied Analysis and Stochastics LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives John Schoenmakers 9th Summer School in Mathematical Finance

More information

Fractional PDE Approach for Numerical Solution of Some Jump-Diffusion Models

Fractional PDE Approach for Numerical Solution of Some Jump-Diffusion Models Fractional PDE Approach for Numerical Solution of Some Jump-Diffusion Models Andrey Itkin 1 1 HAP Capital and Rutgers University, New Jersey Math Finance and PDE Conference, New Brunswick 2009 A.Itkin

More information

The Black-Scholes Model

The Black-Scholes Model The Black-Scholes Model Liuren Wu Options Markets (Hull chapter: 12, 13, 14) Liuren Wu ( c ) The Black-Scholes Model colorhmoptions Markets 1 / 17 The Black-Scholes-Merton (BSM) model Black and Scholes

More information

Optimal robust bounds for variance options and asymptotically extreme models

Optimal robust bounds for variance options and asymptotically extreme models Optimal robust bounds for variance options and asymptotically extreme models Alexander Cox 1 Jiajie Wang 2 1 University of Bath 2 Università di Roma La Sapienza Advances in Financial Mathematics, 9th January,

More information

Sparse Wavelet Methods for Option Pricing under Lévy Stochastic Volatility models

Sparse Wavelet Methods for Option Pricing under Lévy Stochastic Volatility models Sparse Wavelet Methods for Option Pricing under Lévy Stochastic Volatility models Norbert Hilber Seminar of Applied Mathematics ETH Zürich Workshop on Financial Modeling with Jump Processes p. 1/18 Outline

More information

Monte Carlo Methods. Prof. Mike Giles. Oxford University Mathematical Institute. Lecture 1 p. 1.

Monte Carlo Methods. Prof. Mike Giles. Oxford University Mathematical Institute. Lecture 1 p. 1. Monte Carlo Methods Prof. Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute Lecture 1 p. 1 Geometric Brownian Motion In the case of Geometric Brownian Motion ds t = rs t dt+σs

More information

Option Pricing for a Stochastic-Volatility Jump-Diffusion Model

Option Pricing for a Stochastic-Volatility Jump-Diffusion Model Option Pricing for a Stochastic-Volatility Jump-Diffusion Model Guoqing Yan and Floyd B. Hanson Department of Mathematics, Statistics, and Computer Science University of Illinois at Chicago Conference

More information

AMH4 - ADVANCED OPTION PRICING. Contents

AMH4 - ADVANCED OPTION PRICING. Contents AMH4 - ADVANCED OPTION PRICING ANDREW TULLOCH Contents 1. Theory of Option Pricing 2 2. Black-Scholes PDE Method 4 3. Martingale method 4 4. Monte Carlo methods 5 4.1. Method of antithetic variances 5

More information

Numerical Methods in Option Pricing (Part III)

Numerical Methods in Option Pricing (Part III) Numerical Methods in Option Pricing (Part III) E. Explicit Finite Differences. Use of the Forward, Central, and Symmetric Central a. In order to obtain an explicit solution for the price of the derivative,

More information

Multi-period mean variance asset allocation: Is it bad to win the lottery?

Multi-period mean variance asset allocation: Is it bad to win the lottery? Multi-period mean variance asset allocation: Is it bad to win the lottery? Peter Forsyth 1 D.M. Dang 1 1 Cheriton School of Computer Science University of Waterloo Guangzhou, July 28, 2014 1 / 29 The Basic

More information

The Forward PDE for American Puts in the Dupire Model

The Forward PDE for American Puts in the Dupire Model The Forward PDE for American Puts in the Dupire Model Peter Carr Ali Hirsa Courant Institute Morgan Stanley New York University 750 Seventh Avenue 51 Mercer Street New York, NY 10036 1 60-3765 (1) 76-988

More information

Option Pricing for a Stochastic-Volatility Jump-Diffusion Model with Log-Uniform Jump-Amplitudes

Option Pricing for a Stochastic-Volatility Jump-Diffusion Model with Log-Uniform Jump-Amplitudes Option Pricing for a Stochastic-Volatility Jump-Diffusion Model with Log-Uniform Jump-Amplitudes Floyd B. Hanson and Guoqing Yan Department of Mathematics, Statistics, and Computer Science University of

More information

Financial Economics & Insurance

Financial Economics & Insurance Financial Economics & Insurance Albert Cohen Actuarial Sciences Program Department of Mathematics Department of Statistics and Probability A336 Wells Hall Michigan State University East Lansing MI 48823

More information

The data-driven COS method

The data-driven COS method The data-driven COS method Á. Leitao, C. W. Oosterlee, L. Ortiz-Gracia and S. M. Bohte Delft University of Technology - Centrum Wiskunde & Informatica CMMSE 2017, July 6, 2017 Álvaro Leitao (CWI & TUDelft)

More information

Numerical Methods and Volatility Models for Valuing Cliquet Options

Numerical Methods and Volatility Models for Valuing Cliquet Options Numerical Methods and Volatility Models for Valuing Cliquet Options H.A. Windcliff, P.A. Forsyth, and K.R. Vetzal Revised: February 14, 2006 First Version: September 13, 2004 Abstract Several numerical

More information

A Continuity Correction under Jump-Diffusion Models with Applications in Finance

A Continuity Correction under Jump-Diffusion Models with Applications in Finance A Continuity Correction under Jump-Diffusion Models with Applications in Finance Cheng-Der Fuh 1, Sheng-Feng Luo 2 and Ju-Fang Yen 3 1 Institute of Statistical Science, Academia Sinica, and Graduate Institute

More information

TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING

TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING Semih Yön 1, Cafer Erhan Bozdağ 2 1,2 Department of Industrial Engineering, Istanbul Technical University, Macka Besiktas, 34367 Turkey Abstract.

More information

MASM006 UNIVERSITY OF EXETER SCHOOL OF ENGINEERING, COMPUTER SCIENCE AND MATHEMATICS MATHEMATICAL SCIENCES FINANCIAL MATHEMATICS.

MASM006 UNIVERSITY OF EXETER SCHOOL OF ENGINEERING, COMPUTER SCIENCE AND MATHEMATICS MATHEMATICAL SCIENCES FINANCIAL MATHEMATICS. MASM006 UNIVERSITY OF EXETER SCHOOL OF ENGINEERING, COMPUTER SCIENCE AND MATHEMATICS MATHEMATICAL SCIENCES FINANCIAL MATHEMATICS May/June 2006 Time allowed: 2 HOURS. Examiner: Dr N.P. Byott This is a CLOSED

More information

Mgr. Jakub Petrásek 1. May 4, 2009

Mgr. Jakub Petrásek 1. May 4, 2009 Dissertation Report - First Steps Petrásek 1 2 1 Department of Probability and Mathematical Statistics, Charles University email:petrasek@karlin.mff.cuni.cz 2 RSJ Invest a.s., Department of Probability

More information

Lecture 11: Ito Calculus. Tuesday, October 23, 12

Lecture 11: Ito Calculus. Tuesday, October 23, 12 Lecture 11: Ito Calculus Continuous time models We start with the model from Chapter 3 log S j log S j 1 = µ t + p tz j Sum it over j: log S N log S 0 = NX µ t + NX p tzj j=1 j=1 Can we take the limit

More information

STOCHASTIC CALCULUS AND BLACK-SCHOLES MODEL

STOCHASTIC CALCULUS AND BLACK-SCHOLES MODEL STOCHASTIC CALCULUS AND BLACK-SCHOLES MODEL YOUNGGEUN YOO Abstract. Ito s lemma is often used in Ito calculus to find the differentials of a stochastic process that depends on time. This paper will introduce

More information

Pricing and Hedging of Commodity Derivatives using the Fast Fourier Transform

Pricing and Hedging of Commodity Derivatives using the Fast Fourier Transform Pricing and Hedging of Commodity Derivatives using the Fast Fourier Transform Vladimir Surkov vladimir.surkov@utoronto.ca Department of Statistical and Actuarial Sciences, University of Western Ontario

More information

Extended Libor Models and Their Calibration

Extended Libor Models and Their Calibration Extended Libor Models and Their Calibration Denis Belomestny Weierstraß Institute Berlin Vienna, 16 November 2007 Denis Belomestny (WIAS) Extended Libor Models and Their Calibration Vienna, 16 November

More information

Estimating the Greeks

Estimating the Greeks IEOR E4703: Monte-Carlo Simulation Columbia University Estimating the Greeks c 207 by Martin Haugh In these lecture notes we discuss the use of Monte-Carlo simulation for the estimation of sensitivities

More information

Option pricing using TR-BDF2 time stepping method

Option pricing using TR-BDF2 time stepping method Option pricing using TR-BDF time stepping method by Ming Ma Aresearchpaper presented to the University of Waterloo in partial fulfilment of the requirement for the degree of Master of Mathematics in Computational

More information

Exercises for Mathematical Models of Financial Derivatives

Exercises for Mathematical Models of Financial Derivatives Exercises for Mathematical Models of Financial Derivatives January 24, 2 1. It is customary for shares in the UK to have prices between 1p and 1,p (in the US, between $1 and $1), perhaps because then typical

More information