Pricing Multi-Dimensional Options by Grid Stretching and High Order Finite Differences

Size: px
Start display at page:

Download "Pricing Multi-Dimensional Options by Grid Stretching and High Order Finite Differences"

Transcription

1 Pricing Multi-Dimensional Options by Gri Stretching an High Orer Finite Differences Kees Oosterlee Numerical Analysis Group, Delft University of Technology Joint work with Coen Leentvaar Southern Ontario Numerical Analysis Day, Talk at Numerical Analysis Day, /nr. 1

2 Research Concept Numerical Treatment of Equations for Option Pricing Accurate iscretization with only a few gri points Example I: Black-Scholes equation Gri stretching High orer iscretization European option Example II: Basket options - Increasing problem imensions sparse gris A coorinate transformation Gri stretching an iscretization as in the 1D case European basket options Talk at Numerical Analysis Day, /nr. 2

3 Application: Option pricing Basic options European Call option: at maturity time T, the holer may purchase an asset for the exercise price K. The writer must sell the asset, if the holer ecies to buy it. European Put option: The right to sell an asset on a certain ate at a prescribe amount. s s 0 K 0 0 t T Exotic options: options epening on other functions of the stock price (average stock price, minimum, maximum, a basket of stocks) Talk at Numerical Analysis Day, /nr. 3

4 Options on a Single Asset Point of Departure - The asset price follows the lognormal ranom walk, S t = µs t t + σs t W t, with W t a Wiener process, µ is rift, σ volatility. - Interest rate r, ivien yiel δ an σ are known, - Transaction costs for heging are not inclue, - There are no arbitrage possibilities. Black-Scholes partial ifferential equation: (for a European option) u t σ2 s 2 2 u + (r δ)s u s2 s ru = 0 Nobel prize in 1997 for Merton an Scholes (Black ie in 1995). Talk at Numerical Analysis Day, /nr. 4

5 Final/Bounary conitions Single Asset European Call option: Right to buy assets at maturity t = T for exercise price K. Call option: Final conition: u(s,t ) = max(s K,0) = (s K) + u K s Bounary conitions for s 0: u(s,t) = 0. Bounary conitions at s : u(s,t) = se δ(t t) Ke r(t t) or: u ss = 0. The stanar European option can be solve exactly (serves as a reference). Talk at Numerical Analysis Day, /nr. 5

6 Important Quantities Hege Parameters Delta: the rate of change of the option value with respect to s. Portfolio with u ± s is instantaneously risk neutral. = u s Gamma: inicates the change in Delta Γ = 2 u s 2 If Gamma is high, the portfolio results for a very short time in a risk-less scenario. There are several other important heging parameters. Talk at Numerical Analysis Day, /nr. 6

7 Increasing imensions Multi-Asset Options The problem imension increases if the price of an option epens on more than one asset s i (the so-calle multi-asset options). Each unerlying asset is assume to follow a geometric (lognormal) iffusion process. It is assume that the correlation of each asset to all other assets is constant. Each aitional asset is represente by an extra imension in the problem: Lu : = u t u [σ i σ j ρ i, j s i s j ] + i, j=1 s i s j i=1 u [(r δ i )s i ] ru = 0. s i The require information to value a basket option is the volatility of each asset σ i an the correlation between each pair of assets ρ i, j. Talk at Numerical Analysis Day, /nr. 7

8 Introuction: Several option-types Final conitions etermine the type of the option Basket Call, option on a basket of assets: u(s,t) = max{ i=1 Call option on the maximum of several assets Exchange option on two assets n i s i K,0} u(s,t) = max{max{s 1,s 2,,...,s } K,0}} u(s,t) = max{s 1 s 2,0} Talk at Numerical Analysis Day, /nr. 8

9 Basket options A basket option is an option whose payoff epens on the value of a portfolio (or basket) of assets. Basket options are growing in popularity as a means of heging the risk of a portfolio an are highly interesting for banks nowaays. They are attractive because an option on a basket is cheaper than buying options on the iniviual assets. Furthermore, their payoff profile replicates the changes in a portfolio s value more closely than any combination of options on the unerlying assets. Talk at Numerical Analysis Day, /nr. 9

10 1D Gri Stretching General Consier a general parabolic PDE with non-constant coefficients u t = α(s) 2 u s 2 + β(s) u s + γ(s)u(s,t) Coorinate transformation x = ξ(s) (one-to-one), inverse s = η(x) = ξ 1 (x) an û(x,t) := u(s,t). Chain rule, the first an secon erivative: u s = 1 û η (x) x, 2 u s = 1 2 û 2 (η (x)) 2 x η (x) û 2 (η (x)) 3 x. Application changes the factors α, β an γ into: α(x) = α(η(x)) (η (x)) 2, β(x) = β(η(x)) η (x) α(η(x)) η (x) (η (x)) 3, γ(x) = γ(η(x)). Talk at Numerical Analysis Day, /nr. 10

