Stochastic Computation in Finance

Size: px
Start display at page:

Download "Stochastic Computation in Finance"

Transcription

1 Stochastic Computation in Finance Chuan-Hsiang Han Dept. of Quantitative Finance, NTHU Dept of Math & CS Education TMUE November 3, 2008

2 Outline History of Math and Finance: Fundamental Problems in Modern Finance Introduction to Monte Carlo Simulations, Importance Sampling and Variance Analysis Application 1: Risk Management Application 2: Credit Derivative Evaluation 1

3 The father of mathematical finance Louis Bachelier ( ) PhD Thesis: Theory of Speculation. March 29,

4 The Study of Brownian Motion 1827 R. Brown 1900 L. Bachelier 1905 A. Einstein 1924 N. Wiener 1931 A. Kolmogoroff P. Levy. K. Ito full development of diffusion processes 3

5 Applications of BM in Finance 1900 L. Bachelier 1959 M. Osborne P. Samuelson F. Black, M. Scholes. 4

6 Black-Scholes Model Under the physical probability space (Ω, F, F t, IP ), there are two assets within an economy: ds t = µs t dt + σs t dw t, (stock) dr t = rdt. (bond) µ: rate of returns. r: risk-free interest rate. σ: volatility (constant). W t : 1-d. standard Brownian Motion. 5

