"Vibrato" Monte Carlo evaluation of Greeks

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

Multilevel Monte Carlo for Basket Options

Module 4: Monte Carlo path simulation

Module 2: Monte Carlo Methods

Multilevel Monte Carlo Simulation

Monte Carlo Methods for Uncertainty Quantification

Research on Monte Carlo Methods

AD in Monte Carlo for finance

Monte Carlo Simulations

Computing Greeks with Multilevel Monte Carlo Methods using Importance Sampling

Investigation into Vibrato Monte Carlo for the Computation of Greeks of Discontinuous Payoffs

Multilevel Change of Measure for Complex Digital Options

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

IEOR E4703: Monte-Carlo Simulation

Numerical schemes for SDEs

3.1 Itô s Lemma for Continuous Stochastic Variables

Simulating Stochastic Differential Equations

Estimating the Greeks

Smoking Adjoints: fast evaluation of Greeks in Monte Carlo calculations

King s College London

Adjoint methods for option pricing, Greeks and calibration using PDEs and SDEs

Rapid computation of prices and deltas of nth to default swaps in the Li Model

Monte Carlo Methods for Uncertainty Quantification

Multilevel quasi-monte Carlo path simulation

"Pricing Exotic Options using Strong Convergence Properties

AMH4 - ADVANCED OPTION PRICING. Contents

Computer Exercise 2 Simulation

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

Computational Finance

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations

Monte Carlo Greeks in the lognormal Libor market model

Variance Reduction Through Multilevel Monte Carlo Path Calculations

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

Lecture 17. The model is parametrized by the time period, δt, and three fixed constant parameters, v, σ and the riskless rate r.

MINIMAL PARTIAL PROXY SIMULATION SCHEMES FOR GENERIC AND ROBUST MONTE-CARLO GREEKS

Proxy Scheme and Automatic Differentiation: Computing faster Greeks in Monte Carlo simulations

Multilevel path simulation for jump-diffusion SDEs

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

Continuous Processes. Brownian motion Stochastic calculus Ito calculus

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk

Proxy simulation schemes using likelihood ratio weighted Monte Carlo

Handbook of Financial Risk Management

Monte Carlo Methods in Financial Engineering

King s College London

Monte Carlo Based Numerical Pricing of Multiple Strike-Reset Options

- 1 - **** d(lns) = (µ (1/2)σ 2 )dt + σdw t

Computer Exercise 2 Simulation

Computational Methods for Option Pricing. A Directed Research Project. Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE

Valuation of performance-dependent options in a Black- Scholes framework

Lecture 7: Computation of Greeks

Sample Path Large Deviations and Optimal Importance Sampling for Stochastic Volatility Models

MONTE CARLO EXTENSIONS

Monte Carlo Methods in Structuring and Derivatives Pricing

Financial Mathematics and Supercomputing

Math 416/516: Stochastic Simulation

From CFD to computational finance (and back again?)

2.1 Mathematical Basis: Risk-Neutral Pricing

Computational Finance Improving Monte Carlo

MOUNTAIN RANGE OPTIONS

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

TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING

Lecture 3. Sergei Fedotov Introduction to Financial Mathematics. Sergei Fedotov (University of Manchester) / 6

M.I.T Fall Practice Problems

Multilevel Monte Carlo Methods for American Options

Convergence Analysis of Monte Carlo Calibration of Financial Market Models

Multilevel Monte Carlo path simulation

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS

Exact Sampling of Jump-Diffusion Processes

Lecture outline. Monte Carlo Methods for Uncertainty Quantification. Importance Sampling. Importance Sampling

Importance Sampling for Option Pricing. Steven R. Dunbar. Put Options. Monte Carlo Method. Importance. Sampling. Examples.

Lecture 8: The Black-Scholes theory

Fast and accurate pricing of discretely monitored barrier options by numerical path integration

Multilevel Monte Carlo Path Simulation

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS

Bluff Your Way Through Black-Scholes

The stochastic calculus

The Black-Scholes Model

Math489/889 Stochastic Processes and Advanced Mathematical Finance Solutions to Practice Problems

1.1 Basic Financial Derivatives: Forward Contracts and Options

The Black-Scholes Model

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

Proxy Simulation Schemes for Generic Robust Monte-Carlo Sensitivities and High Accuracy Drift Approximation

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

Multilevel Monte Carlo for VaR

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

Value at Risk Ch.12. PAK Study Manual

A Moment Matching Approach To The Valuation Of A Volume Weighted Average Price Option