11 Gri Stretching T Black-Scholes t o K S A coorinate transformation that clusters points in the region of interest, aroun s = K, the nonifferentiability in the final conition. Spatial transformation use for Black-Scholes [Clarke-Parrott, Tavella-Ranall]: x = ξ(s) = sinh 1 (ζ(s K)) + sinh 1 (ζk). An equiistant gri iscretization (n x an n t cells) after the analytic transformation Talk at Numerical Analysis Day, /nr. 11

12 Discretization Fourth Orer Discretization Finite ifferences, base on Taylor s expansion O(h 2 +k 2 ) is easily achieve by central ifferencing an Crank-Nicolson iscretization Our aim: High accuracy with only a few gri points 4th orer long stencil iscretizations in space an in time O(h 4 + k 4 ) The 4th orer implicit Backwar Differentiation Formula, BDF4, time integration is use. Talk at Numerical Analysis Day, /nr. 12

13 Discretization Fourth orer in space (long stencils): û i t = 1 12h 2 α i ( û i û i+1 30û i + 16û i 1 û i 2 ) h β i ( û i+2 + 8û i+1 8û i 1 + û i 2 ) + γ i û i + O(h 4 ), 2 i N 2. Fourth orer in time: BDF4 scheme (precee by CN, BDF3). BDF4 reas ( ) I kl No stability complications observe (1) û j+1 = 4û j 3û j û j 2 1 4û j 3, (2) Well-suite for linear complementarity problems (for American options) Talk at Numerical Analysis Day, /nr. 13

14 Accuracy European option pricing experiment, ivien yiel Error in u h an hege parameters h,γ h (comparison with analytic solution u ex ). K = 15, σ = 0.3, r = 0.05, δ = 0.03, T = 0.5. Scheme Gri u u ex rate ex rate Γ Γ ex rate O(h 2 + k 2 ) no stretching O(h 4 + k 4 ) gri stretching Talk at Numerical Analysis Day, /nr. 14

15 European pricing experiment on stretche gri u h, h, Γ h S S S Talk at Numerical Analysis Day, /nr. 15

16 Higher Dimensions: Sparse Gris Combination Technique S 2 S 1 Talk at Numerical Analysis Day, /nr. 16

17 Sparse Gris, Combination of solutions Zenger, Griebel (1990/1991) The combination equation for the sparse gri solutions in 2D reas: u comb n = u sparse u sparse I =n+1 I =n where I correspons to the number of gri points in each irection. If n = 4 then, all combinations of I = 5 are: (16,2),(8,4),(4,8),(2,16). The combination equation for the sparse gri solutions in in general imensions reas: u comb n = 1 k=0 ( 1) k ( 1 k ) u sparse I =n+ 1 k Sparse Gri Techniques converge nicely if mixe secon erivatives in the problem are boune. Talk at Numerical Analysis Day, /nr. 17

18 Higher Dimensions: Sparse Gris Overall Gri Number of points processe O(N(logN) 1 ) versus O(N ) (full gri) Accuracy of solutions O(N 2 (logn) 1 ) versus O(N 2 ) (full gri, h = 1/N) Talk at Numerical Analysis Day, /nr. 18

19 Secon orer Accurate Discretization of 2 u i=1 xi 2 + i=1 Full Gri N max error Conv Sparse Gri Test Case 5D Reference Equation u x i 5u = 0, with solution: u(x 1,...,x ) = e i=1 ( 1)i+1 x i Sparse Gri N max error Conv Asymptotic convergence factors sparse gri: 2D: 3.61, 3D: 3.13, 4D: 2.86, 5D: 2.61 Talk at Numerical Analysis Day, /nr. 19

20 Higher Dimensional B-S Transformation, Stretching an Sparse Gris! See also Reisinger (2003/2004) Coorinate transformation with Linear transformation: u t = i=1 j=1 α i j 2 u u + s i s j β i ru i=1 s i α i j = 1 2 ρ i jσ i σ j s i s j, β i = (r δ i )s i (3) X = ΓS, S = Γ 1 X = ZX (4) x i = γ im s m, s i = m=1 z im x m, m=1 x i s k = γ ik (5) Talk at Numerical Analysis Day, /nr. 20

21 Transforme equation: an Final Result u t = i=1 i=1 k=1 u t = i=1 ˆα i j = j=1 m=1 k=1 k=1 l=1 j=1 l=1 m=1 ˆα i j 2 u u + x i x j ˆβ i ru i=1 x i α kl x i s k x j s l, ˆβi = n=1 x i β k (6) k=1 s k 2 u ρ kl σ k σ l γ ik γ jl z km z ln x m x n + x i x j (r δ k )γ ik z km x m u x i ru (7) Talk at Numerical Analysis Day, /nr. 21