7 Black-Scholes Theory (1) The Option Pricing Problem: P (t, S t ) = IE { e r(t t) H(S T ) F t } defined under the equivalent pricing probability space (Ω, F, F t, IP ), under which the stock follows ds t = rs t dt + σs t dw t. (2) The Hedging Problem: (a martingale representation for perfect replication) P (0, S 0 ) = e rt H(S T ) T 0 P x (s, S s) de rs S s. }{{} Delta 6

8 Black-Scholes Formula Typical payoff functions are nonlinear like H(x) = max{x K, 0} = (x K) + a call. H(x) = max{k x, 0} = (K x) + a put. K is the strike price. The celebrated BS formula for the European call option price is P (t, S t = x) = xn (d 1 ) Ke r(t t) N (d 2 ), where d 1 = ln(x/k)+(r+1 2 σ2 )(T t) d 1 σ T t. σ T t and d 2 = 7

9 Black-Scholes PDE By Feynman-Kac formula, the fair European option price P (t, S t = x) solves a backward linear parabolic-type PDE P t σ2 x 2 2 P x 2 + rx P x rp = 0, P (T, x) = H(x), where x (0, ) and t [0, T ]. 8

10 A Fundamental Problem in Computational Finance Given a probability space and a integrable random variable X, P = E{X}? In most cases, X = H(Y ), where Y : the risky asset price. (stochastic process) H: the payoff function. (nonlinear, irregular) Financial interpretation of P : securities price, hedging coefficient, default probability, etc. 9

11 Basic Monte Carlo Method (I) E{X} S N := 1 N N i=1 X i, where {X i } N i=1 are IID replications of X. Note: 1. S N is an unbiased estimator. E{S N } = E{X}. 2. variance of S N reduces linearly in N. V ar(s N ) = E { (S N E{X}) 2} = σ 2 X /N standard error := σ X. N 10

12 Basic Monte Carlo method (II) By LLNs, S N E{X} with Prob. 1. By an application of CLT, the 95% confidence interval of E{X} is [S N 1.65 σ X, S N N σ X ] N 11

13 Default (Ruin) Probability Estimation D.P. = P {Y > c}, Y N (0, 1) = E { I (Y >c) } 1 N N I (Yi >c) i=1 Matlab Code: Monte Carlo Simulations N=10000; % Sample Size Y=randn(1,N); % Draw N Loss Variates c=2; % default level Y1=Y>c; Default or No Default Default Prob=mean(Y1) % Sample Mean var MC=var(Y1) % Variance std MC=sqrt(var MC/N) % Standard Error 12

14 Numerical Example Let c = 2.5. N P S N Standard Error Q: Can the sample size N be as large as you want in order to increase the accuracy? 13

15 Remarks on Monte Carlo Methods Exact simulation of X = H(Y ) can be difficult. Y is often driven by non-solvable S.D.E. H may be path-dependent. Sample size N must be finite. Algorithms generate finite Pseudo Random Numbers. Improving accuracy of S N becomes important. (Second order effect.) 14

16 Variance Reduction Methods Importance Sampling Variates Method: Antithetic Variates, Control Variates,... 15

17 Principle of Importance Sampling Change of Probability Measure E { I {Y >c} } (giveny N (0, 1)) = 1 2π = 1 2π = 1 2π I {y>c} e y2 /2 dy I {y>c} I {y>c} e y2 /2 e (y µ)2 /2 e (y µ)2 /2 dy } e µ2 /2 {{ e µy } e (y µ)2 /2 dy Likelihood Ratio = E µ { I {Z>c} e µ2 /2 e µz }, where Z N (µ, 1). 16

18 Importance Sampling Matlab Code Z=Y+c; mu=c; Z1=(Z>c).*exp(mu mu. Z); % IS Estimator Default Prab IS=mean(Z1) var IS=var(Z1) std IS=sqrt(var IS/N) 17

19 Recall Default Probability Let c = 2.5 and µ = 2.5. N P S N Standard Error (IS) (IS) (IS) (IS) Remark: One can actually compute the optimal µ by solving a minimizing variance problem. 18

20 c=3; µ = Varince Reduction 19

21 Optimality of Change of Measures DP= E{I {Y >c} } = E µ { I{Z>c} L(Z; µ) } Lemma The variance of the estimator I {Z>c} L(Z; µ) is optimally minimized at µ = c when c is sufficiently large. Proof: 1. direct calculation. 2. by means of Large Deviations Theory. 20

22 High-Dimensional Extension When X is a multivariate normal, the same way of measure change can be proved as optimal! DP= E{I {Y >c} } = E µ { I{Z>c} L(Z; µ) } Theorem The variance of the estimator I {Z>c} L(Z; µ) is optimally minimized at µ = c when each component in the vector c is sufficiently large. Proof: By means of Large Deviations Theory. In fact by Cramer s Theorem. This fact is also true in dynamic models. 21

23 Risk Management: An Inverse Problem D.P. P {Y > c} versus the Value at Risk P {Y > V ar α } = α, where α is given. In finance, V ar α represent the loss level that will not be exceeded with (1 α)% confidence. In math, V ar α is nothing but the solution of an inverse problem. 22

24 Expected Shortfall In fact, VaR does not satisfy the sub-additivity property or risk diversification property in general. One can consider the Coherent risk measure (or expected shortfall, conditional VaR). That is When Y exp( c 2 /2). 2πN ( c) E {Y Y > V ar α }. is standard normal, it is equal to 23

25 Results of Expected Shortfall E {Y Y > c}. Again use change of measure! c BMC Exact Sol. IS (0.0011) (0.0005) (0.0022) (0.0023) (0.0071) (0.0047) (0.0328) (0.0076) 5 NaN NaN (0.0109) 24

26 Link to Current Financial Crisis The event loss greater than some level (Y > c) can model a firm s default before a time (τ < T ), where τ denotes the default time and T is the maturity of a type of contracts called credit derivatives. A Central Problem: How to estimate the joint default probability E {Π n i=1 I(Y i > c i )} = E {Π n i=1 I(τ i < T )}? 25

27 Don t Blame the Quants There are very good reasons for the existence of derivative securities and even mortgagebacked securities. Before the collapse, Carnegie Mellon s alumni in the industry were telling me that the level of complexity in the mortgage-backed securities market had exceeded the limitations of their models. A commentary published by Forbes on Oct. 8, 2008 by Steven Shreve, the Orion Hoch professor of mathematical sciences at Carnegie Mellon University and one of the founders of Carnegie Mellon s bachelor s, master s and Ph.D. programs in quantitative finance. 26

28 Don t Blame the Quants (Cont.) But in most banks, the quants are not the decision-makers. When they issue warnings that stand in the way of profits, they are quickly brushed aside. 27

29 Introduction of Credit Derivatives A contract between two parties whose values are contingent on the creditworthiness of underlying asset (s). Single-name: only one reference asset, like CDS (Credit Default Swaps). Multi-name: several assets in one basket, like CDO (Collateralized Debt Obligations) or BDS (Basket Default Swaps). 28

30 Interest Rate and Currency IR/Currency Outstandings (USD) 500,000B 400,000B 300,000B 200,000B 100,000B 0B ISDA Market Survey 29

31 Credit Default Swap Credit Default Swap Outstandings (USD) 65,000B 52,000B 39,000B 26,000B 13,000B 0B H ISDA Market Survey 30

32 Source: Securities Industry and Financial Markets Association. 31

33 A Example: CDS Evaluation premium = IE {(1 R) B(0, τ) I(τ < T )} / IE N j=1 τ t j 1 j 1, j B(0, τ) I(t j 1 < τ t j ) t j t j 1 Notations: τ: default time, R: recovery rate, B(0, t): discount factor, j 1, j : time increment. 32

34 Characterization of Default Events Gaussian Copula Factor Model (Laurent and Gregory (2003)) = = = {τ i = Fi 1 (Φ(W i )) T } { W i = ρ i Z 0 + Z 0 Φ 1 (F i (T )) 1 ρ 2 i Z i Φ 1 (F i (T )) ρ i Z i Φ 1 (F i (T )) ρ i z 0 1 ρ 2 i } 1 ρ 2 i z i whenz i = z i whenz 0 = z 0. 33

35 Conditional Importance Sampling Joint D.P. IE { ni=1 1 (τi T )} = (1) Conditional on common factor IE ĨE (u 1,,u n ) Π n i=1 1 (Z i c i ρ i Z 0) Πn i=1 L(Z i; u i ) Z 0 1 ρ 2 i (2) Conditional on marginal factors IE ĨE Π n i=1 1 Z0 c i 1 ρ 2 i Z i ρ i L(Z o ; u) Z 1,, Z n 34

36 Estimating Default Leg of BDS: I 95% confidence intervals of basic Monte Carlo and importance sampling conditional on marginal factors, given increasing reciprocal of intensities. (τ is an order statistic.) 35

37 Estimating Default Leg of BDS: II 95% confidence intervals of basic Monte Carlo and importance sampling conditional on the common factor, given increasing reciprocal of intensities. (τ is an order statistic.) 36

38 Another Credit Risk Modeling: Structural Form Approach Multi-Names Dynamics: for 1 i n ds it = µ i S it dt + σ i S it dw it, d W it, W jt = ρij dt. Each default time τ i for the i th name is defined as τ i = inf{t 0 : S it B i }, where B i denotes the i th debt level. The i th default event is defined as {τ i T }. 37

39 Structural Form Approach: Review Merton (1974) applied Black-Scholes Option Theory (1973). Default time only happens at maturity. Black and Cox (1976) proposed the first passage time problem (1-dim) to model default event. Zhou (2001) extended to 2-dim case. Vestal, Carmona, Fouque (2008) Interacting Particle Systems: multi-names. 38

40 Joint Default Probability: First Passage Time Problem Q: How to compute DP = IE { Π n i=1 I (τ i T )}? Explicit Formulas exist for 1 and 2 names cases so far...(no mention for stochastic correlation/volaility...) 39

41 Multi-Dimensional Girsanov Theorem Given a Radon-Nikodym derivative, dip dĩp = Q T = exp ( T 0 h(s, S s) d W s 1 2 T such that W t = W t + t 0 h(s, S s )ds is a vector of Brownian motions under ĨP. 0 h(s, S s) 2 ds ) 40

42 Monte Carlo Simulations: Importance Sampling An importance sampling method is to select a constant vector h = (h 1,, h n ) to satisfy the following n conditions ĨE {S it F 0 } = B i, i = 1,, n. Each h i can be uniquely determined by the linear system Σ i j=1 ρ ijh j = µ i σ ln B i/s i0 i σ i T so that DP = ĨE { Π n i=1 I (τ i T ) Q T }. 41

43 Trajectories under different measures Single Name Case 42

44 Single Name Default Probability B BMC Exact Sol Importance Sampling (0.0028) (0.0016) 20 0 (0) ( ) 1 0 (0) ( ) Number of simulations are 10 4 and the Euler discretization takes time step size T/400, where T is one year. Other parameters are S 0 = 100, µ = 0.05 and σ = 0.4. Standard errors are shown in parenthesis. 43

45 The Optimal Variance Reduction: A Numerical Evidence 10 50!(") vs P B (T), B = !(") P B (T) !10 10!20 10! " 44

46 Three-Names Joint Default Probability ρ BMC Importance Sampling ( ) ( ) ( ) ( ) (0) ( ) Parameters are S 10 = S 20 = S 30 = 100, µ 1 = µ 2 = µ 3 = 0.05, σ 1 = σ 2 = 0.4, σ 3 = 0.3 and B 1 = B 2 = 50, B 3 = 60. Effect of Correlations! Debt to Asset-Value Ratios (B i /S i0 ) are not small. 45

47 In fact, the choice of our new measure is optimal in Large Deviations Theory regardless of the dimensions and moments. So our importance sampling is efficient! 46

48 Some Mathematical Issues Remain Modeling default time Modeling correlations between default times Incorporate more realistic situations 47

49 Conclusion Introduction of mathematical theory in financial applications. Introduction of a stochastic computation: Monte Carlo simulations and importance sampling. Financial applications in option pricing, default probability, risk management, and credit derivatives. 48

50 We enter an era of high-dimensional and structured finance. Welcome!

51 Thank You for Your Patience! 49

VaR Estimation under Stochastic Volatility Models

VaR Estimation under Stochastic Volatility Models VaR Estimation under Stochastic Volatility Models Chuan-Hsiang Han Dept. of Quantitative Finance Natl. Tsing-Hua University TMS Meeting, Chia-Yi (Joint work with Wei-Han Liu) December 5, 2009 Outline Risk

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

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

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

STOCHASTIC CALCULUS AND BLACK-SCHOLES MODEL

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

More information

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

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS

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

More information

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

Lévy models in finance

Lévy models in finance Lévy models in finance Ernesto Mordecki Universidad de la República, Montevideo, Uruguay PASI - Guanajuato - June 2010 Summary General aim: describe jummp modelling in finace through some relevant issues.

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

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

Risk Neutral Measures

Risk Neutral Measures CHPTER 4 Risk Neutral Measures Our aim in this section is to show how risk neutral measures can be used to price derivative securities. The key advantage is that under a risk neutral measure the discounted

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

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

Basic Arbitrage Theory KTH Tomas Björk

Basic Arbitrage Theory KTH Tomas Björk Basic Arbitrage Theory KTH 2010 Tomas Björk Tomas Björk, 2010 Contents 1. Mathematics recap. (Ch 10-12) 2. Recap of the martingale approach. (Ch 10-12) 3. Change of numeraire. (Ch 26) Björk,T. Arbitrage

More information

BIRKBECK (University of London) MSc EXAMINATION FOR INTERNAL STUDENTS MSc FINANCIAL ENGINEERING DEPARTMENT OF ECONOMICS, MATHEMATICS AND STATIS- TICS

BIRKBECK (University of London) MSc EXAMINATION FOR INTERNAL STUDENTS MSc FINANCIAL ENGINEERING DEPARTMENT OF ECONOMICS, MATHEMATICS AND STATIS- TICS BIRKBECK (University of London) MSc EXAMINATION FOR INTERNAL STUDENTS MSc FINANCIAL ENGINEERING DEPARTMENT OF ECONOMICS, MATHEMATICS AND STATIS- TICS PRICING EMMS014S7 Tuesday, May 31 2011, 10:00am-13.15pm

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

Stochastic Processes and Stochastic Calculus - 9 Complete and Incomplete Market Models

Stochastic Processes and Stochastic Calculus - 9 Complete and Incomplete Market Models Stochastic Processes and Stochastic Calculus - 9 Complete and Incomplete Market Models Eni Musta Università degli studi di Pisa San Miniato - 16 September 2016 Overview 1 Self-financing portfolio 2 Complete

More information

Pricing theory of financial derivatives

Pricing theory of financial derivatives Pricing theory of financial derivatives One-period securities model S denotes the price process {S(t) : t = 0, 1}, where S(t) = (S 1 (t) S 2 (t) S M (t)). Here, M is the number of securities. At t = 1,

More information

From Discrete Time to Continuous Time Modeling

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

More information

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

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

25857 Interest Rate Modelling

25857 Interest Rate Modelling 25857 UTS Business School University of Technology Sydney Chapter 20. Change of Numeraire May 15, 2014 1/36 Chapter 20. Change of Numeraire 1 The Radon-Nikodym Derivative 2 Option Pricing under Stochastic

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

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

Mathematics in Finance

Mathematics in Finance Mathematics in Finance Steven E. Shreve Department of Mathematical Sciences Carnegie Mellon University Pittsburgh, PA 15213 USA shreve@andrew.cmu.edu A Talk in the Series Probability in Science and Industry

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

Change of Measure (Cameron-Martin-Girsanov Theorem)

Change of Measure (Cameron-Martin-Girsanov Theorem) Change of Measure Cameron-Martin-Girsanov Theorem Radon-Nikodym derivative: Taking again our intuition from the discrete world, we know that, in the context of option pricing, we need to price the claim

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

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

Introduction to Financial Mathematics

Introduction to Financial Mathematics Department of Mathematics University of Michigan November 7, 2008 My Information E-mail address: marymorj (at) umich.edu Financial work experience includes 2 years in public finance investment banking

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

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

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

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

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

Lecture 17. The model is parametrized by the time period, δt, and three fixed constant parameters, v, σ and the riskless rate r. Lecture 7 Overture to continuous models Before rigorously deriving the acclaimed Black-Scholes pricing formula for the value of a European option, we developed a substantial body of material, in continuous

More information

GRANULARITY ADJUSTMENT FOR DYNAMIC MULTIPLE FACTOR MODELS : SYSTEMATIC VS UNSYSTEMATIC RISKS

GRANULARITY ADJUSTMENT FOR DYNAMIC MULTIPLE FACTOR MODELS : SYSTEMATIC VS UNSYSTEMATIC RISKS GRANULARITY ADJUSTMENT FOR DYNAMIC MULTIPLE FACTOR MODELS : SYSTEMATIC VS UNSYSTEMATIC RISKS Patrick GAGLIARDINI and Christian GOURIÉROUX INTRODUCTION Risk measures such as Value-at-Risk (VaR) Expected

More information

Exam Quantitative Finance (35V5A1)

Exam Quantitative Finance (35V5A1) Exam Quantitative Finance (35V5A1) Part I: Discrete-time finance Exercise 1 (20 points) a. Provide the definition of the pricing kernel k q. Relate this pricing kernel to the set of discount factors D

More information

Continuous Processes. Brownian motion Stochastic calculus Ito calculus

Continuous Processes. Brownian motion Stochastic calculus Ito calculus Continuous Processes Brownian motion Stochastic calculus Ito calculus Continuous Processes The binomial models are the building block for our realistic models. Three small-scale principles in continuous

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

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

- 1 - **** d(lns) = (µ (1/2)σ 2 )dt + σdw t - 1 - **** These answers indicate the solutions to the 2014 exam questions. Obviously you should plot graphs where I have simply described the key features. It is important when plotting graphs to label

More information

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

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

More information

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

Stochastic Runge Kutta Methods with the Constant Elasticity of Variance (CEV) Diffusion Model for Pricing Option

Stochastic Runge Kutta Methods with the Constant Elasticity of Variance (CEV) Diffusion Model for Pricing Option Int. Journal of Math. Analysis, Vol. 8, 2014, no. 18, 849-856 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2014.4381 Stochastic Runge Kutta Methods with the Constant Elasticity of Variance

More information

Theoretical Problems in Credit Portfolio Modeling 2

Theoretical Problems in Credit Portfolio Modeling 2 Theoretical Problems in Credit Portfolio Modeling 2 David X. Li Shanghai Advanced Institute of Finance (SAIF) Shanghai Jiaotong University(SJTU) November 3, 2017 Presented at the University of South California

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

INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS. Jakša Cvitanić and Fernando Zapatero

INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS. Jakša Cvitanić and Fernando Zapatero INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS Jakša Cvitanić and Fernando Zapatero INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS Table of Contents PREFACE...1

More information

Estimating Joint Default Probability by Efficient Importance Sampling with Applications from Bottom Up

Estimating Joint Default Probability by Efficient Importance Sampling with Applications from Bottom Up Estimating Joint Default Probability by Efficient Importance Sampling with Applications from Bottom Up Chuan-Hsiang Han October 6, 2009 Abstract his paper provides a unified approach to estimate the probability

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam.

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

More information

An Introduction to Stochastic Calculus

An Introduction to Stochastic Calculus An Introduction to Stochastic Calculus Haijun Li lih@math.wsu.edu Department of Mathematics Washington State University Week 2-3 Haijun Li An Introduction to Stochastic Calculus Week 2-3 1 / 24 Outline

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

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

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

We discussed last time how the Girsanov theorem allows us to reweight probability measures to change the drift in an SDE.

We discussed last time how the Girsanov theorem allows us to reweight probability measures to change the drift in an SDE. Risk Neutral Pricing Thursday, May 12, 2011 2:03 PM We discussed last time how the Girsanov theorem allows us to reweight probability measures to change the drift in an SDE. This is used to construct a

More information

Stochastic modelling of electricity markets Pricing Forwards and Swaps

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

More information

Lecture 8: The Black-Scholes theory

Lecture 8: The Black-Scholes theory Lecture 8: The Black-Scholes theory Dr. Roman V Belavkin MSO4112 Contents 1 Geometric Brownian motion 1 2 The Black-Scholes pricing 2 3 The Black-Scholes equation 3 References 5 1 Geometric Brownian motion

More information

THE MARTINGALE METHOD DEMYSTIFIED

THE MARTINGALE METHOD DEMYSTIFIED THE MARTINGALE METHOD DEMYSTIFIED SIMON ELLERSGAARD NIELSEN Abstract. We consider the nitty gritty of the martingale approach to option pricing. These notes are largely based upon Björk s Arbitrage Theory

More information

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

Valuation of performance-dependent options in a Black- Scholes framework Valuation of performance-dependent options in a Black- Scholes framework Thomas Gerstner, Markus Holtz Institut für Numerische Simulation, Universität Bonn, Germany Ralf Korn Fachbereich Mathematik, TU

More information

Credit Risk Models with Filtered Market Information

Credit Risk Models with Filtered Market Information Credit Risk Models with Filtered Market Information Rüdiger Frey Universität Leipzig Bressanone, July 2007 ruediger.frey@math.uni-leipzig.de www.math.uni-leipzig.de/~frey joint with Abdel Gabih and Thorsten

More information

BROWNIAN MOTION Antonella Basso, Martina Nardon

BROWNIAN MOTION Antonella Basso, Martina Nardon BROWNIAN MOTION Antonella Basso, Martina Nardon basso@unive.it, mnardon@unive.it Department of Applied Mathematics University Ca Foscari Venice Brownian motion p. 1 Brownian motion Brownian motion plays

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

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

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 Weighted Average Price Option Antony Stace Department of Mathematics and MASCOS University of Queensland 15th October 2004 AUSTRALIAN RESEARCH COUNCIL

More information

Handbook of Financial Risk Management

Handbook of Financial Risk Management Handbook of Financial Risk Management Simulations and Case Studies N.H. Chan H.Y. Wong The Chinese University of Hong Kong WILEY Contents Preface xi 1 An Introduction to Excel VBA 1 1.1 How to Start Excel

More information

Lecture 3: Review of mathematical finance and derivative pricing models

Lecture 3: Review of mathematical finance and derivative pricing models Lecture 3: Review of mathematical finance and derivative pricing models Xiaoguang Wang STAT 598W January 21th, 2014 (STAT 598W) Lecture 3 1 / 51 Outline 1 Some model independent definitions and principals

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

Monte Carlo Methods in Finance

Monte Carlo Methods in Finance Monte Carlo Methods in Finance Peter Jackel JOHN WILEY & SONS, LTD Preface Acknowledgements Mathematical Notation xi xiii xv 1 Introduction 1 2 The Mathematics Behind Monte Carlo Methods 5 2.1 A Few Basic

More information

Valuation of derivative assets Lecture 8

Valuation of derivative assets Lecture 8 Valuation of derivative assets Lecture 8 Magnus Wiktorsson September 27, 2018 Magnus Wiktorsson L8 September 27, 2018 1 / 14 The risk neutral valuation formula Let X be contingent claim with maturity T.

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

Arbitrage, Martingales, and Pricing Kernels

Arbitrage, Martingales, and Pricing Kernels Arbitrage, Martingales, and Pricing Kernels Arbitrage, Martingales, and Pricing Kernels 1/ 36 Introduction A contingent claim s price process can be transformed into a martingale process by 1 Adjusting

More information

Risk Minimization Control for Beating the Market Strategies

Risk Minimization Control for Beating the Market Strategies Risk Minimization Control for Beating the Market Strategies Jan Večeř, Columbia University, Department of Statistics, Mingxin Xu, Carnegie Mellon University, Department of Mathematical Sciences, Olympia

More information

Stochastic Volatility

Stochastic Volatility Stochastic Volatility A Gentle Introduction Fredrik Armerin Department of Mathematics Royal Institute of Technology, Stockholm, Sweden Contents 1 Introduction 2 1.1 Volatility................................

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

"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

Continuous time; continuous variable stochastic process. We assume that stock prices follow Markov processes. That is, the future movements in a

Continuous time; continuous variable stochastic process. We assume that stock prices follow Markov processes. That is, the future movements in a Continuous time; continuous variable stochastic process. We assume that stock prices follow Markov processes. That is, the future movements in a variable depend only on the present, and not the history

More information

FINANCIAL OPTION ANALYSIS HANDOUTS

FINANCIAL OPTION ANALYSIS HANDOUTS FINANCIAL OPTION ANALYSIS HANDOUTS 1 2 FAIR PRICING There is a market for an object called S. The prevailing price today is S 0 = 100. At this price the object S can be bought or sold by anyone for any

More information

Pricing Variance Swaps under Stochastic Volatility Model with Regime Switching - Discrete Observations Case

Pricing Variance Swaps under Stochastic Volatility Model with Regime Switching - Discrete Observations Case Pricing Variance Swaps under Stochastic Volatility Model with Regime Switching - Discrete Observations Case Guang-Hua Lian Collaboration with Robert Elliott University of Adelaide Feb. 2, 2011 Robert Elliott,

More information

Martingale Approach to Pricing and Hedging

Martingale Approach to Pricing and Hedging Introduction and echniques Lecture 9 in Financial Mathematics UiO-SK451 Autumn 15 eacher:s. Ortiz-Latorre Martingale Approach to Pricing and Hedging 1 Risk Neutral Pricing Assume that we are in the basic

More information

Computational Finance. Computational Finance p. 1

Computational Finance. Computational Finance p. 1 Computational Finance Computational Finance p. 1 Outline Binomial model: option pricing and optimal investment Monte Carlo techniques for pricing of options pricing of non-standard options improving accuracy

More information

Local vs Non-local Forward Equations for Option Pricing

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

More information

Stochastic Modelling in Finance

Stochastic Modelling in Finance in Finance Department of Mathematics and Statistics University of Strathclyde Glasgow, G1 1XH April 2010 Outline and Probability 1 and Probability 2 Linear modelling Nonlinear modelling 3 The Black Scholes

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

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

A No-Arbitrage Theorem for Uncertain Stock Model

A No-Arbitrage Theorem for Uncertain Stock Model Fuzzy Optim Decis Making manuscript No (will be inserted by the editor) A No-Arbitrage Theorem for Uncertain Stock Model Kai Yao Received: date / Accepted: date Abstract Stock model is used to describe

More information

Continuous Time Finance. Tomas Björk

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

More information

MATH4143: Scientific Computations for Finance Applications Final exam Time: 9:00 am - 12:00 noon, April 18, Student Name (print):

MATH4143: Scientific Computations for Finance Applications Final exam Time: 9:00 am - 12:00 noon, April 18, Student Name (print): MATH4143 Page 1 of 17 Winter 2007 MATH4143: Scientific Computations for Finance Applications Final exam Time: 9:00 am - 12:00 noon, April 18, 2007 Student Name (print): Student Signature: Student ID: Question

More information

Basic Concepts in Mathematical Finance

Basic Concepts in Mathematical Finance Chapter 1 Basic Concepts in Mathematical Finance In this chapter, we give an overview of basic concepts in mathematical finance theory, and then explain those concepts in very simple cases, namely in the

More information

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

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

More information

M.I.T Fall Practice Problems

M.I.T Fall Practice Problems M.I.T. 15.450-Fall 2010 Sloan School of Management Professor Leonid Kogan Practice Problems 1. Consider a 3-period model with t = 0, 1, 2, 3. There are a stock and a risk-free asset. The initial stock

More information

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

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

More information

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

Lecture 3. Sergei Fedotov Introduction to Financial Mathematics. Sergei Fedotov (University of Manchester) / 6 Lecture 3 Sergei Fedotov 091 - Introduction to Financial Mathematics Sergei Fedotov (University of Manchester) 091 010 1 / 6 Lecture 3 1 Distribution for lns(t) Solution to Stochastic Differential Equation

More information

Lecture Notes for Chapter 6. 1 Prototype model: a one-step binomial tree

Lecture Notes for Chapter 6. 1 Prototype model: a one-step binomial tree Lecture Notes for Chapter 6 This is the chapter that brings together the mathematical tools (Brownian motion, Itô calculus) and the financial justifications (no-arbitrage pricing) to produce the derivative

More information

************* with µ, σ, and r all constant. We are also interested in more sophisticated models, such as:

************* with µ, σ, and r all constant. We are also interested in more sophisticated models, such as: Continuous Time Finance Notes, Spring 2004 Section 1. 1/21/04 Notes by Robert V. Kohn, Courant Institute of Mathematical Sciences. For use in connection with the NYU course Continuous Time Finance. This

More information

Financial Risk Management

Financial Risk Management Financial Risk Management Professor: Thierry Roncalli Evry University Assistant: Enareta Kurtbegu Evry University Tutorial exercices #4 1 Correlation and copulas 1. The bivariate Gaussian copula is given

More information

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

The Heston Model. B.Sc. Thesis. - Stochastic Volatility and Approximation - Author Patrik Karlsson, B.Sc. Thesis The Heston Model - Stochastic Volatility and Approximation - Author Patrik Karlsson, d04kp@student.lth.se Supervisor Birger Nilsson (Department of Economics, Lund University) Abstract The

More information

Hedging under Arbitrage

Hedging under Arbitrage Hedging under Arbitrage Johannes Ruf Columbia University, Department of Statistics Modeling and Managing Financial Risks January 12, 2011 Motivation Given: a frictionless market of stocks with continuous

More information

Basic Concepts and Examples in Finance

Basic Concepts and Examples in Finance Basic Concepts and Examples in Finance Bernardo D Auria email: bernardo.dauria@uc3m.es web: www.est.uc3m.es/bdauria July 5, 2017 ICMAT / UC3M The Financial Market The Financial Market We assume there are

More information

Managing Systematic Mortality Risk in Life Annuities: An Application of Longevity Derivatives

Managing Systematic Mortality Risk in Life Annuities: An Application of Longevity Derivatives Managing Systematic Mortality Risk in Life Annuities: An Application of Longevity Derivatives Simon Man Chung Fung, Katja Ignatieva and Michael Sherris School of Risk & Actuarial Studies University of

More information

Dynamic Hedging and PDE Valuation

Dynamic Hedging and PDE Valuation Dynamic Hedging and PDE Valuation Dynamic Hedging and PDE Valuation 1/ 36 Introduction Asset prices are modeled as following di usion processes, permitting the possibility of continuous trading. This environment

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