Multilevel Monte Carlo Path Simulation

Size: px
Start display at page:

Download "Multilevel Monte Carlo Path Simulation"

Transcription

1 Mutieve Monte Caro Path Simuation Mike Gies Oxford University Computing Laboratory First IMA Conference on Computationa Finance Mutieve Monte Caro p. 1/34

2 Generic Probem Stochastic differentia equation with genera drift and voatiity terms: ds(t) = a(s, t) dt + b(s, t) dw (t) In many appications, we want to compute the expected vaue of an option dependent on the termina state P = f(s(t )) with a uniform Lipschitz bound, f(u) f(v ) c U V, U, V. Mutieve Monte Caro p. 2/34

3 Standard MC Approach Euer discretisation with timestep h: Ŝ n+1 = Ŝn + a(ŝn, t n ) h + b(ŝn, t n ) W n Simpest estimator for expected payoff is an average of N independent path simuations: Ŷ = N 1 N i=1 f(ŝ(i) T/h ) weak convergence O(h) error in expected payoff strong convergence O(h 1/2 ) error in individua path Mutieve Monte Caro p. 3/34

4 Standard MC Approach Mean Square Error is O ( N 1 + h 2) first term comes from variance of estimator second term comes from bias due to weak convergence To make this O(ε 2 ) requires N = O(ε 2 ), h = O(ε) = cost = O(N h 1 ) = O(ε 3 ) Aim is to improve this cost to O ( ε 2 (og ε) 2), by combining simuations with different numbers of timesteps same accuracy as finest cacuations, but at a much ower computationa cost. Mutieve Monte Caro p. 4/34

5 Other Research In Dec. 2005, Ahmed Kebaier pubished an artice in Annas of Appied Probabiity describing a two-eve method which reduces the cost to O ( ε 2.5). Aso in Dec. 2005, Adam Speight wrote a working paper describing a simiar mutieve use of contro variates, but without an anaysis of its compexity. There are aso cose simiarities to a mutieve technique deveoped by Stefan Heinrich for parametric integration (Journa of Compexity, 1998) Mutieve Monte Caro p. 5/34

6 Mutieve MC Approach Consider mutipe sets of simuations with different timesteps h = 2 T, = 0, 1,..., L, and payoff P E[ P L ] = E[ P 0 ] + L =1 E[ P P 1 ] Expected vaue is same aim is to reduce variance of estimator for a fixed computationa cost. Key point: approximate E[ P P 1 ] using N simuations with P and P 1 obtained using same Brownian path. Ŷ = N 1 N i=1 ( (i) P ) (i) P 1 Mutieve Monte Caro p. 6/34

7 Mutieve MC Approach Discrete Brownian path at different eves P 0 P P 2 P 3 P 4 P 5 P P Mutieve Monte Caro p. 7/34

8 Mutieve MC Approach Using independent paths for each eve, the variance of the combined estimator is V [ L =0 Ŷ ] = L =0 N 1 V, V V [ P P 1 ], and the computationa cost is proportiona to L =0 N h 1. Hence, the variance is minimised for a fixed computationa cost by choosing N to be proportiona to V h. The constant of proportionaity can be chosen so that the combined variance is O(ε 2 ). Mutieve Monte Caro p. 8/34

9 Mutieve MC Approach For the Euer discretisation and the Lipschitz payoff function V [ P P ] = O(h ) = V [ P P 1 ] = O(h ) and the optima N is asymptoticay proportiona to h. To make the combined variance O(ε 2 ) requires N = O(ε 2 L h ). To make the bias O(ε) requires L = og 2 ε 1 + O(1) = h L = O(ε). Hence, we obtain an O(ε 2 ) MSE for a computationa cost which is O(ε 2 L 2 ) = O(ε 2 (og ε) 2 ). Mutieve Monte Caro p. 9/34

10 Resuts Geometric Brownian motion: ds = r S dt + σ S dw, 0 < t < T, T =1, S(0)=1, r =0.05, σ =0.2 European ca option with discounted payoff exp( rt ) max(s(t ) K, 0) with K =1. Mutieve Monte Caro p. 10/34

11 Resuts GBM: European ca, exp( rt ) max(s(t ) K, 0) og 2 variance 10 og 2 mean P P P P P P Mutieve Monte Caro p. 11/34

12 Resuts GBM: European ca, exp( rt ) max(s(t ) K, 0) ε= ε= ε= ε= ε= N 10 6 ε 2 Cost Std MC MLMC ε Mutieve Monte Caro p. 12/34

13 Mutieve MC Approach Theorem: Let P be a functiona of the soution of a stochastic o.d.e., and P the discrete approximation using a timestep h = M T. If there exist independent estimators Ŷ based on N Monte Caro sampes, and positive constants α 1 2, β, c 1, c 2, c 3 such that i) E[ P P ] c 1 h α E[ P 0 ], = 0 ii) E[Ŷ] = E[ P P 1 ], > 0 iii) V [Ŷ] c 2 N 1 h β iv) C, the computationa compexity of Ŷ, is bounded by C c 3 N h 1 Mutieve Monte Caro p. 13/34