22 Actual Coorinate Transformation Transformation use (Tavella, Ranall): 2D : x 1 = n 1 s 1 + n 2 s 2 x 2 = n 1 s 1 + n 2 s 2 3D : x 1 = n 1 s 1 + n 2 s 2 + n 3 s 3 x 2 = n 1 s 1 + n 2 s 2 + n 3 s 3 x 3 = n 1 s 1 n 2 s 2 + n 3 s 3 Talk at Numerical Analysis Day, /nr. 22

23 Gri Stretching Stretching coorinate x i with function x i = x i (y i ), gives a solution u = u(y 1,y 2,...,y ). The equation then reas u t = i=1 i=1 i=1 k=1 j=1 k=1 k=1 l=1 m=1 l=1 m=1 m=1 n=1 n=1 ρ kl σ k σ l γ ik γ jl z km z ln x m x n 1 J i J j ρ kl σ k σ l γ ik γ il z km z ln x m x n H i J 3 i (r δ k )z km x m γ ik J i u x i ru u y i + 2 u y i y j + (8) With J i the first, H i the secon erivative of the stretching function: J i = x i /y i, H i = 2 x i /y 2 i. In practice: Stretching only in x 1 Talk at Numerical Analysis Day, /nr. 23

24 Discretization an Kronecker proucts Each erivative must be taken apart an summe up. To simplify this, we use Kronecker proucts, which combine the 1D iscretization stencils to the imensional case. The secon erivative of the assets is in the 2D case: [ 2 ] u 2 s 2 [ 2 ] u 2 s [ 2 ] 1 u = I s [ 2 ] u = I 2 [ ] 2 s 1 1 Talk at Numerical Analysis Day, /nr. 24

25 Kronecker proucts General Let A be a matrix of size k l an B a matrix of size m n. Then the Kronecker prouct A B is a matrix of size k m n l with a 11 B a 12 B... a 1l B A B = a 21 B a 22 B... a 2l B a k1 B a k2 B... a kl B Assume that the matrices are of appropriate size to calculate the proucts. The multiple Kronecker prouct is given by an the following expression: NO B A 1 A 2... A N = i=1 NO i=1 A i A i = B (A 1 A 2... A N ) Talk at Numerical Analysis Day, /nr. 25

26 Discretization an Kronecker proucts The secon erivative of the i-th asset in -imensions can be written in the same way as the 2D case: [ 2 ] u 2 s i = i 1 O n=0 [ 2 ] u I n 2 s i Also non-constant coefficients can easily be implemente an it also usable for the first erivative. 1 i 1 O n=1 I i n Talk at Numerical Analysis Day, /nr. 26

27 Kronecker proucts: Correlation To use Kronecker proucts with the correlation term, we rewrite this term as: 2 u s 1 s 2 = s 2 ( ) u s 1 It follows that: [ 2 ] u s 1 s 2 2 = [ ] u s 2 1 [ ] u s 1 1 Talk at Numerical Analysis Day, /nr. 27

28 Kronecker proucts: Correlation In general, for imensions, the correlation matrix reas: [ 2 ] i 1 [ ] u O j 1 [ ] u O u = I n I n s i s j s j s i n=0 1 n=i O n= j+1 This can also be use with non-constant coefficients an therefore it is usable for the high-d Black-Scholes equation. I n Talk at Numerical Analysis Day, /nr. 28

29 Results: 2D Two-asset European basket call option (from Tavella s book). K = 100 r = 4.5% δ 1 = 5%, δ 2 = 7% T = 1 σ 1 = 0.25, σ 2 = 0.35 an ρ 12 = 0.63 Payoff: max{0.58s S 2 K,0} Talk at Numerical Analysis Day, /nr. 29

30 Coorinate Transformation + Stretching + Sparse Gris Payoff: max(n 1 s 1 + n 2 s 2 K,0) (left: no transformation, no stretching, right: stretching an transformation). Payoff Payoff U0 100 U S S X X Talk at Numerical Analysis Day, /nr. 30

31 Coorinate Transformation + Sparse Gris Solution u at t = 0 : (left: no transformation, no stretching, right: stretching an transformation). Solution Solution U U S S X X Talk at Numerical Analysis Day, /nr. 31

32 Numerical Results 2D Black-Scholes Full Eq Eq Trafo-Stretch Trafo-Stretch Gri Secon Fourth Secon Fourth (16 16) (32 32) (64 64) Value (Tavella) Sparse Eq Eq Trafo-Stretch Trafo-Stretch Gri Secon Fourth Secon Fourth Value (Tavella) Talk at Numerical Analysis Day, /nr. 32