IEOR E4703: Monte-Carlo Simulation

Toward a coherent Monte Carlo simulation of CVA

Multilevel Monte Carlo methods for finance

BROWNIAN MOTION Antonella Basso, Martina Nardon

Quasi-Monte Carlo for Finance

Calculating Implied Volatility

Stochastic Differential Equations in Finance and Monte Carlo Simulations

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing

Parallel Multilevel Monte Carlo Simulation

The Heston Model. B.Sc. Thesis. - Stochastic Volatility and Approximation - Author Patrik Karlsson,

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

Change of Measure (Cameron-Martin-Girsanov Theorem)

JDEP 384H: Numerical Methods in Business

Transcription:

"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, July 7-11 Vibrato Monte Carlo Greeks p. 1/30

Smoking Adjoints Paper with Paul Glasserman in Risk in 2006 showed how adjoints can be used in computing pathwise sensitivities gives lots of first order sensitivities for negligible cost This attracted a lot of interest, and questions: what is involved in practice in creating an adjoint code, and can it be simplified? (see HERCMA paper, available from website) do we really have to differentiate the payoff? what about discontinuous payoffs? what about American options? (not addressed yet!) Vibrato Monte Carlo Greeks p. 2/30

Outline different approaches to computing Greeks finite differences likelihood ratio method pathwise sensitivity use of conditional expectation for a digital option vibrato extension for scalar SDE generalisation to multidimensional SDEs Vibrato Monte Carlo Greeks p. 3/30

Generic Problem Stochastic differential equation with general drift and volatility terms: ds t = a(s t, t) dt + b(s t, t) dw t For a simple European option we want to compute the expected discounted payoff value dependent on the terminal state: V = E[f(S T )] Note: the drift and volatility functions are almost always differentiable, but the payoff f(s) is often not. Vibrato Monte Carlo Greeks p. 4/30

Generic Problem Euler discretisation with timestep h: Ŝ n+1 = Ŝn + a(ŝn, t n ) h + b(ŝn, t n ) W n Simplest Monte Carlo estimator for expected payoff is an average of M independent path simulations: M 1 M i=1 f(ŝ(i) N ) Greeks: for hedging and risk management we also want to estimate derivatives of expected payoff V Vibrato Monte Carlo Greeks p. 5/30

Simple Problem For Geometric Brownian motion ds t = r S t dt + σ S t dw t the SDE can be solved analytically to give S T = S 0 exp ( (r 1 2 σ2 ) T + σ W T ) In this case, we can directly sample W T to get V E [f(s T )] M 1 M i=1 f(s (i) T ) will use this to illustrate approaches to calculating sensitivities Vibrato Monte Carlo Greeks p. 6/30

Finite Differences Simplest approach is to use a finite difference approximation, V V (θ+ θ) V (θ θ) 2 θ 2 V 2 V (θ+ θ) 2 V (θ) + V (θ θ) ( θ) 2 very simple, but expensive and inaccurate if θ is too big, or too small in the case of discontinuous payoffs Vibrato Monte Carlo Greeks p. 7/30

Likelihood Ratio Method For simple cases where we know the terminal probability distribution V E [f(s T )] = f(s) p S (θ; S) ds we can differentiate this to get V = f p S ds = f (log p S) p S ds = E [ f (log p ] S) This is the Likelihood Ratio Method (Broadie & Glasserman, 1996) its great strength is that it can handle discontinuous payoffs Vibrato Monte Carlo Greeks p. 8/30

Likelihood Ratio Method The LRM weakness is in its generalisation to full path simulations for which we get the multi-dimensional integral V = E[f(Ŝ)] = f(ŝ) p(ŝ) dŝ, where dŝ dŝ1 dŝ2 dŝ3... dŝn and the joint probability density function of the p.d.f.s for each timestep p(ŝ) is the product p(ŝ) = n p n (Ŝn+1 Ŝn) log p(ŝ) = n log p n (Ŝn+1 Ŝn) Vibrato Monte Carlo Greeks p. 9/30

Likelihood Ratio Method When computing Vega from an Euler discretisation of Geometric Brownian motion this leads to V [( ) ] σ = E Zn 1 2 f(ŝn ) σ where Z n is the unit Normal used in the n th timestep n Ŝ n+1 = Ŝn(1+r h) + σ Ŝn h Zn Since V[Z 2 n 1] = 2 it follows that the variance of the estimator is O(h 1 ) This blow-up as h 0 is the weakness of the LRM. Vibrato Monte Carlo Greeks p. 10/30