14 Mutieve MC Approach then there exists a positive constant c 4 such that for any ε<e 1 there are vaues L and N for which the muti-eve estimator has Mean Square Error MSE E L Ŷ = Ŷ, =0 [ (Ŷ E[P ] ) 2 ] < ε 2 with a computationa compexity C with bound C c 4 ε 2, β > 1, c 4 ε 2 (og ε) 2, β = 1, c 4 ε 2 (1 β)/α, 0 < β < 1. Mutieve Monte Caro p. 14/34

15 Mistein Scheme Generic scaar SDE: ds(t) = a(s, t) dt + b(s, t) dw (t), 0<t<T. Mistein scheme: Ŝ n+1 = Ŝn + a h + b W n b b ( ) ( W n ) 2 h. Mutieve Monte Caro p. 15/34

16 Mistein Scheme In scaar case: O(h) strong convergence O(ε 2 ) compexity for Lipschitz payoffs trivia O(ε 2 ) compexity for Asian, ookback, barrier and digita options using carefuy constructed estimators, based on Brownian interpoation key idea: within each timestep, mode the behaviour as simpe Brownian motion conditiona on the two end-points anaytic resuts exist for distribution of min/max/average Mutieve Monte Caro p. 16/34

17 Resuts GBM: European ca, exp( rt ) max(s(t ) K, 0) og 2 variance og 2 mean P P P P 1 P P Mutieve Monte Caro p. 17/34

18 Resuts GBM: European ca, exp( rt ) max(s(t ) K, 0) 10 8 ε= ε= ε= ε= ε= Std MC MLMC N 10 6 ε 2 Cost ε Mutieve Monte Caro p. 18/34

19 Resuts GBM: ookback option, exp( rt ) (S(T ) min 0<t<T S(t)) og 2 variance og 2 mean P P P P 1 P P Mutieve Monte Caro p. 19/34

20 Resuts GBM: ookback option, exp( rt ) (S(T ) min 0<t<T S(t)) 10 8 ε= ε= ε= ε= ε= Std MC MLMC N 10 6 ε 2 Cost ε Mutieve Monte Caro p. 20/34

21 Resuts GBM: barrier option, exp( rt ) 1 min S(t)>B max(s(t ) K, 0) og 2 variance og 2 mean P P P P 1 P P Mutieve Monte Caro p. 21/34

22 Resuts GBM: barrier option, exp( rt ) 1 min S(t)>B max(s(t ) K, 0) 10 8 ε= ε= ε= ε= ε= Std MC MLMC N 10 6 ε 2 Cost ε Mutieve Monte Caro p. 22/34

23 Mistein Scheme Generic vector SDE: ds(t) = a(s, t) dt + b(s, t) dw (t), 0<t<T, with correation matrix Ω(S, t) between eements of dw (t). Mistein scheme: Ŝ i,n+1 = Ŝi,n + a i h + b ij W j,n + 1 b ( ) ij 2 b k W j,n W k,n h Ω jk A jk,n S with impied summation, and Lévy areas defined as A jk,n = tn+1 t n (W j (t) W j (t n )) dw k (W k (t) W k (t n )) dw j. Mutieve Monte Caro p. 23/34

24 Mistein Scheme In vector case: O(h) strong convergence if Lévy areas are simuated correcty expensive O(h 1/2 ) strong convergence in genera if Lévy areas are omitted, except if a certain commutativity condition is satisfied (usefu for a number of rea cases) Lipschitz payoffs can be handed we using antithetic variabes Other cases may require approximate simuation of Lévy areas Mutieve Monte Caro p. 24/34

25 Mistein Scheme If Ŝc n satisfies and Ŝf n satisfies Ŝ c n+1 = R(Ŝc n), Ŝ f n+1 = R(Ŝf n ) + g n. then if g n 1, putting Ŝf n =Ŝc n+ D n and inearising gives D n+1 = R S D n + g n. Ŝ c n represents cacuation using timestep 2h Ŝ f n represents cacuation using two timesteps of size h Mutieve Monte Caro p. 25/34

26 Mistein Scheme To eading order, error anaysis gives g i,n = h 2 b ij S b k ( Y j,n Z k,n Y k,n Z j,n ). where W f n = 1 2 2h (Yn +Z n ), W f n+ 1 2 = 1 2 2h (Yn Z n ). i.e. Y n is standard N(0, 1) variabe used to construct coarse path, and Z n is N(0, 1) variabe for Brownian Bridge construction of fine path. Note: independence impies that E[g n ] = 0 = E[ D n ] = 0. Mutieve Monte Caro p. 26/34

27 Mistein Scheme Option 1: use contro variate Define Ŷ = N 1 N i=1 ( P (i) P (i) 1 f S ) (i) D, T/2h The contro variate has zero mean and cances out the eading order variation so that [ V P P 1 f ] S D T/2h = O(h 2 ) for twice differentiabe payoffs (and O(h 3/2 ) for usua Lipschitz payoffs?) Mutieve Monte Caro p. 27/34