33 Basket Option: 3D Three-asset European basket call option (from Tavella s book). K = 100 r = 4.5% δ 1 = 5%, δ 2 = 7%, δ 3 = 4% T = 1 σ 1 = 0.25, σ 2 = 0.35, σ 3 = 0.20 ρ 12 = 0.63, ρ 13 = 0.25, ρ 23 = 0.5 Payoff: max{0.38s S S 3 K,0} Talk at Numerical Analysis Day, /nr. 33

34 Numerical Results Full gri computations: Eq Eq Stretch Stretch Secon Fourth Secon Fourth Tavella 3D Sparse gri with transformation, stretching an 4th orer iscretization: Talk at Numerical Analysis Day, /nr. 34

35 Conclusions Options on Single Asset: Accurate option values with gri stretching in space an 4th orer iscretization in space an time The sparse gri metho (recombination technique) is an interesting choice if the problem imension increases Basket options: Accurate option values with coorinate transformation, gri stretching, 4th orer iscretization in space an time an the sparse gri metho. Talk at Numerical Analysis Day, /nr. 35

2. Lattice Methods. Outline. A Simple Binomial Model. 1. No-Arbitrage Evaluation 2. Its relationship to risk-neutral valuation.

2. Lattice Methods. Outline. A Simple Binomial Model. 1. No-Arbitrage Evaluation 2. Its relationship to risk-neutral valuation. . Lattice Methos. One-step binomial tree moel (Hull, Chap., page 4) Math69 S8, HM Zhu Outline. No-Arbitrage Evaluation. Its relationship to risk-neutral valuation. A Simple Binomial Moel A stock price

More information

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introuction to Financial Derivatives Week of December n, 3 he Greeks an Wrap-Up Where we are Previously Moeling the Stochastic Process for Derivative Analysis (Chapter 3, OFOD) Black-Scholes-Merton

More information

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introuction to Financial Derivatives Week of December 3 r, he Greeks an Wrap-Up Where we are Previously Moeling the Stochastic Process for Derivative Analysis (Chapter 3, OFOD) Black-Scholes-Merton

More information

Numerical solution of conservation laws applied to the Shallow Water Wave Equations

Numerical solution of conservation laws applied to the Shallow Water Wave Equations Numerical solution of conservation laws applie to the Shallow Water Wave Equations Stephen G Roberts Mathematical Sciences Institute, Australian National University Upate January 17, 2013 (base on notes

More information

On coordinate transformation and grid stretching for sparse grid pricing of basket options

On coordinate transformation and grid stretching for sparse grid pricing of basket options On coordinate transformation and grid stretching for sparse grid pricing of basket options C.C.W. Leentvaar and C.W. Oosterlee Delft University of Technology, Delft Institute of Applied Mathematics, Mekelweg

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

Ch 10. Arithmetic Average Options and Asian Opitons

Ch 10. Arithmetic Average Options and Asian Opitons Ch 10. Arithmetic Average Options an Asian Opitons I. Asian Options an Their Analytic Pricing Formulas II. Binomial Tree Moel to Price Average Options III. Combination of Arithmetic Average an Reset Options

More information

REAL OPTION MODELING FOR VALUING WORKER FLEXIBILITY

REAL OPTION MODELING FOR VALUING WORKER FLEXIBILITY REAL OPTION MODELING FOR VALUING WORKER FLEXIBILITY Harriet Black Nembhar Davi A. Nembhar Ayse P. Gurses Department of Inustrial Engineering University of Wisconsin-Maison 53 University Avenue Maison,

More information

Efficient Numerical Methods for Pricing American Options Under Stochastic Volatility

Efficient Numerical Methods for Pricing American Options Under Stochastic Volatility Efficient Numerical Methos for Pricing American Options Uner Stochastic Volatility Samuli Ikonen, 1 Jari Toivanen 2 1 Norea Markets, Norea FI-00020, Finlan 2 Department of Mathematical Information Technology,

More information

In chapter 5, we approximated the Black-Scholes model

In chapter 5, we approximated the Black-Scholes model Chapter 7 The Black-Scholes Equation In chapter 5, we approximated the Black-Scholes model ds t /S t = µ dt + σ dx t 7.1) with a suitable Binomial model and were able to derive a pricing formula for option

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

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

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 2017 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 2017 14 Lecture 14 November 15, 2017 Derivation of the

More information

Valuing Stock Options: The Black-Scholes-Merton Model. Chapter 13

Valuing Stock Options: The Black-Scholes-Merton Model. Chapter 13 Valuing Stock Options: The Black-Scholes-Merton Model Chapter 13 1 The Black-Scholes-Merton Random Walk Assumption l Consider a stock whose price is S l In a short period of time of length t the return

More information

Affine processes on positive semidefinite matrices

Affine processes on positive semidefinite matrices Affine processes on positive semiefinite matrices Christa Cuchiero (joint work with D. Filipović, E. Mayerhofer an J. Teichmann ) ETH Zürich One-Day Workshop on Portfolio Risk Management, TU Vienna September

