Stochastic Modelling Unit 3: Brownian Motion and Diffusions

Size: px
Start display at page:

Download "Stochastic Modelling Unit 3: Brownian Motion and Diffusions"

Transcription

1 Stochastic Modelling Unit 3: Brownian Motion and Diffusions Russell Gerrard and Douglas Wright Cass Business School, City University, London June 2004 Contents of Unit 3 1 Introduction 2 Brownian Motion 3 Lévy Processes 4 Diffusions 5 Stochastic Calculus 1 Introduction 1.1 General The processes examined in this module all have continuous state space and operate in continuous time. The situations which are commonly modelled by such processes include those for which the quantity observed are continuously monitored and can undergo change at any time, especially in cases where a rapid response may be essential, such as security prices. In recent times greater interest has been focused on the use of processes related to Brownian motion in areas like forecasting and control of markets. The Black-Scholes equation is a case in point. 1.2 Contents We shall begin by reviewing the random walk and its properties, in preparation for deriving Brownian motion from it by a limiting procedure. 1

2 Some of the properties of Brownian motion will be examined. It is seen that Brownian motion itself is unsuitable as a financial model, but simple transformations such as the general Wiener process and the geometric Brownian motion (or lognormal Wiener process) are popular. We investigate such problems as the probability that a Wiener process hits a particular value within a specified time limit. On the practical side, the problem of finding the right Wiener model to suit your data is addressed. Even a geometric Brownian motion, being continuous, cannot model sudden jumps in market prices. We combine Wiener processes with compound Poisson processes to form a very broad class of models known as L evy processes. Neither Brownian motion nor the Wiener process is stationary; we introduce the Ornstein-Uhlenbeck process as a stationary model related to Brownian motion. This in turn serves as a first look at the class of diffusions. Some properties of diffusions may best be addressed by expressing them in the form of stochastic differential equations. The idea of a stochastic integral will be introduced, and we shall investigate the uses of SDEs. 2 Brownian motion 2.1 From random walk to Brownian Motion The basic random walk is well understood: X n+1 = X n + J n+1, where the J n are all ±1 with probability 1 2 each. If we assume that X 0 = 0, then so that X n = n J i, IEX n = niej i = 0, and Var(X n ) = nvar(j i ) = n. We change the random walk, so that it jumps twice as often (at times 0.5, 1, 1.5,...), but not by so much (variance only 1 2 ). By time 1 the RW has made 2 jumps, each of mean 0, variance 0.5, so the overall variance is

3 Repeat the trick: the chain jumps at 0.25, 0.5, 0.75,..., and the jump height is now ±0.5, with variance Mean is still 0, variance 1 at time 1. Continue to do this. At the kth stage X(t) is the sum of 2 k t variables, each with variance 2 k. In the limit the distribution is Normal (cf Central Limit Theorem). The resulting process is Brownian motion. 2.2 Properties of Brownian motion Brownian motion, denoted by B(t), inherits the properties of the SSRW: 1. B(0) = 0 2. IEB(t) = 0 3. VarB(t) = t 4. B(t + s) B(t) is independent of B(t) (and indeed of H t ) and has the same distribution as B(s). (In other words, BM has stationary, independent increments) 5. Cov(B(s), B(t)) = min(s, t) 6. B possesses the Markov property: given B(t), the values of B before time t are irrelevant when predicting the future behaviour of B. 7. B possesses the martingale property: IE[B(t + s) H t ] = B(t). 8. B is recurrent, returning infinitely often to 0 (or any other level). In addition 9. B(t) is normally distributed 10. The trajectory of B is continuous. Any Gaussian stochastic process is fully determined by its mean, variance and covariance functions. Therefore 11. B 1 (t) = 1 c B(ct) is a Brownian motion, for any c > 0. (This is the scaling property.) 12. B 2 (t) = tb( 1 ) is a Brownian motion. (This is the time inversion property.) t The trajectory of B is not smooth. It is not differentiable anywhere. Any small piece of a Brownian motion trajectory, if expanded, looks like the whole trajectory. (Rather like fractals.) 2.3 Time to hit a point The probability that B has hit a (where a > 0) some time before t is 2P(B(t) > a) = 2Φ( a/ t). This is derived from the Reflection Principle: if B hits a before t, then at time t the Brownian motion is equally likely to be above or below a. We can deduce the density function of the first time to hit a: f Ta (t) = a ( ) exp a2 (t > 0). 2πt 3 2t As for the random walk, the expectation is infinite. 3