28 Mistein Scheme Option 2: use antithetic variabes Define Ŷ = N 1 N i=1 ( ( 12 (i) P + ) (i) P ) (i) P 1, P (i) where is based on the same coarse path with Z n repaced by Z n, which eads to canceation of eading order error proportiona to Z n. Very simpe to impement (but sighty more costy?) Mutieve Monte Caro p. 28/34

29 Resuts Heston mode: ds = r S dt + V S dw 1, 0 < t < T dv = λ (σ 2 V ) dt + ξ V dw 2, T =1, S(0)=1, V (0)=0.04, r =0.05, σ =0.2, λ=5, ξ =0.25, ρ= 0.5 Mutieve Monte Caro p. 29/34

30 Resuts Heston mode: European ca og 2 variance og 2 mean P P P P 1 P P Mutieve Monte Caro p. 30/34

31 Resuts Heston mode: European ca 10 8 ε= ε= ε= ε= ε= Std MC MLMC N 10 6 ε 2 Cost ε Mutieve Monte Caro p. 31/34

32 Concusions Resuts so far: (much) improved order of compexity (fairy) easy to impement significant benefits for mode probems However: ots of scope for further improvement need to test ideas on rea finance appications Mutieve Monte Caro p. 32/34

33 Future Work muti-dimensiona SDEs with barrier and digita options quasi-monte Caro integration (F. Kuo, I. Soan UNSW) Greeks and caibration (P. Gasserman Coumbia Business Schoo) numerica anaysis (D. Higham, X. Mao Strathcyde) rea finance appications parae impementation on hyper-core chips (CearSpeed, nvidia cores) Mutieve Monte Caro p. 33/34

34 Working Papers M.B. Gies, Mutieve Monte Caro path simuation, Numerica Anaysis Report NA-06/03 M.B. Gies, Improved mutieve convergence using the Mistein scheme, Numerica Anaysis Report NA-06/22 Emai: Acknowedgements: Pau Gasserman and Mark Broadie for eary feedback Microsoft for current research funding Mutieve Monte Caro p. 34/34

Variance Reduction Through Multilevel Monte Carlo Path Calculations

Variance Reduction Through Multilevel Monte Carlo Path Calculations Variance Reduction Through Mutieve Monte Caro Path Cacuations Mike Gies gies@comab.ox.ac.uk Oxford University Computing Laboratory Mutieve Monte Caro p. 1/30 Mutigrid A powerfu technique for soving PDE

More information

Multilevel Monte Carlo path simulation

Multilevel Monte Carlo path simulation Mutieve Monte Caro path simuation Mike Gies gies@comab.ox.ac.uk Oxford University Mathematica Institute Oxford-Man Institute of Quantitative Finance Acknowedgments: research funding from Microsoft and

More information

Multilevel Monte Carlo Path Simulation

Multilevel Monte Carlo Path Simulation Mutieve Monte Caro Path Simuation Mike Gies gies@comab.ox.ac.uk Oxford University Computing Laboratory 15th Scottish Computationa Mathematics Symposium Mutieve Monte Caro p. 1/34 SDEs in Finance In computationa

More information

Multilevel Monte Carlo for multi-dimensional SDEs

Multilevel Monte Carlo for multi-dimensional SDEs Mutieve Monte Caro for muti-dimensiona SDEs Mike Gies mike.gies@maths.ox.ac.uk Oxford University Mathematica Institute Oxford-Man Institute of Quantitative Finance MCQMC, Warsaw, August 16-20, 2010 Mutieve

More information

Multilevel Monte Carlo Path Simulation

Multilevel Monte Carlo Path Simulation Mutieve Monte Caro p. 1/32 Mutieve Monte Caro Path Simuation Mike Gies mike.gies@maths.ox.ac.uk Oxford University Mathematica Institute Oxford-Man Institute of Quantitative Finance Workshop on Stochastic

More information

MULTILEVEL MONTE CARLO FOR BASKET OPTIONS. Michael B. Giles

MULTILEVEL MONTE CARLO FOR BASKET OPTIONS. Michael B. Giles Proceedings of the 29 Winter Simuation Conference M. D. Rossetti, R. R. Hi, B. Johansson, A. Dunkin, and R. G. Ingas, eds. MULTILEVEL MONTE CARLO FOR BASKET OPTIONS Michae B. Gies Oxford-Man Institute

More information

Improved multilevel Monte Carlo convergence using the Milstein scheme

Improved multilevel Monte Carlo convergence using the Milstein scheme Improved mutieve Monte Caro convergence using the Mistein scheme M.B. Gies Oxford University Computing Laboratory, Parks Road, Oxford, U.K. Mike.Gies@comab.ox.ac.uk Summary. In this paper we show that

More information

Lecture I. Advanced Monte Carlo Methods: I. Euler scheme

Lecture I. Advanced Monte Carlo Methods: I. Euler scheme Advanced Monte Caro Methods: I p. 3/51 Lecture I Advanced Monte Caro Methods: I p. 4/51 Advanced Monte Caro Methods: I Prof. Mike Gies mike.gies@maths.ox.ac.uk Oxford University Mathematica Institute Improved

More information