More information

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introuction to Financial Derivatives November 4, 213 Option Analysis an Moeling The Binomial Tree Approach Where we are Last Week: Options (Chapter 9-1, OFOD) This Week: Option Analysis an Moeling:

More information

Chapter 5 Finite Difference Methods. Math6911 W07, HM Zhu

Chapter 5 Finite Difference Methods. Math6911 W07, HM Zhu Chapter 5 Finite Difference Methods Math69 W07, HM Zhu References. Chapters 5 and 9, Brandimarte. Section 7.8, Hull 3. Chapter 7, Numerical analysis, Burden and Faires Outline Finite difference (FD) approximation

More information

The Black-Scholes Equation

The Black-Scholes Equation The Black-Scholes Equation MATH 472 Financial Mathematics J. Robert Buchanan 2018 Objectives In this lesson we will: derive the Black-Scholes partial differential equation using Itô s Lemma and no-arbitrage

More information

A Moment Matching Approach to the Valuation of a Volume Weighted Average Price Option

A Moment Matching Approach to the Valuation of a Volume Weighted Average Price Option A Moment Matching Approach to the Valuation of a Volume Weighte Average Price Option Antony William Stace Department of Mathematics, University of Queenslan, Brisbane, Queenslan 472, Australia aws@maths.uq.eu.au

More information

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology FE610 Stochastic Calculus for Financial Engineers Lecture 13. The Black-Scholes PDE Steve Yang Stevens Institute of Technology 04/25/2013 Outline 1 The Black-Scholes PDE 2 PDEs in Asset Pricing 3 Exotic

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

An investment strategy with optimal sharpe ratio

An investment strategy with optimal sharpe ratio The 22 n Annual Meeting in Mathematics (AMM 2017) Department of Mathematics, Faculty of Science Chiang Mai University, Chiang Mai, Thailan An investment strategy with optimal sharpe ratio S. Jansai a,

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

The Black-Scholes Model

The Black-Scholes Model IEOR E4706: Foundations of Financial Engineering c 2016 by Martin Haugh The Black-Scholes Model In these notes we will use Itô s Lemma and a replicating argument to derive the famous Black-Scholes formula

More information

Chapter 14. Exotic Options: I. Question Question Question Question The geometric averages for stocks will always be lower.