Pathwise sensitivities Alternatively, for simple Geometric Brownian Motion V E [f(s T )] = f(s T (θ; W )) p W (W ) dw and differentiating this gives V = f S S T p W dw = E [ f S S T ] with S T / being evaluated at fixed W. This is the pathwise sensitivity approach it can t handle discontinuous payoffs, but generalises well to full path simulations Vibrato Monte Carlo Greeks p. 11/30

Pathwise sensitivities The generalisation involves differentiating the Euler path discretisation, Ŝ n+1 = Ŝn + a(ŝn, t n ) h + b(ŝn, t n ) W n holding fixed the Brownian increments, to get Ŝn+1 = ( 1 + a S h + b ) S W Ŝ n n + a h + b W n leading to V [ = E f S (ŜN ) ŜN ]. Vibrato Monte Carlo Greeks p. 12/30

Pathwise sensitivities In the case of Vega for an Euler discretisation of GBM we get Ŝ n+1 = Ŝn + r Ŝn h + σ Ŝn W n Ŝn+1 σ = and the variance ( 1 + r h + σ W n ) Ŝ n σ + Ŝn W n V [ f S (ŜN ) ŜN σ ] is O(1) if f(s) is Lipschitz. Vibrato Monte Carlo Greeks p. 13/30

Vibrato Monte Carlo What is best if payoff is discontinuous? LRM estimator variance O(h 1 ) Malliavin calculus estimator variance O(1) recent paper by Glasserman & Chen shows it can be viewed as a pathwise/lrm hybrid might be good choice when few Greeks needed new vibrato Monte Carlo idea also a pathwise/lrm hybrid estimator variance O(h 1/2 ) efficient adjoint implementation Vibrato Monte Carlo Greeks p. 14/30

Vibrato Monte Carlo new idea is based on use of conditional expectation for a simple digital option in Paul Glasserman s book output of each SDE path calculation becomes a narrow (multivariate) Normal distribution combine pathwise sensitivity for the differentiable SDE, with LRM for the discontinuous payoff avoiding the differentiation of the payoff also simplifies the implementation in real-world setting Vibrato Monte Carlo Greeks p. 15/30

Vibrato Monte Carlo Final timestep of Euler path discretisation is Ŝ N = ŜN 1 + a(ŝn 1, t N 1 ) h + b(ŝn 1, t N 1 ) W N 1 Instead of using random number generator to get a value for W N 1, consider the whole distribution of possible values, so ŜN has a Normal distribution with mean and standard deviation µ W = ŜN 1 + a(ŝn 1, t N 1 ) h σ W = b(ŝn 1, t N 1 ) h where W ( W 0, W 1,... W N 2 ). Vibrato Monte Carlo Greeks p. 16/30

Vibrato Monte Carlo For a particular path given by a particular vector W, the expected payoff is E Z [f(µ W +σ W Z)] where Z is a unit Normal random variable. Averaging over all W then gives the same overall expectation as before. Note also that, for given W, ŜN has a Normal distribution ( p S (Ŝ) = 1 exp (Ŝ µ ) W )2 2π σw 2 σ 2 W Vibrato Monte Carlo Greeks p. 17/30

Vibrato Monte Carlo In the case of a simple digital call with strike K, the analytic solution is ( ) µw K E Z [f(µ W +σ W Z)] = exp( rt ) Φ. σ W for each W, the payoff is now smooth, differentiable derivative is O(h 1/2 ) near strike, near zero elsewhere = variance is O(h 1/2 ) analytic evaluation of conditional expectation not possible in general for multivariate cases = use Monte Carlo estimation! Vibrato Monte Carlo Greeks p. 18/30

Vibrato Monte Carlo Main novelty comes in calculating the sensitivity. For a particular W, we have a Normal probability distribution for ŜN and can apply the Likelihood Ratio method to get [ ] [ E Z f(ŝn) = E Z f(ŝn) (log p ] S), where (log ps ) = (log p S) µ W µ W + (log p S) σ W = Z σ W µ W + Z2 1 σ W σ W. σ W Averaging over all W then gives the expected sensitivity. Vibrato Monte Carlo Greeks p. 19/30