Multilevel Monte Carlo for Basket Options

Multilevel Monte Carlo for Basket Options MLMC for basket options p. 1/26 Multilevel Monte Carlo for Basket Options Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute Oxford-Man Institute of Quantitative Finance WSC09,

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

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

Antithetic multilevel Monte Carlo estimation for multidimensional SDES

Antithetic multilevel Monte Carlo estimation for multidimensional SDES Antithetic mutieve Monte Caro estimation for mutidimensiona SDES Michae B. Gies and Lukasz Szpruch Abstract In this paper we deveop antithetic mutieve Monte Caro MLMC estimators for mutidimensiona SDEs

More information

Computing Greeks using multilevel path simulation

Computing Greeks using multilevel path simulation Computing Greeks using mutieve path simuation Syvestre Burgos, Michae B. Gies Abstract We investigate the extension of the mutieve Monte Caro method [4, 5] to the cacuation of Greeks. The pathwise sensitivity

More information

Multilevel quasi-monte Carlo path simulation

Multilevel quasi-monte Carlo path simulation Radon Series Comp. App. Math 8, 8 c de Gruyter 29 Mutieve quasi-monte Caro path simuation Michae B. Gies and Ben J. Waterhouse Abstract. This paper reviews the mutieve Monte Caro path simuation method

More information

Technical report The computation of Greeks with Multilevel Monte Carlo

Technical report The computation of Greeks with Multilevel Monte Carlo Technica report The computation of Greeks with Mutieve Monte Caro arxiv:1102.1348v1 [q-fin.cp] 7 Feb 2011 Syvestre Burgos, M.B. Gies Oxford-Man Institute of Quantitative Finance University of Oxford December

More information

On Multilevel Quasi-Monte Carlo Methods

On Multilevel Quasi-Monte Carlo Methods On Mutieve Quasi-Monte Caro Methods Candidate Number 869133 University of Oxford A thesis submitted in partia fufiment of the MSc in Mathematica and Computationa Finance Trinity 2015 Acknowedgements I

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

Module 4: Monte Carlo path simulation

Module 4: Monte Carlo path simulation Module 4: Monte Carlo path simulation Prof. Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute Module 4: Monte Carlo p. 1 SDE Path Simulation In Module 2, looked at the case

More information

Multilevel quasi-monte Carlo path simulation

Multilevel quasi-monte Carlo path simulation Multilevel quasi-monte Carlo path simulation Michael B. Giles and Ben J. Waterhouse Lluís Antoni Jiménez Rugama January 22, 2014 Index 1 Introduction to MLMC Stochastic model Multilevel Monte Carlo Milstein

More information

"Vibrato" Monte Carlo evaluation of Greeks

Vibrato Monte Carlo evaluation of Greeks "Vibrato" Monte Carlo evaluation of Greeks (Smoking Adjoints: part 3) Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute Oxford-Man Institute of Quantitative Finance MCQMC 2008,

More information

Multilevel path simulation for jump-diffusion SDEs

Multilevel path simulation for jump-diffusion SDEs Multilevel path simulation for jump-diffusion SDEs Yuan Xia, Michael B. Giles Abstract We investigate the extension of the multilevel Monte Carlo path simulation method to jump-diffusion SDEs. We consider

More information

MATHICSE Mathematics Institute of Computational Science and Engineering School of Basic Sciences - Section of Mathematics

MATHICSE Mathematics Institute of Computational Science and Engineering School of Basic Sciences - Section of Mathematics MATHICSE Mathematics Institute of Computationa Science and Engineering Schoo of Basic Sciences - Section of Mathematics MATHICSE Technica Report Nr. 26.2011 December 2011 The mutieve Monte-Caro Method

More information

Multilevel Change of Measure for Complex Digital Options

Multilevel Change of Measure for Complex Digital Options Multilevel Change of Measure for Complex Digital Options Jiaxing Wang Somerville College University of Oxford A thesis submitted in partial fulfillment of the MSc in Mathematical Finance Trinity 2014 This

More information

Research on Monte Carlo Methods

Research on Monte Carlo Methods Monte Carlo research p. 1/87 Research on Monte Carlo Methods Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute Mathematical and Computational Finance Group Nomura, Tokyo, August

More information

Lecture outline. Monte Carlo Methods for Uncertainty Quantification. PDEs with Uncertainty. PDEs with Uncertainty

Lecture outline. Monte Carlo Methods for Uncertainty Quantification. PDEs with Uncertainty. PDEs with Uncertainty Lecture outine Monte Caro Methods for Uncertainty Quantification Mike Gies Mathematica Institute, University of Oxford KU Leuven Summer Schoo on Uncertainty Quantification Lecture 4: PDE appications PDEs

More information

Multilevel Monte Carlo methods for finance

Multilevel Monte Carlo methods for finance Multilevel Monte Carlo methods for finance Mike Giles Mathematical Institute, University of Oxford Oxford-Man Institute of Quantitative Finance HPCFinance Final Conference March 14, 2016 Mike Giles (Oxford)

More information

Computing Greeks with Multilevel Monte Carlo Methods using Importance Sampling