Chapter 14. Exotic Options: I. Question Question Question Question The geometric averages for stocks will always be lower. Chapter 14 Exotic Options: I Question 14.1 The geometric averages for stocks will always be lower. Question 14.2 The arithmetic average is 5 (three 5s, one 4, and one 6) and the geometric average is (5

More information

Black-Scholes-Merton Model

Black-Scholes-Merton Model Black-Scholes-Merton Model Weerachart Kilenthong University of the Thai Chamber of Commerce c Kilenthong 2017 Weerachart Kilenthong University of the Thai Chamber Black-Scholes-Merton of Commerce Model

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

Utility Indifference Pricing and Dynamic Programming Algorithm

Utility Indifference Pricing and Dynamic Programming Algorithm Chapter 8 Utility Indifference ricing and Dynamic rogramming Algorithm In the Black-Scholes framework, we can perfectly replicate an option s payoff. However, it may not be true beyond the Black-Scholes

More information

Practical Hedging: From Theory to Practice. OSU Financial Mathematics Seminar May 5, 2008

Practical Hedging: From Theory to Practice. OSU Financial Mathematics Seminar May 5, 2008 Practical Hedging: From Theory to Practice OSU Financial Mathematics Seminar May 5, 008 Background Dynamic replication is a risk management technique used to mitigate market risk We hope to spend a certain

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

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

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 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

Option Pricing Models for European Options

Option Pricing Models for European Options Chapter 2 Option Pricing Models for European Options 2.1 Continuous-time Model: Black-Scholes Model 2.1.1 Black-Scholes Assumptions We list the assumptions that we make for most of this notes. 1. The underlying

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

Equations of Mathematical Finance. Fall 2007

Equations of Mathematical Finance. Fall 2007 Equations of Mathematical Finance Fall 007 Introduction In the early 1970s, Fisher Black and Myron Scholes made a major breakthrough by deriving a differential equation that must be satisfied by the price

More information

Economathematics. Problem Sheet 1. Zbigniew Palmowski. Ws 2 dw s = 1 t

Economathematics. Problem Sheet 1. Zbigniew Palmowski. Ws 2 dw s = 1 t Economathematics Problem Sheet 1 Zbigniew Palmowski 1. Calculate Ee X where X is a gaussian random variable with mean µ and volatility σ >.. Verify that where W is a Wiener process. Ws dw s = 1 3 W t 3

More information

TEACHING NOTE 98-04: EXCHANGE OPTION PRICING

TEACHING NOTE 98-04: EXCHANGE OPTION PRICING TEACHING NOTE 98-04: EXCHANGE OPTION PRICING Version date: June 3, 017 C:\CLASSES\TEACHING NOTES\TN98-04.WPD The exchange option, first developed by Margrabe (1978), has proven to be an extremely powerful

More information

Chapter 9 - Mechanics of Options Markets

Chapter 9 - Mechanics of Options Markets Chapter 9 - Mechanics of Options Markets Types of options Option positions and profit/loss diagrams Underlying assets Specifications Trading options Margins Taxation Warrants, employee stock options, and

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

THE USE OF NUMERAIRES IN MULTI-DIMENSIONAL BLACK- SCHOLES PARTIAL DIFFERENTIAL EQUATIONS. Hyong-chol O *, Yong-hwa Ro **, Ning Wan*** 1.

THE USE OF NUMERAIRES IN MULTI-DIMENSIONAL BLACK- SCHOLES PARTIAL DIFFERENTIAL EQUATIONS. Hyong-chol O *, Yong-hwa Ro **, Ning Wan*** 1. THE USE OF NUMERAIRES IN MULTI-DIMENSIONAL BLACK- SCHOLES PARTIAL DIFFERENTIAL EQUATIONS Hyong-chol O *, Yong-hwa Ro **, Ning Wan*** Abstract The change of numeraire gives very important computational

More information

Pricing American Options Using a Space-time Adaptive Finite Difference Method

Pricing American Options Using a Space-time Adaptive Finite Difference Method Pricing American Options Using a Space-time Adaptive Finite Difference Method Jonas Persson Abstract American options are priced numerically using a space- and timeadaptive finite difference method. The

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

Simple Robust Hedging with Nearby Contracts

Simple Robust Hedging with Nearby Contracts Simple Robust Heging with Nearby Contracts Liuren Wu Zicklin School of Business, Baruch College Jingyi Zhu University of Utah Abstract Most existing heging approaches are base on neutralizing risk exposures

More information

Greek parameters of nonlinear Black-Scholes equation

Greek parameters of nonlinear Black-Scholes equation International Journal of Mathematics and Soft Computing Vol.5, No.2 (2015), 69-74. ISSN Print : 2249-3328 ISSN Online: 2319-5215 Greek parameters of nonlinear Black-Scholes equation Purity J. Kiptum 1,

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

MATH6911: Numerical Methods in Finance. Final exam Time: 2:00pm - 5:00pm, April 11, Student Name (print): Student Signature: Student ID:

MATH6911: Numerical Methods in Finance. Final exam Time: 2:00pm - 5:00pm, April 11, Student Name (print): Student Signature: Student ID: MATH6911 Page 1 of 16 Winter 2007 MATH6911: Numerical Methods in Finance Final exam Time: 2:00pm - 5:00pm, April 11, 2007 Student Name (print): Student Signature: Student ID: Question Full Mark Mark 1

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

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

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

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 Corporate Finance. 5. Options (a refresher)

Advanced Corporate Finance. 5. Options (a refresher) Advanced Corporate Finance 5. Options (a refresher) Objectives of the session 1. Define options (calls and puts) 2. Analyze terminal payoff 3. Define basic strategies 4. Binomial option pricing model 5.

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

Systems of Ordinary Differential Equations. Lectures INF2320 p. 1/48

Systems of Ordinary Differential Equations. Lectures INF2320 p. 1/48 Systems of Ordinary Differential Equations Lectures INF2320 p. 1/48 Lectures INF2320 p. 2/48 ystems of ordinary differential equations Last two lectures we have studied models of the form y (t) = F(y),

More information

PAijpam.eu ANALYTIC SOLUTION OF A NONLINEAR BLACK-SCHOLES EQUATION

PAijpam.eu ANALYTIC SOLUTION OF A NONLINEAR BLACK-SCHOLES EQUATION International Journal of Pure and Applied Mathematics Volume 8 No. 4 013, 547-555 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: http://dx.doi.org/10.173/ijpam.v8i4.4

More information

Approximation Methods in Derivatives Pricing

Approximation Methods in Derivatives Pricing Approximation Methods in Derivatives Pricing Minqiang Li Bloomberg LP September 24, 2013 1 / 27 Outline of the talk A brief overview of approximation methods Timer option price approximation Perpetual

More information

Computational Finance

Computational Finance Computational Finance Raul Kangro Fall 016 Contents 1 Options on one underlying 4 1.1 Definitions and examples.......................... 4 1. Strange things about pricing options.................... 5

More information

Aspects of Financial Mathematics:

Aspects of Financial Mathematics: Aspects of Financial Mathematics: Options, Derivatives, Arbitrage, and the Black-Scholes Pricing Formula J. Robert Buchanan Millersville University of Pennsylvania email: Bob.Buchanan@millersville.edu

More information

A Brief Review of Derivatives Pricing & Hedging

A Brief Review of Derivatives Pricing & Hedging IEOR E4602: Quantitative Risk Management Spring 2016 c 2016 by Martin Haugh A Brief Review of Derivatives Pricing & Hedging In these notes we briefly describe the martingale approach to the pricing of

More information

1 Parameterization of Binomial Models and Derivation of the Black-Scholes PDE.

1 Parameterization of Binomial Models and Derivation of the Black-Scholes PDE. 1 Parameterization of Binomial Models and Derivation of the Black-Scholes PDE. Previously we treated binomial models as a pure theoretical toy model for our complete economy. We turn to the issue of how

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

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

Computational Efficiency and Accuracy in the Valuation of Basket Options. Pengguo Wang 1

Computational Efficiency and Accuracy in the Valuation of Basket Options. Pengguo Wang 1 Computational Efficiency and Accuracy in the Valuation of Basket Options Pengguo Wang 1 Abstract The complexity involved in the pricing of American style basket options requires careful consideration of

More information

FIN FINANCIAL INSTRUMENTS SPRING 2008

FIN FINANCIAL INSTRUMENTS SPRING 2008 FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 The Greeks Introduction We have studied how to price an option using the Black-Scholes formula. Now we wish to consider how the option price changes, either

More information

Price sensitivity to the exponent in the CEV model

Price sensitivity to the exponent in the CEV model U.U.D.M. Project Report 2012:5 Price sensitivity to the exponent in the CEV model Ning Wang Examensarbete i matematik, 30 hp Handledare och examinator: Johan Tysk Maj 2012 Department of Mathematics Uppsala

More information

The Use of Numerical Methods in Solving Pricing Problems for Exotic Financial Derivatives with a Stochastic Volatility

The Use of Numerical Methods in Solving Pricing Problems for Exotic Financial Derivatives with a Stochastic Volatility The Use of Numerical Methods in Solving Pricing Problems for Exotic Financial Derivatives with a Stochastic Volatility Rachael England September 6, 2006 1 Rachael England 2 Declaration I confirm that this

More information

Hedging. MATH 472 Financial Mathematics. J. Robert Buchanan

Hedging. MATH 472 Financial Mathematics. J. Robert Buchanan Hedging MATH 472 Financial Mathematics J. Robert Buchanan 2018 Introduction Definition Hedging is the practice of making a portfolio of investments less sensitive to changes in market variables. There

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

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

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

Probability in Options Pricing

Probability in Options Pricing Probability in Options Pricing Mark Cohen and Luke Skon Kenyon College cohenmj@kenyon.edu December 14, 2012 Mark Cohen and Luke Skon (Kenyon college) Probability Presentation December 14, 2012 1 / 16 What

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

Some Numerical Methods for. Options Valuation

Some Numerical Methods for. Options Valuation Communications in Mathematical Finance, vol.1, no.1, 2012, 51-74 ISSN: 2241-1968 (print), 2241-195X (online) Scienpress Ltd, 2012 Some Numerical Methods for Options Valuation C.R. Nwozo 1 and S.E. Fadugba

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

University of California, Los Angeles Department of Statistics. Final exam 07 June 2013

University of California, Los Angeles Department of Statistics. Final exam 07 June 2013 University of California, Los Angeles Department of Statistics Statistics C183/C283 Instructor: Nicolas Christou Final exam 07 June 2013 Name: Problem 1 (20 points) a. Suppose the variable X follows the

More information

Option Pricing. Chapter Discrete Time

Option Pricing. Chapter Discrete Time Chapter 7 Option Pricing 7.1 Discrete Time In the next section we will discuss the Black Scholes formula. To prepare for that, we will consider the much simpler problem of pricing options when there are

More information

In this lecture we will solve the final-value problem derived in the previous lecture 4, V (1) + rs = rv (t < T )

In this lecture we will solve the final-value problem derived in the previous lecture 4, V (1) + rs = rv (t < T ) MSC FINANCIAL ENGINEERING PRICING I, AUTUMN 2010-2011 LECTURE 5: THE BLACK AND SCHOLES FORMULA AND ITS GREEKS RAYMOND BRUMMELHUIS DEPARTMENT EMS BIRKBECK In this lecture we will solve the final-value problem

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

Risk-Neutral Probabilities

Risk-Neutral Probabilities Debt Instruments an Markets Risk-Neutral Probabilities Concepts Risk-Neutral Probabilities True Probabilities Risk-Neutral Pricing Risk-Neutral Probabilities Debt Instruments an Markets Reaings Tuckman,

More information

Practical example of an Economic Scenario Generator

Practical example of an Economic Scenario Generator Practical example of an Economic Scenario Generator Martin Schenk Actuarial & Insurance Solutions SAV 7 March 2014 Agenda Introduction Deterministic vs. stochastic approach Mathematical model Application

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

25857 Interest Rate Modelling

25857 Interest Rate Modelling 25857 Interest Rate Modelling UTS Business School University of Technology Sydney Chapter 19. Allowing for Stochastic Interest Rates in the Black-Scholes Model May 15, 2014 1/33 Chapter 19. Allowing for

More information

Chapter 14 Exotic Options: I

Chapter 14 Exotic Options: I Chapter 14 Exotic Options: I Question 14.1. The geometric averages for stocks will always be lower. Question 14.2. The arithmetic average is 5 (three 5 s, one 4, and one 6) and the geometric average is

More information

HIGHER ORDER BINARY OPTIONS AND MULTIPLE-EXPIRY EXOTICS

HIGHER ORDER BINARY OPTIONS AND MULTIPLE-EXPIRY EXOTICS Electronic Journal of Mathematical Analysis and Applications Vol. (2) July 203, pp. 247-259. ISSN: 2090-792X (online) http://ejmaa.6te.net/ HIGHER ORDER BINARY OPTIONS AND MULTIPLE-EXPIRY EXOTICS HYONG-CHOL

More information

Merton s Jump-Diffusion Model

Merton s Jump-Diffusion Model Merton s Jump-Diffusion Model Empirically, stock returns tend to have fat tails, inconsistent with the Black-Scholes model s assumptions. Stochastic volatility and jump processes have been proposed to

More information

Homework Assignments

Homework Assignments Homework Assignments Week 1 (p 57) #4.1, 4., 4.3 Week (pp 58-6) #4.5, 4.6, 4.8(a), 4.13, 4.0, 4.6(b), 4.8, 4.31, 4.34 Week 3 (pp 15-19) #1.9, 1.1, 1.13, 1.15, 1.18 (pp 9-31) #.,.6,.9 Week 4 (pp 36-37)

More information

Pricing Implied Volatility

Pricing Implied Volatility Pricing Implied Volatility Expected future volatility plays a central role in finance theory. Consequently, accurate estimation of this parameter is crucial to meaningful financial decision-making. Researchers

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

PDE Methods for Option Pricing under Jump Diffusion Processes

PDE Methods for Option Pricing under Jump Diffusion Processes PDE Methods for Option Pricing under Jump Diffusion Processes Prof Kevin Parrott University of Greenwich November 2009 Typeset by FoilTEX Summary Merton jump diffusion American options Levy Processes -

More information

Binomial model: numerical algorithm

Binomial model: numerical algorithm Binomial model: numerical algorithm S / 0 C \ 0 S0 u / C \ 1,1 S0 d / S u 0 /, S u 3 0 / 3,3 C \ S0 u d /,1 S u 5 0 4 0 / C 5 5,5 max X S0 u,0 S u C \ 4 4,4 C \ 3 S u d / 0 3, C \ S u d 0 S u d 0 / C 4

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

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

Options. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Options

Options. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Options Options An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2014 Definitions and Terminology Definition An option is the right, but not the obligation, to buy or sell a security such

More information

Pricing of Barrier Options Using a Two-Volatility Model

Pricing of Barrier Options Using a Two-Volatility Model U.U.D.M. Project Report 2017:13 Pricing of Barrier Options Using a Two-Volatility Model Konstantinos Papakonstantinou Examensarbete i matematik, 30 hp Handledare: Jacob Lundgren, Itiviti Group AB Ämnesgranskare:

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

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

Rho and Delta. Paul Hollingsworth January 29, Introduction 1. 2 Zero coupon bond 1. 3 FX forward 2. 5 Rho (ρ) 4. 7 Time bucketing 6

Rho and Delta. Paul Hollingsworth January 29, Introduction 1. 2 Zero coupon bond 1. 3 FX forward 2. 5 Rho (ρ) 4. 7 Time bucketing 6 Rho and Delta Paul Hollingsworth January 29, 2012 Contents 1 Introduction 1 2 Zero coupon bond 1 3 FX forward 2 4 European Call under Black Scholes 3 5 Rho (ρ) 4 6 Relationship between Rho and Delta 5

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

Risk Neutral Valuation, the Black-

Risk Neutral Valuation, the Black- Risk Neutral Valuation, the Black- Scholes Model and Monte Carlo Stephen M Schaefer London Business School Credit Risk Elective Summer 01 C = SN( d )-PV( X ) N( ) N he Black-Scholes formula 1 d (.) : cumulative

More information

Accelerated Option Pricing Multiple Scenarios

Accelerated Option Pricing Multiple Scenarios Accelerated Option Pricing in Multiple Scenarios 04.07.2008 Stefan Dirnstorfer (stefan@thetaris.com) Andreas J. Grau (grau@thetaris.com) 1 Abstract This paper covers a massive acceleration of Monte-Carlo

More information