Vibrato Monte Carlo To improve the variance, we note that [ E Z f(µw +σ W Z) Z ] [ = E Z f(µw σ W Z) Z ] [( ) = 1 2 E Z f(µ W +σ W Z) f(µ W σ W Z) Z ] and similarly [ E Z f(µw +σ W Z) (Z 2 1) ] [( ) = 1 2 E Z f(µ W +σ W Z) 2f(µ W ) + f(µ W σ W Z) (Z 2 1) ] This gives an estimator with O(1) variance when f(s) is Lipschitz, and O(h 1/2 ) variance when it is discontinuous. Vibrato Monte Carlo Greeks p. 20/30

Vibrato Monte Carlo Test case: Geometric Brownian motion ds t = r S t dt + σ S t dw t with simple digital call option. Parameters: r = 0.05, σ = 0.2, T = 1, S 0 = 100, K = 100 Numerical results compare: LRM vibrato with one Z per W pathwise with conditional expectation Vibrato Monte Carlo Greeks p. 21/30

Vibrato Monte Carlo 10 4 10 3 LRM vibrato pathwise 10 2 Var 10 1 10 0 10 1 10 2 10 1 h Vibrato Monte Carlo Greeks p. 22/30

Vibrato Monte Carlo These results used just one Z per path. If M Z are used, the variance is ] [ ] V W [E Z [g(w, Z)] + MZ 1 E W V Z [g(w, Z)] where g(w, Z) is the estimator. The limit M z gives the variance for the estimator based on the analytic conditional expectation. The optimal M Z can be determined if one knows/estimates V W [ EZ [g(w, Z)] ] and E W [ VZ [g(w, Z)] ], and the relative cost of the path simulation and the payoff evaluation. Vibrato Monte Carlo Greeks p. 23/30

Multivariate extension In general we have Ŝ(W, Z) = µ W + C W Z where Σ W =C W C W T is the covariance matrix, and Z is a vector of uncorrelated Normals. The joint p.d.f. is log p S = 1 2 log Σ W 1 2 (Ŝ µ W )T Σ W 1 (Ŝ µ W ) 1 2 d log(2π) and so log p S Σ W log p S µ W = C W T Z, = 1 2 C W ( ) T ZZ T 1 I C W Vibrato Monte Carlo Greeks p. 24/30

Multivariate extension This leads to E Z [f(ŝ) ] [ = E Z f(ŝ) (log p ] S) where (log p S ) = ( log ps µ W ) T µ W + tr ( log ps Σ W Σ W ) and µ W, Σ W come from pathwise sensitivity analysis. A more efficient estimator can be obtained by similar reasoning to the scalar case. Vibrato Monte Carlo Greeks p. 25/30

Vibrato Monte Carlo Test case: Geometric Brownian motion ds (1) t = r S (1) t dt + σ (1) S (1) t dw (1) t ds (1) t = r S (2) t dt + σ (2) S (2) t dw (2) t with a simple digital call option based solely on S (1) T. Parameters: r = 0.05, σ (1) = 0.2, σ (2) = 0.3, T = 1, S (1) 0 = S (2) 0 = 100, K = 100, ρ = 0.5 Numerical results again compare LRM, vibrato with one Z per W, and pathwise with conditional expectation. Vibrato Monte Carlo Greeks p. 26/30

Vibrato Monte Carlo 10 4 10 3 LRM vibrato pathwise 10 2 Var 10 1 10 0 10 1 10 2 10 1 h Vibrato Monte Carlo Greeks p. 27/30

Multivariate extension Can also treat payoffs dependent on S(τ) at intermediate times, by taking t n < τ < t n+1 and using simple Brownian motion interpolation between Ŝ n and Ŝn+1 to get a Normal distribution for Ŝ(τ), with mean: Ŝ n + τ t n t n+1 t n (Ŝn+1 Ŝn ) variance: (τ t n )(t n+1 τ) t n+1 t n b 2 (Ŝn, t n ) Vibrato Monte Carlo Greeks p. 28/30

Conclusions Vibrato idea for computing Greeks offers O(1) variance for Lipschitz payoffs, and easy implementation no derivatives required O(h 1/2 ) variance for discontinuous payoffs adjoint implementation for multiple Greeks Future work: similar idea for digital options in multilevel Monte Carlo path simulation introduces Radon-Nikodym derivative from change in measure Vibrato Monte Carlo Greeks p. 29/30

Acknowledgements Paul Glasserman for collaboration on adjoint technique and discussions on vibrato Monte Carlo Funding from Microsoft, EPSRC and Man Investments Further information www.maths.ox.ac.uk/ gilesm/ Email: mike.giles@maths.ox.ac.uk Vibrato Monte Carlo Greeks p. 30/30