Computing Greeks with Multilevel Monte Carlo Methods using Importance Sampling Computing Greeks with Multilevel Monte Carlo Methods using Importance Sampling Supervisor - Dr Lukas Szpruch Candidate Number - 605148 Dissertation for MSc Mathematical & Computational Finance Trinity

More information

Parallel Multilevel Monte Carlo Simulation

Parallel Multilevel Monte Carlo Simulation Parallel Simulation Mathematisches Institut Goethe-Universität Frankfurt am Main Advances in Financial Mathematics Paris January 7-10, 2014 Simulation Outline 1 Monte Carlo 2 3 4 Algorithm Numerical Results

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

Multilevel Monte Carlo methods

Multilevel Monte Carlo methods Multilevel Monte Carlo methods Mike Giles Mathematical Institute, University of Oxford LMS/ CRISM Summer School in Computational Stochastics University of Warwick, July 11, 2018 With acknowledgements to

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

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

arxiv: v1 [q-fin.cp] 14 Feb 2018

arxiv: v1 [q-fin.cp] 14 Feb 2018 MULTILEVEL NESTED SIMULATION FOR EFFICIENT RISK ESTIMATION arxiv:1802.05016v1 [q-fin.cp] 14 Feb 2018 By Michae B. Gies and Abdu-Lateef Haji-Ai University of Oxford We investigate the probem of computing

More information

Monte Carlo Simulations

Monte Carlo Simulations Monte Carlo Simulations Lecture 1 December 7, 2014 Outline Monte Carlo Methods Monte Carlo methods simulate the random behavior underlying the financial models Remember: When pricing you must simulate

More information

Multilevel Monte Carlo for VaR

Multilevel Monte Carlo for VaR Multilevel Monte Carlo for VaR Mike Giles, Wenhui Gou, Abdul-Lateef Haji-Ali Mathematical Institute, University of Oxford (BNP Paribas, Hong Kong) (also discussions with Ralf Korn, Klaus Ritter) Advances

More information

AD in Monte Carlo for finance

AD in Monte Carlo for finance AD in Monte Carlo for finance Mike Giles giles@comlab.ox.ac.uk Oxford University Computing Laboratory AD & Monte Carlo p. 1/30 Overview overview of computational finance stochastic o.d.e. s Monte Carlo

More information