4 2.4 Wiener process B(t) is standard Brownian motion. We can add drift (µ) and scale (σ) to get a process I shall call this a Wiener process. W t = µt + σb(t). It is more flexible than standard BM as a model. Parameters µ and σ may be estimated by considering the observed distribution of increments. The fit of the model may be tested by testing the increments for normality testing for lack of dependence on the current value testing for correlation between successive increments The density of the hitting time of W on a(> 0) is ) a f Ta (t) = ( σ 2πt exp (a µt)2 3 2σ 2 t (t > 0). We can integrate f to show that W is certain to hit a if drift µ 0, but if µ < 0 the probability is e 2aµ. 2.5 Geometric Brownian motion A model which is frequently used for modelling the behaviour of a variety of assets is geometric Brownian motion (or the lognormally distributed Wiener process): S t = S 0 e Wt = S 0 e µt+σb(t). In order to fit a GBM to a set of data, just fit a Wiener process model to log S t. Notice that ( [ IES t = S 0 e µt IEe σb(t) = S 0 exp µ + 1 ] ) 2 σ2 t. If we assume that the price of an asset behaves like a martingale, then we must have µ+ 1 2 σ2 = Simple option pricing The value of a European option depends on the price S t of the underlying asset at the time t when the contract falls due, and in particular on whether the price is higher or lower than the exercise price c. 4

5 An option to purchase a unit at price c at time t will have value S t c at time t if S t > c, no value otherwise. The value of the option at time s will be IE[(S t c) + H s ]. If S t is a GBM, then and therefore where IE[(S t c) + H s ] = S t = S s e µ(t s)+σb(t s), z 0 ( ) S s e µ(t s)+σz t s c φ(z) dz, z 0 = µ(t s) + log(c/s s) σ t s and where φ is the standard Normal density. This integral is not hard to evaluate: IE[(S t c) + H s ] = S s e (µ+σ2 /2)(t s) Φ( z 0 + σ t s) cφ( z 0 ) American options are harder to handle. It is not just a question of finding the maximum value of S over the period up to time t, as the time when this occurs is not a stopping time. 2.7 The Ornstein-Uhlenbeck process A process related to Brownian motion, but stationary. Used for modelling processes which have a tendency to drift towards 0. We introduce it as a stationary, zero-mean Gaussian process with variance τ 2 and autocovariance function Cov(U s, U t ) = τ 2 e γ t s. It has the Markov property. A stationary distribution exists as long as γ > 0. Notice that, if U is observed only at discrete times 1, 2,..., then Corr(X t, X t+k ) = α k where α = e γ. Therefore U is an AR(1) if observed at discrete times, and may be seen as a generalisation of AR(1) to continuous time. 2.8 Planar white noise Like a Gaussian version of a 2-d Poisson process. Every region in the quadrant has a random area, Normally distributed with mean 0, variance equal to its area. We can define B(t) as the random area of the rectangle joining (0, 0) to (1, t). The Ornstein-Uhlenbeck process can be thought of as the random area of the rectangle from (0,0) to (τe γt, τe γt ). This formulation is sometimes useful for visualisation and for evaluation of covariances. 5

6 3 Lévy Processes 3.1 Introduction Brownian motion and simple transformations of it are continuous. Large jumps in short intervals are very rare. We need a model with larger jumps, at random times. A Lévy process is any continuous-time process with stationary, independent increments. Brownian motion and the Poisson process are examples. 3.2 Decomposition The definition is quite restrictive. For example, the distribution of X(t) must be infinitely divisible. In fact, every Lévy process is the sum of: a deterministic part µt a continuous random part σb(t) a discontinuous random part J(t) B(t) is standard BM. J(t) is essentially a compound Poisson process: in any time interval (t, t + s) the number of jumps of height > x has a Poisson distribution with mean sν + (x) for some function ν +. Negative jumps are also permitted, with corresponding ν (x). The definition permits ν ± (x) as x 0, giving a process more complicated than compound Poisson. 3.3 Fitting a Lévy process model A LP model is usually introduced only because of occasional large deviations, so we need not worry about infinitely many jumps. This means that J really is a compound PP. But there are problems: the process is observed only occasionally; we cannot tell if a large deviation is due to a jump or an unusual Normal variate. if a time interval contains a jump, it also contains Normal variation; how much of the deviation is due to the jump? small jumps might be occurring quite frequently, unnoticed because of the noise. Usually we would guess a parametric distribution for jump sizes (eg double exponential or Normal), then try to estimate simultaneously the parameters µ and σ, the rate λ of the Poisson process and the parameters of the jump size distribution. The estimation process can be unreliable. 6

7 4 Diffusions 4.1 Introduction A Wiener process has drift and volatility, but they are constant. A diffusion is similar, but with varying drift and volatility: it is a continuous Markov process such that (for small h) X t+h X t has expectation hµ(x) and variance hσ 2 (x), given X t = x. Time-inhomogeneous diffusions permit µ(t, x) and σ 2 (t, x). Example: GBM. Given S t = s = e µt+σb(t), we have with expectation and variance S t+h s = s(e µh+σ[b(t+h) B(t)] 1), s(e µh+σ2 h/2 1) s 2 e 2µh (e 2σ2h e σ2h ). Taking limits as h 0, we have µ(s) = s (µ + 12 ) σ2 and σ 2 (s) = s 2 σ 2. Example: Vasicek model for interest rate. µ(r) = α(b r), σ(r) = σ. This is esentially an O-U process which is drawn towards b rather than towards Diffusion approximation A diffusion is often used as a continuous approximation to a discontinuous process. Example: Birth, death and immigration process. If X t = x then X t+h X t is +1 with prob. (α + xβ)h, 1 with prob. xδh, 0 otherwise. This gives µ(x) = α + x(β δ), σ 2 (x) = α + x(β + δ). The use of an approximation must always be justified. 4.3 Transition density Many of the properties of Markov jump processes carry over, with allowance for continuous states. Examples are the Chapman-Kolmogorov equations and the Kolmogorov differential equations. Both of these affect the transition density p t (x, y), defined by P(x < X s+t < x + dx X s = y) = p t (x, y)dx + o(dx). In some cases the transition density may be evaluated. 7

8 4.4 Long-term properties As for discrete state space, it is possible that the distribution of X t converges. The limit will be a continuous distribution on a range [K, K + ], say, possibly with a density function, π(y). If so, then d dy {σ2 (y)π(y)} = 2µ(y)π(y), and of course π(y) dy = 1. Example: Ornstein-Uhlenbeck process. Using the autocovariance function, we have and IE[U t+h U t U t = x] = (e γh 1)x Var(U t+h U t U t = x) = τ 2 (1 e 2γh ). Therefore µ(x) = γx, σ(x) = σ, where σ = τ 2γ. We try to solve dπ dy = 2γ σ 2 yπ, obtaining solution π(y) exp( γy 2 /σ 2 ), so that the limiting distribution is N(0, σ2 ), as 2γ expected. 5 Stochastic Calculus 5.1 The stochastic integral We are going to attempt to deduce the properties of diffusions by representing them in terms of integrals involving Brownian motion. We shall see that the range of applicability of stochastic calculus techniques is broad, though calculations are not always simple. We use O-U as an example. Recall its formulation as a diffusion. Since B t+h B t has mean 0 and variance h, we have U t+h U t = γu t dt + σ(b t+h B t ). In a deterministic context we would divide by h, take limits and get and solve the DE as du t dt = γu t + σ db t dt, U t = e γt U 0 + σ e γ(t s) db s 0 ds ds. The problem is that B is not differentiable. But that s OK: integrate by parts to get t 0 t e γ(t s) db s ds ds = B t γ which is fine. Can this be done more generally? t 0 e γ(t s) B s ds, It turns out to be possible to define integrals such as t 0 f(s, X s) db s in a consistent way (if f satisfies a square-integrability condition). This is a stochastic integral. 8

9 5.2 Properties of the stochastic integral Write Y t = t 0 f(s, X s) db s. Since f(t, X t ) is determined by H t, and B t+h B t is independent of H t and has mean 0, it follows that Y t is a martingale. Y is continuous (since B is) ( If f(s, X s ) is deterministic, ie just f(s), then Y t N 0, ) t 0 f(s)2 ds. [ ] t Even if f depends on random X, Var(Y t ) = IE f(s, X 0 s) 2 ds. But some familiar equalities from non-stochastic integration are lost. Thus t 0 B s db s = 1 2 B2 t 1 2 t. The rules of integration shown here are those of the Itô calculus. There are other forms of stochastic calculus, such as the Stratonovich calculus, which are based on different principles and have different rules. 5.3 The stochastic differential equation The equation Y t = t 0 g(s, X s) ds + t 0 f(s, X s) db s is often abbreviated as dy t = g(t, X t ) dt + f(t, X t ) db t. This stochastic differential equation is just a shorthand notation for the integral equation. 5.4 Itô s Lemma If X t is a process satisfying and if Y t = f(t, X t ), then dx t = U t dt + V t db t, dy t = f x dx t + f t dt V t 2 2 f x dt. 2 Example: a model often used for stock prices is ds t = αs t dt + σs t db t. If this were non-stochastic, we would divide by S t and identify dst S t with d(log S t ). Using the Itô calculus, we have d(log S t ) = 1 ds t + 1 ( 1 ) (σs S t 2 St 2 t ) 2 dt, which is σdb t + (α 1 2 σ2 )dt, and we conclude that log S t = log S 0 + σb t + (α 12 ) σ2 t, so that S t is a GBM with µ = α 1 2 σ2. 9

10 5.5 Moments of Itô processes Sometimes the moments of a process can be deduced from the SDE which it satisfies, without needing to solve the equation. Example: a model of customer volume in which both mean and variance of increments are proportional to current customer base. dn t = αn t dt + β N t db t. If µ 1,t denotes IEN t and µ 2,t denotes IEN 2 t, then dµ 1,t = IE(dN t ) = αie(n t ) dt = αµ 1,t dt, solved by µ 1,t = N 0 e αt, and, if we let Y t = N 2 t, then dy t = 2N t dn t (2)β2 N t dt, so that which in turn gives dµ 2,t = IE(2αNt 2 dt + 2αβN 3/2 t db t + β 2 N t dt), dµ 2 dt = 2αµ 2 + β 2 µ 1. The autocovariance function can be found similarly, using IE(X t H s ). Take the Ornstein- Uhlenbeck process as an example. ( t ) IE[X t H s ] = IE e γ(t s) X s + e γ(t u) db u H s ; therefore IE[X t X s H s ] = e γ(t s) X 2 s, from which we deduce that the correlation of X t with X s is e γ(t s) when the process is stationary. s 10

Stochastic Dynamical Systems and SDE s. An Informal Introduction

Stochastic Dynamical Systems and SDE s. An Informal Introduction Stochastic Dynamical Systems and SDE s An Informal Introduction Olav Kallenberg Graduate Student Seminar, April 18, 2012 1 / 33 2 / 33 Simple recursion: Deterministic system, discrete time x n+1 = f (x

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

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

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

Brownian Motion. Richard Lockhart. Simon Fraser University. STAT 870 Summer 2011

Brownian Motion. Richard Lockhart. Simon Fraser University. STAT 870 Summer 2011 Brownian Motion Richard Lockhart Simon Fraser University STAT 870 Summer 2011 Richard Lockhart (Simon Fraser University) Brownian Motion STAT 870 Summer 2011 1 / 33 Purposes of Today s Lecture Describe

More information

Stochastic calculus Introduction I. Stochastic Finance. C. Azizieh VUB 1/91. C. Azizieh VUB Stochastic Finance

Stochastic calculus Introduction I. Stochastic Finance. C. Azizieh VUB 1/91. C. Azizieh VUB Stochastic Finance Stochastic Finance C. Azizieh VUB C. Azizieh VUB Stochastic Finance 1/91 Agenda of the course Stochastic calculus : introduction Black-Scholes model Interest rates models C. Azizieh VUB Stochastic Finance

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

3.1 Itô s Lemma for Continuous Stochastic Variables

3.1 Itô s Lemma for Continuous Stochastic Variables Lecture 3 Log Normal Distribution 3.1 Itô s Lemma for Continuous Stochastic Variables Mathematical Finance is about pricing (or valuing) financial contracts, and in particular those contracts which depend

More information

1 The continuous time limit

1 The continuous time limit Derivative Securities, Courant Institute, Fall 2008 http://www.math.nyu.edu/faculty/goodman/teaching/derivsec08/index.html Jonathan Goodman and Keith Lewis Supplementary notes and comments, Section 3 1

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

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

Continous time models and realized variance: Simulations

Continous time models and realized variance: Simulations Continous time models and realized variance: Simulations Asger Lunde Professor Department of Economics and Business Aarhus University September 26, 2016 Continuous-time Stochastic Process: SDEs Building

More information

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

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

More information

Stochastic Calculus - An Introduction

Stochastic Calculus - An Introduction Stochastic Calculus - An Introduction M. Kazim Khan Kent State University. UET, Taxila August 15-16, 17 Outline 1 From R.W. to B.M. B.M. 3 Stochastic Integration 4 Ito s Formula 5 Recap Random Walk Consider

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

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

Economics has never been a science - and it is even less now than a few years ago. Paul Samuelson. Funeral by funeral, theory advances Paul Samuelson

Economics has never been a science - and it is even less now than a few years ago. Paul Samuelson. Funeral by funeral, theory advances Paul Samuelson Economics has never been a science - and it is even less now than a few years ago. Paul Samuelson Funeral by funeral, theory advances Paul Samuelson Economics is extremely useful as a form of employment

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

Reading: You should read Hull chapter 12 and perhaps the very first part of chapter 13.

Reading: You should read Hull chapter 12 and perhaps the very first part of chapter 13. FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 Asset Price Dynamics Introduction These notes give assumptions of asset price returns that are derived from the efficient markets hypothesis. Although a hypothesis,

More information

Introduction to Stochastic Calculus With Applications

Introduction to Stochastic Calculus With Applications Introduction to Stochastic Calculus With Applications Fima C Klebaner University of Melbourne \ Imperial College Press Contents Preliminaries From Calculus 1 1.1 Continuous and Differentiable Functions.

More information

M5MF6. Advanced Methods in Derivatives Pricing

M5MF6. Advanced Methods in Derivatives Pricing Course: Setter: M5MF6 Dr Antoine Jacquier MSc EXAMINATIONS IN MATHEMATICS AND FINANCE DEPARTMENT OF MATHEMATICS April 2016 M5MF6 Advanced Methods in Derivatives Pricing Setter s signature...........................................

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

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

Option pricing in the stochastic volatility model of Barndorff-Nielsen and Shephard

Option pricing in the stochastic volatility model of Barndorff-Nielsen and Shephard Option pricing in the stochastic volatility model of Barndorff-Nielsen and Shephard Indifference pricing and the minimal entropy martingale measure Fred Espen Benth Centre of Mathematics for Applications

More information

Financial Engineering. Craig Pirrong Spring, 2006

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

More information

IEOR E4703: Monte-Carlo Simulation

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

More information

1 IEOR 4701: Notes on Brownian Motion

1 IEOR 4701: Notes on Brownian Motion Copyright c 26 by Karl Sigman IEOR 47: Notes on Brownian Motion We present an introduction to Brownian motion, an important continuous-time stochastic process that serves as a continuous-time analog to

More information

Bluff Your Way Through Black-Scholes

Bluff Your Way Through Black-Scholes Bluff our Way Through Black-Scholes Saurav Sen December 000 Contents What is Black-Scholes?.............................. 1 The Classical Black-Scholes Model....................... 1 Some Useful Background

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

Enlargement of filtration

Enlargement of filtration Enlargement of filtration Bernardo D Auria email: bernardo.dauria@uc3m.es web: www.est.uc3m.es/bdauria July 6, 2017 ICMAT / UC3M Enlargement of Filtration Enlargement of Filtration ([1] 5.9) If G is a

More information

How to hedge Asian options in fractional Black-Scholes model

How to hedge Asian options in fractional Black-Scholes model How to hedge Asian options in fractional Black-Scholes model Heikki ikanmäki Jena, March 29, 211 Fractional Lévy processes 1/36 Outline of the talk 1. Introduction 2. Main results 3. Methodology 4. Conclusions

More information

Drunken Birds, Brownian Motion, and Other Random Fun

Drunken Birds, Brownian Motion, and Other Random Fun Drunken Birds, Brownian Motion, and Other Random Fun Michael Perlmutter Department of Mathematics Purdue University 1 M. Perlmutter(Purdue) Brownian Motion and Martingales Outline Review of Basic Probability

More information

Module 10:Application of stochastic processes in areas like finance Lecture 36:Black-Scholes Model. Stochastic Differential Equation.

Module 10:Application of stochastic processes in areas like finance Lecture 36:Black-Scholes Model. Stochastic Differential Equation. Stochastic Differential Equation Consider. Moreover partition the interval into and define, where. Now by Rieman Integral we know that, where. Moreover. Using the fundamentals mentioned above we can easily

More information

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06 Dr. Maddah ENMG 65 Financial Eng g II 10/16/06 Chapter 11 Models of Asset Dynamics () Random Walk A random process, z, is an additive process defined over times t 0, t 1,, t k, t k+1,, such that z( t )

More information

θ(t ) = T f(0, T ) + σ2 T

θ(t ) = T f(0, T ) + σ2 T 1 Derivatives Pricing and Financial Modelling Andrew Cairns: room M3.08 E-mail: A.Cairns@ma.hw.ac.uk Tutorial 10 1. (Ho-Lee) Let X(T ) = T 0 W t dt. (a) What is the distribution of X(T )? (b) Find E[exp(

More information

An Introduction to Point Processes. from a. Martingale Point of View

An Introduction to Point Processes. from a. Martingale Point of View An Introduction to Point Processes from a Martingale Point of View Tomas Björk KTH, 211 Preliminary, incomplete, and probably with lots of typos 2 Contents I The Mathematics of Counting Processes 5 1 Counting

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

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

Asset Pricing Models with Underlying Time-varying Lévy Processes

Asset Pricing Models with Underlying Time-varying Lévy Processes Asset Pricing Models with Underlying Time-varying Lévy Processes Stochastics & Computational Finance 2015 Xuecan CUI Jang SCHILTZ University of Luxembourg July 9, 2015 Xuecan CUI, Jang SCHILTZ University

More information

Tangent Lévy Models. Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford.

Tangent Lévy Models. Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford. Tangent Lévy Models Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford June 24, 2010 6th World Congress of the Bachelier Finance Society Sergey

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

Optimal stopping problems for a Brownian motion with a disorder on a finite interval

Optimal stopping problems for a Brownian motion with a disorder on a finite interval Optimal stopping problems for a Brownian motion with a disorder on a finite interval A. N. Shiryaev M. V. Zhitlukhin arxiv:1212.379v1 [math.st] 15 Dec 212 December 18, 212 Abstract We consider optimal

More information

1 Mathematics in a Pill 1.1 PROBABILITY SPACE AND RANDOM VARIABLES. A probability triple P consists of the following components:

1 Mathematics in a Pill 1.1 PROBABILITY SPACE AND RANDOM VARIABLES. A probability triple P consists of the following components: 1 Mathematics in a Pill The purpose of this chapter is to give a brief outline of the probability theory underlying the mathematics inside the book, and to introduce necessary notation and conventions

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

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

Introduction Taylor s Theorem Einstein s Theory Bachelier s Probability Law Brownian Motion Itô s Calculus. Itô s Calculus.

Introduction Taylor s Theorem Einstein s Theory Bachelier s Probability Law Brownian Motion Itô s Calculus. Itô s Calculus. Itô s Calculus Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October 21, 2016 Christopher Ting QF 101 Week 10 October

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

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

Logarithmic derivatives of densities for jump processes

Logarithmic derivatives of densities for jump processes Logarithmic derivatives of densities for jump processes Atsushi AKEUCHI Osaka City University (JAPAN) June 3, 29 City University of Hong Kong Workshop on Stochastic Analysis and Finance (June 29 - July

More information

Monte Carlo Simulation of Stochastic Processes

Monte Carlo Simulation of Stochastic Processes Monte Carlo Simulation of Stochastic Processes Last update: January 10th, 2004. In this section is presented the steps to perform the simulation of the main stochastic processes used in real options applications,

More information

Stochastic Calculus, Application of Real Analysis in Finance

Stochastic Calculus, Application of Real Analysis in Finance , Application of Real Analysis in Finance Workshop for Young Mathematicians in Korea Seungkyu Lee Pohang University of Science and Technology August 4th, 2010 Contents 1 BINOMIAL ASSET PRICING MODEL Contents

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

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 19 11/20/2013. Applications of Ito calculus to finance

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 19 11/20/2013. Applications of Ito calculus to finance MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.7J Fall 213 Lecture 19 11/2/213 Applications of Ito calculus to finance Content. 1. Trading strategies 2. Black-Scholes option pricing formula 1 Security

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

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

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

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

SPDE and portfolio choice (joint work with M. Musiela) Princeton University. Thaleia Zariphopoulou The University of Texas at Austin

SPDE and portfolio choice (joint work with M. Musiela) Princeton University. Thaleia Zariphopoulou The University of Texas at Austin SPDE and portfolio choice (joint work with M. Musiela) Princeton University November 2007 Thaleia Zariphopoulou The University of Texas at Austin 1 Performance measurement of investment strategies 2 Market

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

Finance: A Quantitative Introduction Chapter 8 Option Pricing in Continuous Time

Finance: A Quantitative Introduction Chapter 8 Option Pricing in Continuous Time Finance: A Quantitative Introduction Chapter 8 Option Pricing in Continuous Time Nico van der Wijst 1 Finance: A Quantitative Introduction c Cambridge University Press 1 Modelling stock returns in continuous

More information

STOCHASTIC INTEGRALS

STOCHASTIC INTEGRALS Stat 391/FinMath 346 Lecture 8 STOCHASTIC INTEGRALS X t = CONTINUOUS PROCESS θ t = PORTFOLIO: #X t HELD AT t { St : STOCK PRICE M t : MG W t : BROWNIAN MOTION DISCRETE TIME: = t < t 1

More information

Are stylized facts irrelevant in option-pricing?

Are stylized facts irrelevant in option-pricing? Are stylized facts irrelevant in option-pricing? Kyiv, June 19-23, 2006 Tommi Sottinen, University of Helsinki Based on a joint work No-arbitrage pricing beyond semimartingales with C. Bender, Weierstrass

More information

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

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

More information

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

Arbitrages and pricing of stock options

Arbitrages and pricing of stock options Arbitrages and pricing of stock options Gonzalo Mateos Dept. of ECE and Goergen Institute for Data Science University of Rochester gmateosb@ece.rochester.edu http://www.ece.rochester.edu/~gmateosb/ November

More information

1 Geometric Brownian motion

1 Geometric Brownian motion Copyright c 05 by Karl Sigman Geometric Brownian motion Note that since BM can take on negative values, using it directly for modeling stock prices is questionable. There are other reasons too why BM is

More information

A note on the existence of unique equivalent martingale measures in a Markovian setting

A note on the existence of unique equivalent martingale measures in a Markovian setting Finance Stochast. 1, 251 257 1997 c Springer-Verlag 1997 A note on the existence of unique equivalent martingale measures in a Markovian setting Tina Hviid Rydberg University of Aarhus, Department of Theoretical

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

Recent Advances in Fractional Stochastic Volatility Models

Recent Advances in Fractional Stochastic Volatility Models Recent Advances in Fractional Stochastic Volatility Models Alexandra Chronopoulou Industrial & Enterprise Systems Engineering University of Illinois at Urbana-Champaign IPAM National Meeting of Women in

More information

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

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

More information

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

Advanced Stochastic Processes.

Advanced Stochastic Processes. Advanced Stochastic Processes. David Gamarnik LECTURE 16 Applications of Ito calculus to finance Lecture outline Trading strategies Black Scholes option pricing formula 16.1. Security price processes,

More information

Hedging of swaptions in a Lévy driven Heath-Jarrow-Morton framework

Hedging of swaptions in a Lévy driven Heath-Jarrow-Morton framework Hedging of swaptions in a Lévy driven Heath-Jarrow-Morton framework Kathrin Glau, Nele Vandaele, Michèle Vanmaele Bachelier Finance Society World Congress 2010 June 22-26, 2010 Nele Vandaele Hedging of

More information

RMSC 4005 Stochastic Calculus for Finance and Risk. 1 Exercises. (c) Let X = {X n } n=0 be a {F n }-supermartingale. Show that.

RMSC 4005 Stochastic Calculus for Finance and Risk. 1 Exercises. (c) Let X = {X n } n=0 be a {F n }-supermartingale. Show that. 1. EXERCISES RMSC 45 Stochastic Calculus for Finance and Risk Exercises 1 Exercises 1. (a) Let X = {X n } n= be a {F n }-martingale. Show that E(X n ) = E(X ) n N (b) Let X = {X n } n= be a {F n }-submartingale.

More information

Partial differential approach for continuous models. Closed form pricing formulas for discretely monitored models

Partial differential approach for continuous models. Closed form pricing formulas for discretely monitored models Advanced Topics in Derivative Pricing Models Topic 3 - Derivatives with averaging style payoffs 3.1 Pricing models of Asian options Partial differential approach for continuous models Closed form pricing

More information

The Black-Scholes PDE from Scratch

The Black-Scholes PDE from Scratch The Black-Scholes PDE from Scratch chris bemis November 27, 2006 0-0 Goal: Derive the Black-Scholes PDE To do this, we will need to: Come up with some dynamics for the stock returns Discuss Brownian motion

More information

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

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

More information

Weierstrass Institute for Applied Analysis and Stochastics Maximum likelihood estimation for jump diffusions

Weierstrass Institute for Applied Analysis and Stochastics Maximum likelihood estimation for jump diffusions Weierstrass Institute for Applied Analysis and Stochastics Maximum likelihood estimation for jump diffusions Hilmar Mai Mohrenstrasse 39 1117 Berlin Germany Tel. +49 3 2372 www.wias-berlin.de Haindorf

More information

Stochastic Processes and Financial Mathematics (part two) Dr Nic Freeman

Stochastic Processes and Financial Mathematics (part two) Dr Nic Freeman Stochastic Processes and Financial Mathematics (part two) Dr Nic Freeman April 25, 218 Contents 9 The transition to continuous time 3 1 Brownian motion 5 1.1 The limit of random walks...............................

More information

Local Volatility Dynamic Models

Local Volatility Dynamic Models René Carmona Bendheim Center for Finance Department of Operations Research & Financial Engineering Princeton University Columbia November 9, 27 Contents Joint work with Sergey Nadtochyi Motivation 1 Understanding

More information

Time-changed Brownian motion and option pricing

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

More information

is a standard Brownian motion.

is a standard Brownian motion. Stochastic Calculus Final Examination Solutions June 7, 25 There are 2 problems and points each.. (Property of Brownian Bridge) Let Bt = {B t, t B = } be a Brownian bridge, and define dx t = Xt dt + db

More information

Simulating Stochastic Differential Equations

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

More information

Martingales & Strict Local Martingales PDE & Probability Methods INRIA, Sophia-Antipolis

Martingales & Strict Local Martingales PDE & Probability Methods INRIA, Sophia-Antipolis Martingales & Strict Local Martingales PDE & Probability Methods INRIA, Sophia-Antipolis Philip Protter, Columbia University Based on work with Aditi Dandapani, 2016 Columbia PhD, now at ETH, Zurich March

More information

STOCHASTIC VOLATILITY AND OPTION PRICING

STOCHASTIC VOLATILITY AND OPTION PRICING STOCHASTIC VOLATILITY AND OPTION PRICING Daniel Dufresne Centre for Actuarial Studies University of Melbourne November 29 (To appear in Risks and Rewards, the Society of Actuaries Investment Section Newsletter)

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

Bandit Problems with Lévy Payoff Processes

Bandit Problems with Lévy Payoff Processes Bandit Problems with Lévy Payoff Processes Eilon Solan Tel Aviv University Joint with Asaf Cohen Multi-Arm Bandits A single player sequential decision making problem. Time is continuous or discrete. The

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

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

Applications of Lévy processes

Applications of Lévy processes Applications of Lévy processes Graduate lecture 29 January 2004 Matthias Winkel Departmental lecturer (Institute of Actuaries and Aon lecturer in Statistics) 6. Poisson point processes in fluctuation theory

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

1 Implied Volatility from Local Volatility

1 Implied Volatility from Local Volatility Abstract We try to understand the Berestycki, Busca, and Florent () (BBF) result in the context of the work presented in Lectures and. Implied Volatility from Local Volatility. Current Plan as of March

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

Monte Carlo Methods for Uncertainty Quantification

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

More information

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

A model of stock price movements

A model of stock price movements ... A model of stock price movements Johan Gudmundsson Thesis submitted for the degree of Master of Science 60 ECTS Master Thesis Supervised by Sven Åberg. Department of Physics Division of Mathematical

More information

Rough volatility models: When population processes become a new tool for trading and risk management

Rough volatility models: When population processes become a new tool for trading and risk management Rough volatility models: When population processes become a new tool for trading and risk management Omar El Euch and Mathieu Rosenbaum École Polytechnique 4 October 2017 Omar El Euch and Mathieu Rosenbaum

More information

CONVERGENCE OF OPTION REWARDS FOR MARKOV TYPE PRICE PROCESSES MODULATED BY STOCHASTIC INDICES

CONVERGENCE OF OPTION REWARDS FOR MARKOV TYPE PRICE PROCESSES MODULATED BY STOCHASTIC INDICES CONVERGENCE OF OPTION REWARDS FOR MARKOV TYPE PRICE PROCESSES MODULATED BY STOCHASTIC INDICES D. S. SILVESTROV, H. JÖNSSON, AND F. STENBERG Abstract. A general price process represented by a two-component

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