Abstract (X (1) i k. The reverse bound holds if in addition, the following symmetry condition holds almost surely

Abstract (X (1) i k. The reverse bound holds if in addition, the following symmetry condition holds almost surely Decouping Inequaities for the Tai Probabiities of Mutivariate U-statistics by Victor H. de a Peña 1 and S. J. Montgomery-Smith 2 Coumbia University and University of Missouri, Coumbia Abstract In this

More information

From CFD to computational finance (and back again?)

From CFD to computational finance (and back again?) From CFD to computational finance (and back again?) Mike Giles University of Oxford Mathematical Institute MIT Center for Computational Engineering Seminar March 14th, 2013 Mike Giles (Oxford) CFD to finance

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

Gamma. The finite-difference formula for gamma is

Gamma. The finite-difference formula for gamma is Gamma The finite-difference formula for gamma is [ P (S + ɛ) 2 P (S) + P (S ɛ) e rτ E ɛ 2 ]. For a correlation option with multiple underlying assets, the finite-difference formula for the cross gammas

More information

Monte Carlo Methods for Uncertainty Quantification

Monte Carlo Methods for Uncertainty Quantification Monte Carlo Methods for Uncertainty Quantification Abdul-Lateef Haji-Ali Based on slides by: Mike Giles Mathematical Institute, University of Oxford Contemporary Numerical Techniques Haji-Ali (Oxford)

More information

Financial Mathematics and Supercomputing

Financial Mathematics and Supercomputing GPU acceleration in early-exercise option valuation Álvaro Leitao and Cornelis W. Oosterlee Financial Mathematics and Supercomputing A Coruña - September 26, 2018 Á. Leitao & Kees Oosterlee SGBM on GPU

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

Module 2: Monte Carlo Methods

Module 2: Monte Carlo Methods Module 2: Monte Carlo Methods Prof. Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute MC Lecture 2 p. 1 Greeks In Monte Carlo applications we don t just want to know the expected

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

Multilevel Monte Carlo Methods for American Options

Multilevel Monte Carlo Methods for American Options Multilevel Monte Carlo Methods for American Options Simon Gemmrich, PhD Kellog College University of Oxford A thesis submitted in partial fulfillment of the MSc in Mathematical Finance November 19, 2012

More information

Monte Carlo Methods for Uncertainty Quantification

Monte Carlo Methods for Uncertainty Quantification Monte Carlo Methods for Uncertainty Quantification Abdul-Lateef Haji-Ali Based on slides by: Mike Giles Mathematical Institute, University of Oxford Contemporary Numerical Techniques Haji-Ali (Oxford)

More information

Mean Exit Times and the Multilevel Monte Carlo Method

Mean Exit Times and the Multilevel Monte Carlo Method Higham, Desmond and Mao, Xuerong and Roj, Mikoaj and Song, Qingshuo and Yin, George (2013) Mean exit times and the mutieve Monte Caro method. SIAM/ASA Journa on Uncertainty Quantification (JUQ), 1 (1).

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

Limit Theorems for the Empirical Distribution Function of Scaled Increments of Itô Semimartingales at high frequencies

Limit Theorems for the Empirical Distribution Function of Scaled Increments of Itô Semimartingales at high frequencies Limit Theorems for the Empirical Distribution Function of Scaled Increments of Itô Semimartingales at high frequencies George Tauchen Duke University Viktor Todorov Northwestern University 2013 Motivation

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

A profile likelihood method for normal mixture with unequal variance

A profile likelihood method for normal mixture with unequal variance This is the author s fina, peer-reviewed manuscript as accepted for pubication. The pubisher-formatted version may be avaiabe through the pubisher s web site or your institution s ibrary. A profie ikeihood

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

Computer Exercise 2 Simulation

Computer Exercise 2 Simulation Lund University with Lund Institute of Technology Valuation of Derivative Assets Centre for Mathematical Sciences, Mathematical Statistics Fall 2017 Computer Exercise 2 Simulation This lab deals with pricing

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

Analysing multi-level Monte Carlo for options with non-globally Lipschitz payoff

Analysing multi-level Monte Carlo for options with non-globally Lipschitz payoff Finance Stoch 2009 13: 403 413 DOI 10.1007/s00780-009-0092-1 Analysing multi-level Monte Carlo for options with non-globally Lipschitz payoff Michael B. Giles Desmond J. Higham Xuerong Mao Received: 1

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

IMPA Commodities Course : Forward Price Models

IMPA Commodities Course : Forward Price Models IMPA Commodities Course : Forward Price Models Sebastian Jaimungal sebastian.jaimungal@utoronto.ca Department of Statistics and Mathematical Finance Program, University of Toronto, Toronto, Canada http://www.utstat.utoronto.ca/sjaimung

More information

TRUE MARTINGALES FOR UPPER BOUNDS ON BERMUDAN OPTION PRICES UNDER JUMP-DIFFUSION PROCESSES. Helin Zhu Fan Ye Enlu Zhou

TRUE MARTINGALES FOR UPPER BOUNDS ON BERMUDAN OPTION PRICES UNDER JUMP-DIFFUSION PROCESSES. Helin Zhu Fan Ye Enlu Zhou Proceedings of the 213 Winter Simuation Conference R. Pasupathy, S.-H. Kim, A. Tok, R. Hi, and M. E. Kuh, eds. TRUE MARTINGALES FOR UPPER BOUNDS ON BERMUDAN OPTION PRICES UNDER JUMP-DIFFUSION PROCESSES

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

Numerical schemes for SDEs

Numerical schemes for SDEs Lecture 5 Numerical schemes for SDEs Lecture Notes by Jan Palczewski Computational Finance p. 1 A Stochastic Differential Equation (SDE) is an object of the following type dx t = a(t,x t )dt + b(t,x t

More information

Product Pricing, Lead Time and Capacity Selection in Price and Time Sensitive Markets

Product Pricing, Lead Time and Capacity Selection in Price and Time Sensitive Markets Product Pricing, Lead Time and Capacity Seection in Price and Time Sensitive Markets SACHIN JAYASWAL Department of Management Sciences University of Wateroo, Canada joint work wit Eizabet Jewkes¹ and Saiba

More information

Convergence Analysis of Monte Carlo Calibration of Financial Market Models

Convergence Analysis of Monte Carlo Calibration of Financial Market Models Analysis of Monte Carlo Calibration of Financial Market Models Christoph Käbe Universität Trier Workshop on PDE Constrained Optimization of Certain and Uncertain Processes June 03, 2009 Monte Carlo Calibration

More information

Computer Exercise 2 Simulation

Computer Exercise 2 Simulation Lund University with Lund Institute of Technology Valuation of Derivative Assets Centre for Mathematical Sciences, Mathematical Statistics Spring 2010 Computer Exercise 2 Simulation This lab deals with

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

Multilevel Monte Carlo methods

Multilevel Monte Carlo methods Multilevel Monte Carlo methods Mike Giles Mathematical Institute, University of Oxford SIAM Conference on Uncertainty Quantification April 5-8, 2016 Acknowledgements to many collaborators: Frances Kuo,

More information

Illiquidity, Credit risk and Merton s model

Illiquidity, Credit risk and Merton s model Illiquidity, Credit risk and Merton s model (joint work with J. Dong and L. Korobenko) A. Deniz Sezer University of Calgary April 28, 2016 Merton s model of corporate debt A corporate bond is a contingent

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

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

An Analytical Approximation for Pricing VWAP Options

An Analytical Approximation for Pricing VWAP Options .... An Analytical Approximation for Pricing VWAP Options Hideharu Funahashi and Masaaki Kijima Graduate School of Social Sciences, Tokyo Metropolitan University September 4, 215 Kijima (TMU Pricing of

More information

Pricing of Double Barrier Options by Spectral Theory

Pricing of Double Barrier Options by Spectral Theory MPRA Munich Persona RePEc Archive Pricing of Doube Barrier Options by Spectra Theory M.D. De Era Mario Department of Statistic and Appied Mathematics 5. March 8 Onine at http://mpra.ub.uni-muenchen.de/175/

More information

Application of Stochastic Calculus to Price a Quanto Spread

Application of Stochastic Calculus to Price a Quanto Spread Application of Stochastic Calculus to Price a Quanto Spread Christopher Ting http://www.mysmu.edu/faculty/christophert/ Algorithmic Quantitative Finance July 15, 2017 Christopher Ting July 15, 2017 1/33

More information

Stochastic Volatility

Stochastic Volatility Chapter 16 Stochastic Volatility We have spent a good deal of time looking at vanilla and path-dependent options on QuantStart so far. We have created separate classes for random number generation and

More information

Results for option pricing

Results for option pricing Results for option pricing [o,v,b]=optimal(rand(1,100000 Estimators = 0.4619 0.4617 0.4618 0.4613 0.4619 o = 0.46151 % best linear combination (true value=0.46150 v = 1.1183e-005 %variance per uniform

More information

JDEP 384H: Numerical Methods in Business

JDEP 384H: Numerical Methods in Business Chapter 4: Numerical Integration: Deterministic and Monte Carlo Methods Chapter 8: Option Pricing by Monte Carlo Methods JDEP 384H: Numerical Methods in Business Instructor: Thomas Shores Department of

More information

Optimized Least-squares Monte Carlo (OLSM) for Measuring Counterparty Credit Exposure of American-style Options

Optimized Least-squares Monte Carlo (OLSM) for Measuring Counterparty Credit Exposure of American-style Options Optimized Least-squares Monte Carlo (OLSM) for Measuring Counterparty Credit Exposure of American-style Options Kin Hung (Felix) Kan 1 Greg Frank 3 Victor Mozgin 3 Mark Reesor 2 1 Department of Applied

More information

AN ANALYTICALLY TRACTABLE UNCERTAIN VOLATILITY MODEL

AN ANALYTICALLY TRACTABLE UNCERTAIN VOLATILITY MODEL AN ANALYTICALLY TRACTABLE UNCERTAIN VOLATILITY MODEL FABIO MERCURIO BANCA IMI, MILAN http://www.fabiomercurio.it 1 Stylized facts Traders use the Black-Scholes formula to price plain-vanilla options. An

More information

Parametric Inference and Dynamic State Recovery from Option Panels. Nicola Fusari

Parametric Inference and Dynamic State Recovery from Option Panels. Nicola Fusari Parametric Inference and Dynamic State Recovery from Option Panels Nicola Fusari Joint work with Torben G. Andersen and Viktor Todorov July 2012 Motivation Under realistic assumptions derivatives are nonredundant

More information

Optimal Hedge Ratio for Brent Oil Market; Baysian Approach

Optimal Hedge Ratio for Brent Oil Market; Baysian Approach Internationa Letters of Socia and Humanistic Sciences Onine: 2014-08-17 ISSN: 2300-2697, Vo. 37, pp 82-87 doi:10.18052/www.scipress.com/ilshs.37.82 2014 SciPress Ltd., Switzerand Optima Hedge Ratio for

More information

Counterparty Credit Risk Simulation

Counterparty Credit Risk Simulation Counterparty Credit Risk Simulation Alex Yang FinPricing http://www.finpricing.com Summary Counterparty Credit Risk Definition Counterparty Credit Risk Measures Monte Carlo Simulation Interest Rate Curve

More information

Value at Risk Ch.12. PAK Study Manual

Value at Risk Ch.12. PAK Study Manual Value at Risk Ch.12 Related Learning Objectives 3a) Apply and construct risk metrics to quantify major types of risk exposure such as market risk, credit risk, liquidity risk, regulatory risk etc., and

More information

Risk Neutral Valuation

Risk Neutral Valuation copyright 2012 Christian Fries 1 / 51 Risk Neutral Valuation Christian Fries Version 2.2 http://www.christian-fries.de/finmath April 19-20, 2012 copyright 2012 Christian Fries 2 / 51 Outline Notation Differential

More information

2 Control variates. λe λti λe e λt i where R(t) = t Y 1 Y N(t) is the time from the last event to t. L t = e λr(t) e e λt(t) Exercises

2 Control variates. λe λti λe e λt i where R(t) = t Y 1 Y N(t) is the time from the last event to t. L t = e λr(t) e e λt(t) Exercises 96 ChapterVI. Variance Reduction Methods stochastic volatility ISExSoren5.9 Example.5 (compound poisson processes) Let X(t) = Y + + Y N(t) where {N(t)},Y, Y,... are independent, {N(t)} is Poisson(λ) with

More information

Numerical Simulation of Stochastic Differential Equations: Lecture 1, Part 2. Integration For deterministic h : R R,

Numerical Simulation of Stochastic Differential Equations: Lecture 1, Part 2. Integration For deterministic h : R R, Numerical Simulation of Stochastic Differential Equations: Lecture, Part Des Higham Department of Mathematics University of Strathclyde Lecture, part : SDEs Ito stochastic integrals Ito SDEs Examples of

More information

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Prof. Chuan-Ju Wang Department of Computer Science University of Taipei Joint work with Prof. Ming-Yang Kao March 28, 2014

More information

Stochastic Differential Equations in Finance and Monte Carlo Simulations

Stochastic Differential Equations in Finance and Monte Carlo Simulations Stochastic Differential Equations in Finance and Department of Statistics and Modelling Science University of Strathclyde Glasgow, G1 1XH China 2009 Outline Stochastic Modelling in Asset Prices 1 Stochastic

More information

Monte Carlo Methods for Uncertainty Quantification

Monte Carlo Methods for Uncertainty Quantification Monte Carlo Methods for Uncertainty Quantification Abdul-Lateef Haji-Ali Based on slides by: Mike Giles Mathematical Institute, University of Oxford Contemporary Numerical Techniques Haji-Ali (Oxford)

More information

Interest Rate Curves Calibration with Monte-Carlo Simulatio

Interest Rate Curves Calibration with Monte-Carlo Simulatio Interest Rate Curves Calibration with Monte-Carlo Simulation 24 june 2008 Participants A. Baena (UCM) Y. Borhani (Univ. of Oxford) E. Leoncini (Univ. of Florence) R. Minguez (UCM) J.M. Nkhaso (UCM) A.

More information

PoS(ISCC 2017)020. Credit Risk Assessment of Receivable Accounts in Industry Chain based on SVM. Speaker. Huan Sun 1

PoS(ISCC 2017)020. Credit Risk Assessment of Receivable Accounts in Industry Chain based on SVM. Speaker. Huan Sun 1 Credit Risk Assessment of Receivabe Accounts in Industry Chain based on SVM 1 Schoo of computer and information, Hohhot Vocationa Coege Inner Mongoia, 010051, China E-mai: sunhhvc@163.com Industria chain

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

Barriers and Optimal Investment 1

Barriers and Optimal Investment 1 Barriers and Optima Investment 1 Jean-Danie Saphores 2 bstract This paper anayzes the impact of different types of barriers on the decision to invest using a simpe framework based on stochastic discount

More information

Math 416/516: Stochastic Simulation

Math 416/516: Stochastic Simulation Math 416/516: Stochastic Simulation Haijun Li lih@math.wsu.edu Department of Mathematics Washington State University Week 13 Haijun Li Math 416/516: Stochastic Simulation Week 13 1 / 28 Outline 1 Simulation

More information

Math Computational Finance Option pricing using Brownian bridge and Stratified samlping

Math Computational Finance Option pricing using Brownian bridge and Stratified samlping . Math 623 - Computational Finance Option pricing using Brownian bridge and Stratified samlping Pratik Mehta pbmehta@eden.rutgers.edu Masters of Science in Mathematical Finance Department of Mathematics,

More information

Pricing Early-exercise options

Pricing Early-exercise options Pricing Early-exercise options GPU Acceleration of SGBM method Delft University of Technology - Centrum Wiskunde & Informatica Álvaro Leitao Rodríguez and Cornelis W. Oosterlee Lausanne - December 4, 2016

More information

Monte Carlo Methods in Structuring and Derivatives Pricing

Monte Carlo Methods in Structuring and Derivatives Pricing Monte Carlo Methods in Structuring and Derivatives Pricing Prof. Manuela Pedio (guest) 20263 Advanced Tools for Risk Management and Pricing Spring 2017 Outline and objectives The basic Monte Carlo algorithm

More information

Multi-scale methods for stochastic differential equations

Multi-scale methods for stochastic differential equations Multi-scale methods for stochastic differential equations by Niklas Zettervall Department of Physics Umeå University February 2012 Abstract Standard Monte Carlo methods are used extensively to solve stochastic

More information

CONTINUOUS TIME PRICING AND TRADING: A REVIEW, WITH SOME EXTRA PIECES

CONTINUOUS TIME PRICING AND TRADING: A REVIEW, WITH SOME EXTRA PIECES CONTINUOUS TIME PRICING AND TRADING: A REVIEW, WITH SOME EXTRA PIECES THE SOURCE OF A PRICE IS ALWAYS A TRADING STRATEGY SPECIAL CASES WHERE TRADING STRATEGY IS INDEPENDENT OF PROBABILITY MEASURE COMPLETENESS,

More information

Math Computational Finance Double barrier option pricing using Quasi Monte Carlo and Brownian Bridge methods

Math Computational Finance Double barrier option pricing using Quasi Monte Carlo and Brownian Bridge methods . Math 623 - Computational Finance Double barrier option pricing using Quasi Monte Carlo and Brownian Bridge methods Pratik Mehta pbmehta@eden.rutgers.edu Masters of Science in Mathematical Finance Department

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

The stochastic calculus

The stochastic calculus Gdansk A schedule of the lecture Stochastic differential equations Ito calculus, Ito process Ornstein - Uhlenbeck (OU) process Heston model Stopping time for OU process Stochastic differential equations

More information