An Introduction to Stochastic Calculus

Size: px
Start display at page:

Download "An Introduction to Stochastic Calculus"

Transcription

1 An Introduction to Stochastic Calculus Haijun Li Department of Mathematics Washington State University Week 5 Haijun Li An Introduction to Stochastic Calculus Week 5 1 / 20

2 Outline 1 Martingales Filtration Martingale Martingale Transform Haijun Li An Introduction to Stochastic Calculus Week 5 2 / 20

3 Filtration = Increasing Stream of Information Let (F t, t 0) be a collection of σ-fields on the same probability space (Ω, F, P) with F t F, for all t 0. Definition The collection (F t, t 0) of σ-fields on Ω is called a filtration if F s F t, 0 s t. A filtration represents an increasing stream of information. The index t can be discrete, for example, the filtration (F n, n = 0, 1,...) is a sequence of σ-fields on Ω with F n F n+1 for all n 0. Haijun Li An Introduction to Stochastic Calculus Week 5 3 / 20

4 Adapted Processes A filtration is usually linked up with a stochastic process. Definition The stochastic process Y = (Y t, t 0) is said to be adapted to the filtration (F t, t 0) if σ(y t ) F t, t 0. The stochastic process Y is always adapted to the natural filtration generated by Y : F t = σ(y s, s t). For a discrete-time process Y = (Y n, n = 0, 1,... ), the adaptedness means σ(y n ) F n for all n 0. Haijun Li An Introduction to Stochastic Calculus Week 5 4 / 20

5 Example Let (B t, t 0) denote Brownian motion and (F t, t 0) denote the corresponding natural filtration. Stochastic processes of the form X t = f (t, B t ), t 0, where f is a function of two variables, are adapted to (F t, t 0). Examples: X (1) t = B t and X (2) t = Bt 2 t. More Examples: X (3) t = max 0 s t B s and X (4) t = max 0 s t Bs 2. Examples that are not adapted to the Brownian motion filtration: X (5) t = B t+1 and X (6) t = B t + B T for some fixed number T > 0. Definition If the stochastic process Y = (Y t, t 0) is adapted to the natural Brownian filtration (F t, t 0) (that is, Y t is a function of (B s, s t) for all t 0), we will say that Y is adapted to Brownian motion. Haijun Li An Introduction to Stochastic Calculus Week 5 5 / 20

6 Adapted to Different Filtrations Consider Brownian motion (B t, t 0) and the corresponding natural filtration F t = σ(b s, s t). The stochastic process X t := B 2 t, t 0, generates its own natural filtration F t = σ(b 2 s, s t), t 0. The process (X t, t 0) is adapted to both F t and F t. Observe that F t F t. For example, we can only reconstruct the whole information about B t from B 2 t ;, but not about B t: we can say nothing about the sign of B t. Haijun Li An Introduction to Stochastic Calculus Week 5 6 / 20

7 Market Information or Information Histories Share prices, exchange rates, interest rates, etc., can be modelled by solutions of stochastic differential equations which are driven by Brownian motion. These solutions are then functions of Brownian motion. The fluctuations of these processes actually represent the information about the market. This relevant knowledge is contained in the natural filtration. In finance there are always people who know more than the others. For example, they might know that an essential political decision will be taken in the very near future which will completely change the financial landscape. This enables the informed persons to act with more competence than the others. Thus they have their own filtrations which can be bigger than the natural filtration. Haijun Li An Introduction to Stochastic Calculus Week 5 7 / 20

8 Martingale If information F s and X are dependent, we can expect that knowing F s reduces the uncertainty about the values of X t at t > s. That is, X t can be better predicted via E(X t F s ) with the information F s than without it. Definition The stochastic process X = (X t, t 0) adapted to the filtration (F t, t 0) is called a continuous-time martingale with respect to (F t, t 0), if 1 E X t < for all t 0. 2 X s is the best prediction of X t given F s : E(X t F s ) = X s for all 0 s t. The discrete-time martingale can be similarly defined by replacing the second condition by E(X n+1 F n ) = X n, n = 0, 1,.... A martingale has the remarkable property that its expectation function is constant: EX s = E[E(X t F s )] = EX t for all s, t. Haijun Li An Introduction to Stochastic Calculus Week 5 8 / 20

9 Example: Gambler s Ruin A class of betting strategies that was popular in 18th-century France. The gambler wins his stake if a fair coin comes up heads and loses it if the coin comes up tails Winning (or Financial Ruin) Strategy: the gambler double his bet after every loss so that the first win would recover all previous losses plus win a profit equal to the original stake. As the gambler s available time goes to infinity, his probability of eventually flipping heads approaches 1. Problem: the gambler s wealth must be infinity; otherwise, the exponential growth of the bets eventually bankrupts the gambler. Haijun Li An Introduction to Stochastic Calculus Week 5 9 / 20

10 Gambler s Ruin: Partial Sums Let (Z n ) be a sequence of independent random variables with finite expectations and Z 0 = 0. Consider the partial sums R n = n Z i, n 0. i=0 and the corresponding natural filtration F n = σ(r 0,..., R n ) = σ(z 0,..., Z n ), n 0. Observe that E(R n+1 F n ) = E(R n F n ) + E(Z n+1 F n ) = R n + EZ n+1. and hence, if EZ n = 0 for all n 0, then (R n, n 0) is a martingale with respect to the filtration (F n, n 0). Haijun Li An Introduction to Stochastic Calculus Week 5 10 / 20

11 Collecting Information About a Random Variable Let Z be a random variable on Ω with E Z < and (F t, t 0) be a filtration on Ω. Define X t = E(Z F t ), t 0. Since F t increases when time goes by, X t gives us more and more information about the random variable Z. In particular, if σ(z ) F t for some t, then X t = Z. An appeal to Jensen s inequality yields σ(x t ) F t. E X t = E[ E(Z F t ) ] E[E( Z F t )] = E Z <. E(X t F s ) = E[E(Z F t ) F s ] = E(Z F s ) = X s. X is a martingale with respect to (F t, t 0). Haijun Li An Introduction to Stochastic Calculus Week 5 11 / 20

12 Brownian Motion is a Martingale Let B = (B t, t 0) be Brownian motion with the natural filtration F t = σ(b s, s t). B and (B 2 t t, t 0) are martingales with respect to the natural filtration. (B 3 t 3tB t, t 0) is a martingale. The stopped Brownian motion (B min{t,τ}, t 0) is a martingale (Gambler s betting game with the possibility of bankruptcy). Haijun Li An Introduction to Stochastic Calculus Week 5 12 / 20

13 Stopped Brownian Motion is a Martingale Haijun Li An Introduction to Stochastic Calculus Week 5 13 / 20

14 A Simulated Martingale Haijun Li An Introduction to Stochastic Calculus Week 5 14 / 20

15 Compensated Poisson Process is a Martingale Let (N t, t 0) be a Poisson process of intensity λ with the natural filtration F t = σ(n s, s t). The compensated Poisson process (N t λt, t 0) is a martingales with respect to the natural filtration. Figure : Left = Poisson Process Right = Compensated Poisson Process Haijun Li An Introduction to Stochastic Calculus Week 5 15 / 20

16 Martingale Transform Let X = (X n, n = 0, 1,... ) be a discrete-time martingale with respect to the filtration (F n, n = 0, 1,... ). Let Y n := X n X n 1, n 1, and Y 0 := X 0. The sequence Y = (Y n, n = 0, 1,... ) is called a martingale difference sequence with respect to the filtration (F n, n = 0, 1,... ). Consider a stochastic process C = (C n, n = 1, 2,... ), satisfying that σ(c n ) F n 1, n 1. Given F n 1, we completely know C n at time n 1. Such a sequence is called predictable with respect to (F n, n = 0, 1,... ). Define n n Z 0 = 0, Z n = C i Y i = C i (X i X i 1 ), n 1. i=1 The process C Y := (Z n, n 0) is called the martingale transform of Y by C. Note that if C n = 1 for all n 1, then C Y = X is the original martingale. Haijun Li An Introduction to Stochastic Calculus Week 5 16 / 20 i=1

17 Martingale Transform Leads to a Martingale Assume that the second moments of C n and Y n are finite. It follows from the Cauchy-Schwarz inequality that E Z n n E C i Y i i=1 n i=1 [EC 2 i EY 2 i ] 1/2 <. Since Y 1,..., Y n do not carry more information than F n, and σ(c 1,..., C n ) F n 1 (predictability), we have σ(z n ) F n. Due to the predictability of C, E(Z n Z n 1 F n 1 ) = E(C n Y n F n 1 ) = C n E(Y n F n 1 ) = 0. (Z n Z n 1, n 0) is a martingale difference sequence, and (Z n, n 0) is a martingale with respect to (F n, n = 0, 1,... ). Haijun Li An Introduction to Stochastic Calculus Week 5 17 / 20

18 A Brownian Martingale Transform Consider Brownian motion B = (B s, s t) and a partition 0 = t 0 < t 1 < < t n 1 < t n = t. The σ-fields at these time instants are described by the filtration: F 0 = {, Ω}, F i = σ(b tj, 1 j i), i = 1,..., n. The sequence B := ( i B, 1 i n) defined by 0 B = 0, i B = B ti B ti 1, i = 1,..., n, forms a martingale difference sequence with respect to the filtration (F i, 1 i n). B := (B ti 1, 1 i n) is predictable with respect to (F i, 1 i n). The martingale transform B B is then a martingale: ( B B) k = k i=1 B t i 1 (B ti B ti 1 ), k = 1,..., n. This is precisely a discrete-time analogue of the Itô stochastic integral t 0 B sdb s. Haijun Li An Introduction to Stochastic Calculus Week 5 18 / 20

19 Martingale as a Fair Game Let X = (X n, n = 0, 1,... ) be a discrete-time martingale with respect to the filtration (F n, n = 0, 1,... ). Let Y n = X n X n 1, n 0, denote the martingale difference, and C n, n 1, be predictable with respect to (F n, n = 0, 1,... ). Think of Y, as your net winnings per unit stake at the n-th game which are adapted to a filtration (F n, n = 0, 1,... ). At the n-th game, your stake C n, does not contain more information than F n 1 does. At time n 1, this is the best information we have about the game. C n Y n is the net winnings for stake C n at the n-th game. (C Y ) n = n i=1 C iy i is the net winnings up to time n. The game is fair because the best prediction of the net winnings C n Y n of the n-th game, just before the n-th game starts, is zero: E(C n Y n F n 1 ) = 0. Haijun Li An Introduction to Stochastic Calculus Week 5 19 / 20

20 History Notes: Martingale The concept of martingale in probability theory was introduced by Paul Pierre Lévy, Émile Borel (French Probability School). The development of the theory was done by Joseph Leo Doob. The martingale is the first general class of integrable stochastic processes, satisfying a particular conditional expectation property. Widely used in finance: A financial market is viable (i.e., no arbitrage opportunities) if and only if there exists a probability measure under which the realized prices are martingales. Haijun Li An Introduction to Stochastic Calculus Week 5 20 / 20

4 Martingales in Discrete-Time

4 Martingales in Discrete-Time 4 Martingales in Discrete-Time Suppose that (Ω, F, P is a probability space. Definition 4.1. A sequence F = {F n, n = 0, 1,...} is called a filtration if each F n is a sub-σ-algebra of F, and F n F n+1

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 and Statistics Washington State University Lisbon, May 218 Haijun Li An Introduction to Stochastic Calculus Lisbon,

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

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

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

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 11 10/9/2013. Martingales and stopping times II

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 11 10/9/2013. Martingales and stopping times II MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.65/15.070J Fall 013 Lecture 11 10/9/013 Martingales and stopping times II Content. 1. Second stopping theorem.. Doob-Kolmogorov inequality. 3. Applications of stopping

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

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

PAPER 27 STOCHASTIC CALCULUS AND APPLICATIONS

PAPER 27 STOCHASTIC CALCULUS AND APPLICATIONS MATHEMATICAL TRIPOS Part III Thursday, 5 June, 214 1:3 pm to 4:3 pm PAPER 27 STOCHASTIC CALCULUS AND APPLICATIONS Attempt no more than FOUR questions. There are SIX questions in total. The questions carry

More information

Lecture 19: March 20

Lecture 19: March 20 CS71 Randomness & Computation Spring 018 Instructor: Alistair Sinclair Lecture 19: March 0 Disclaimer: These notes have not been subjected to the usual scrutiny accorded to formal publications. They may

More information

6. Martingales. = Zn. Think of Z n+1 as being a gambler s earnings after n+1 games. If the game if fair, then E [ Z n+1 Z n

6. Martingales. = Zn. Think of Z n+1 as being a gambler s earnings after n+1 games. If the game if fair, then E [ Z n+1 Z n 6. Martingales For casino gamblers, a martingale is a betting strategy where (at even odds) the stake doubled each time the player loses. Players follow this strategy because, since they will eventually

More information

Equivalence between Semimartingales and Itô Processes

Equivalence between Semimartingales and Itô Processes International Journal of Mathematical Analysis Vol. 9, 215, no. 16, 787-791 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.12988/ijma.215.411358 Equivalence between Semimartingales and Itô Processes

More information

FE 5204 Stochastic Differential Equations

FE 5204 Stochastic Differential Equations Instructor: Jim Zhu e-mail:zhu@wmich.edu http://homepages.wmich.edu/ zhu/ January 13, 2009 Stochastic differential equations deal with continuous random processes. They are idealization of discrete stochastic

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

GEK1544 The Mathematics of Games Suggested Solutions to Tutorial 3

GEK1544 The Mathematics of Games Suggested Solutions to Tutorial 3 GEK544 The Mathematics of Games Suggested Solutions to Tutorial 3. Consider a Las Vegas roulette wheel with a bet of $5 on black (payoff = : ) and a bet of $ on the specific group of 4 (e.g. 3, 4, 6, 7

More information

S t d with probability (1 p), where

S t d with probability (1 p), where Stochastic Calculus Week 3 Topics: Towards Black-Scholes Stochastic Processes Brownian Motion Conditional Expectations Continuous-time Martingales Towards Black Scholes Suppose again that S t+δt equals

More information

Convergence. Any submartingale or supermartingale (Y, F) converges almost surely if it satisfies E Y n <. STAT2004 Martingale Convergence

Convergence. Any submartingale or supermartingale (Y, F) converges almost surely if it satisfies E Y n <. STAT2004 Martingale Convergence Convergence Martingale convergence theorem Let (Y, F) be a submartingale and suppose that for all n there exist a real value M such that E(Y + n ) M. Then there exist a random variable Y such that Y n

More information

X i = 124 MARTINGALES

X i = 124 MARTINGALES 124 MARTINGALES 5.4. Optimal Sampling Theorem (OST). First I stated it a little vaguely: Theorem 5.12. Suppose that (1) T is a stopping time (2) M n is a martingale wrt the filtration F n (3) certain other

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

Martingales. by D. Cox December 2, 2009

Martingales. by D. Cox December 2, 2009 Martingales by D. Cox December 2, 2009 1 Stochastic Processes. Definition 1.1 Let T be an arbitrary index set. A stochastic process indexed by T is a family of random variables (X t : t T) defined on a

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

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

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

BROWNIAN MOTION II. D.Majumdar

BROWNIAN MOTION II. D.Majumdar BROWNIAN MOTION II D.Majumdar DEFINITION Let (Ω, F, P) be a probability space. For each ω Ω, suppose there is a continuous function W(t) of t 0 that satisfies W(0) = 0 and that depends on ω. Then W(t),

More information

Midterm Exam: Tuesday 28 March in class Sample exam problems ( Homework 5 ) available tomorrow at the latest

Midterm Exam: Tuesday 28 March in class Sample exam problems ( Homework 5 ) available tomorrow at the latest Plan Martingales 1. Basic Definitions 2. Examles 3. Overview of Results Reading: G&S Section 12.1-12.4 Next Time: More Martingales Midterm Exam: Tuesday 28 March in class Samle exam roblems ( Homework

More information

Advanced Probability and Applications (Part II)

Advanced Probability and Applications (Part II) Advanced Probability and Applications (Part II) Olivier Lévêque, IC LTHI, EPFL (with special thanks to Simon Guilloud for the figures) July 31, 018 Contents 1 Conditional expectation Week 9 1.1 Conditioning

More information

Martingales. Will Perkins. March 18, 2013

Martingales. Will Perkins. March 18, 2013 Martingales Will Perkins March 18, 2013 A Betting System Here s a strategy for making money (a dollar) at a casino: Bet $1 on Red at the Roulette table. If you win, go home with $1 profit. If you lose,

More information

Introduction to Stochastic Calculus

Introduction to Stochastic Calculus Introduction to Stochastic Calculus Director Chennai Mathematical Institute rlk@cmi.ac.in rkarandikar@gmail.com Introduction to Stochastic Calculus - 1 A Game Consider a gambling house. A fair coin is

More information

1 Rare event simulation and importance sampling

1 Rare event simulation and importance sampling Copyright c 2007 by Karl Sigman 1 Rare event simulation and importance sampling Suppose we wish to use Monte Carlo simulation to estimate a probability p = P (A) when the event A is rare (e.g., when p

More information

The ruin probabilities of a multidimensional perturbed risk model

The ruin probabilities of a multidimensional perturbed risk model MATHEMATICAL COMMUNICATIONS 231 Math. Commun. 18(2013, 231 239 The ruin probabilities of a multidimensional perturbed risk model Tatjana Slijepčević-Manger 1, 1 Faculty of Civil Engineering, University

More information

Last Time. Martingale inequalities Martingale convergence theorem Uniformly integrable martingales. Today s lecture: Sections 4.4.1, 5.

Last Time. Martingale inequalities Martingale convergence theorem Uniformly integrable martingales. Today s lecture: Sections 4.4.1, 5. MATH136/STAT219 Lecture 21, November 12, 2008 p. 1/11 Last Time Martingale inequalities Martingale convergence theorem Uniformly integrable martingales Today s lecture: Sections 4.4.1, 5.3 MATH136/STAT219

More information

Derivatives Pricing and Stochastic Calculus

Derivatives Pricing and Stochastic Calculus Derivatives Pricing and Stochastic Calculus Romuald Elie LAMA, CNRS UMR 85 Université Paris-Est Marne-La-Vallée elie @ ensae.fr Idris Kharroubi CEREMADE, CNRS UMR 7534, Université Paris Dauphine kharroubi

More information

Asymptotic results discrete time martingales and stochastic algorithms

Asymptotic results discrete time martingales and stochastic algorithms Asymptotic results discrete time martingales and stochastic algorithms Bernard Bercu Bordeaux University, France IFCAM Summer School Bangalore, India, July 2015 Bernard Bercu Asymptotic results for discrete

More information

CRRAO Advanced Institute of Mathematics, Statistics and Computer Science (AIMSCS) Research Report. B. L. S. Prakasa Rao

CRRAO Advanced Institute of Mathematics, Statistics and Computer Science (AIMSCS) Research Report. B. L. S. Prakasa Rao CRRAO Advanced Institute of Mathematics, Statistics and Computer Science (AIMSCS) Research Report Author (s): B. L. S. Prakasa Rao Title of the Report: Option pricing for processes driven by mixed fractional

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

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

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

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

MTH The theory of martingales in discrete time Summary

MTH The theory of martingales in discrete time Summary MTH 5220 - The theory of martingales in discrete time Summary This document is in three sections, with the first dealing with the basic theory of discrete-time martingales, the second giving a number of

More information

Stochastic Differential equations as applied to pricing of options

Stochastic Differential equations as applied to pricing of options Stochastic Differential equations as applied to pricing of options By Yasin LUT Supevisor:Prof. Tuomo Kauranne December 2010 Introduction Pricing an European call option Conclusion INTRODUCTION A stochastic

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

Math489/889 Stochastic Processes and Advanced Mathematical Finance Homework 4

Math489/889 Stochastic Processes and Advanced Mathematical Finance Homework 4 Math489/889 Stochastic Processes and Advanced Mathematical Finance Homework 4 Steve Dunbar Due Mon, October 5, 2009 1. (a) For T 0 = 10 and a = 20, draw a graph of the probability of ruin as a function

More information

Lecture 23: April 10

Lecture 23: April 10 CS271 Randomness & Computation Spring 2018 Instructor: Alistair Sinclair Lecture 23: April 10 Disclaimer: These notes have not been subjected to the usual scrutiny accorded to formal publications. They

More information

FURTHER ASPECTS OF GAMBLING WITH THE KELLY CRITERION. We consider two aspects of gambling with the Kelly criterion. First, we show that for

FURTHER ASPECTS OF GAMBLING WITH THE KELLY CRITERION. We consider two aspects of gambling with the Kelly criterion. First, we show that for FURTHER ASPECTS OF GAMBLING WITH THE KELLY CRITERION RAVI PHATARFOD *, Monash University Abstract We consider two aspects of gambling with the Kelly criterion. First, we show that for a wide range of final

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

Probability without Measure!

Probability without Measure! Probability without Measure! Mark Saroufim University of California San Diego msaroufi@cs.ucsd.edu February 18, 2014 Mark Saroufim (UCSD) It s only a Game! February 18, 2014 1 / 25 Overview 1 History of

More information

Non-semimartingales in finance

Non-semimartingales in finance Non-semimartingales in finance Pricing and Hedging Options with Quadratic Variation Tommi Sottinen University of Vaasa 1st Northern Triangular Seminar 9-11 March 2009, Helsinki University of Technology

More information

Math-Stat-491-Fall2014-Notes-V

Math-Stat-491-Fall2014-Notes-V Math-Stat-491-Fall2014-Notes-V Hariharan Narayanan December 7, 2014 Martingales 1 Introduction Martingales were originally introduced into probability theory as a model for fair betting games. Essentially

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

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

Changes of the filtration and the default event risk premium

Changes of the filtration and the default event risk premium Changes of the filtration and the default event risk premium Department of Banking and Finance University of Zurich April 22 2013 Math Finance Colloquium USC Change of the probability measure Change of

More information

Why Bankers Should Learn Convex Analysis

Why Bankers Should Learn Convex Analysis Jim Zhu Western Michigan University Kalamazoo, Michigan, USA March 3, 2011 A tale of two financial economists Edward O. Thorp and Myron Scholes Influential works: Beat the Dealer(1962) and Beat the Market(1967)

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

The value of foresight

The value of foresight Philip Ernst Department of Statistics, Rice University Support from NSF-DMS-1811936 (co-pi F. Viens) and ONR-N00014-18-1-2192 gratefully acknowledged. IMA Financial and Economic Applications June 11, 2018

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

Additional questions for chapter 3

Additional questions for chapter 3 Additional questions for chapter 3 1. Let ξ 1, ξ 2,... be independent and identically distributed with φθ) = IEexp{θξ 1 })

More information

Introduction to Probability Theory and Stochastic Processes for Finance Lecture Notes

Introduction to Probability Theory and Stochastic Processes for Finance Lecture Notes Introduction to Probability Theory and Stochastic Processes for Finance Lecture Notes Fabio Trojani Department of Economics, University of St. Gallen, Switzerland Correspondence address: Fabio Trojani,

More information

Martingale representation theorem

Martingale representation theorem Martingale representation theorem Ω = C[, T ], F T = smallest σ-field with respect to which B s are all measurable, s T, P the Wiener measure, B t = Brownian motion M t square integrable martingale with

More information

Introduction to Stochastic Calculus and Financial Derivatives. Simone Calogero

Introduction to Stochastic Calculus and Financial Derivatives. Simone Calogero Introduction to Stochastic Calculus and Financial Derivatives Simone Calogero December 7, 215 Preface Financial derivatives, such as stock options for instance, are indispensable instruments in modern

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 Methods in Financial Engineering

Monte Carlo Methods in Financial Engineering Paul Glassennan Monte Carlo Methods in Financial Engineering With 99 Figures

More information

University of Regina. Lecture Notes. Michael Kozdron

University of Regina. Lecture Notes. Michael Kozdron University of Regina Statistics 441 Stochastic Calculus with Applications to Finance Lecture Notes Winter 9 Michael Kozdron kozdron@stat.math.uregina.ca http://stat.math.uregina.ca/ kozdron List of Lectures

More information

Risk-Neutral Valuation

Risk-Neutral Valuation N.H. Bingham and Rüdiger Kiesel Risk-Neutral Valuation Pricing and Hedging of Financial Derivatives W) Springer Contents 1. Derivative Background 1 1.1 Financial Markets and Instruments 2 1.1.1 Derivative

More information

Theoretical Statistics. Lecture 4. Peter Bartlett

Theoretical Statistics. Lecture 4. Peter Bartlett 1. Concentration inequalities. Theoretical Statistics. Lecture 4. Peter Bartlett 1 Outline of today s lecture We have been looking at deviation inequalities, i.e., bounds on tail probabilities likep(x

More information

Conformal Invariance of the Exploration Path in 2D Critical Bond Percolation in the Square Lattice

Conformal Invariance of the Exploration Path in 2D Critical Bond Percolation in the Square Lattice Conformal Invariance of the Exploration Path in 2D Critical Bond Percolation in the Square Lattice Chinese University of Hong Kong, STAT December 12, 2012 (Joint work with Jonathan TSAI (HKU) and Wang

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

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

UNIVERSITY OF OSLO. Faculty of Mathematics and Natural Sciences

UNIVERSITY OF OSLO. Faculty of Mathematics and Natural Sciences UNIVERSITY OF OSLO Faculty of Mathematics and Natural Sciences Examination in MAT2700 Introduction to mathematical finance and investment theory. Day of examination: Monday, December 14, 2015. Examination

More information

Derivation of the Price of Bond in the Recovery of Market Value Model

Derivation of the Price of Bond in the Recovery of Market Value Model Derivation of the Price of Bond in the Recovery of Market Value Model By YanFei Gao Department of Mathematics & Statistics, McMaster University Apr. 2 th, 25 1 Recovery models For the analysis of reduced-form

More information

Lecture 1: Lévy processes

Lecture 1: Lévy processes Lecture 1: Lévy processes A. E. Kyprianou Department of Mathematical Sciences, University of Bath 1/ 22 Lévy processes 2/ 22 Lévy processes A process X = {X t : t 0} defined on a probability space (Ω,

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

Introduction to Stochastic Calculus

Introduction to Stochastic Calculus Introduction to Stochastic Calculus Director Chennai Mathematical Institute rlk@cmi.ac.in rkarandikar@gmail.com Introduction to Stochastic Calculus - 1 The notion of Conditional Expectation of a random

More information

then for any deterministic f,g and any other random variable

then for any deterministic f,g and any other random variable Martingales Thursday, December 03, 2015 2:01 PM References: Karlin and Taylor Ch. 6 Lawler Sec. 5.1-5.3 Homework 4 due date extended to Wednesday, December 16 at 5 PM. We say that a random variable is

More information

Pricing Exotic Options Under a Higher-order Hidden Markov Model

Pricing Exotic Options Under a Higher-order Hidden Markov Model Pricing Exotic Options Under a Higher-order Hidden Markov Model Wai-Ki Ching Tak-Kuen Siu Li-min Li 26 Jan. 2007 Abstract In this paper, we consider the pricing of exotic options when the price dynamic

More information

Minimal Variance Hedging in Large Financial Markets: random fields approach

Minimal Variance Hedging in Large Financial Markets: random fields approach Minimal Variance Hedging in Large Financial Markets: random fields approach Giulia Di Nunno Third AMaMeF Conference: Advances in Mathematical Finance Pitesti, May 5-1 28 based on a work in progress with

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

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

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

Hedging with Life and General Insurance Products

Hedging with Life and General Insurance Products Hedging with Life and General Insurance Products June 2016 2 Hedging with Life and General Insurance Products Jungmin Choi Department of Mathematics East Carolina University Abstract In this study, a hybrid

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

Integre Technical Publishing Co., Inc. Chung February 8, :21 a.m. chung page 392. Index

Integre Technical Publishing Co., Inc. Chung February 8, :21 a.m. chung page 392. Index Integre Technical Publishing Co., Inc. Chung February 8, 2008 10:21 a.m. chung page 392 Index A priori, a posteriori probability123 Absorbing state, 271 Absorption probability, 301 Absorption time, 256

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

5. In fact, any function of a random variable is also a random variable

5. In fact, any function of a random variable is also a random variable Random Variables - Class 11 October 14, 2012 Debdeep Pati 1 Random variables 1.1 Expectation of a function of a random variable 1. Expectation of a function of a random variable 2. We know E(X) = x xp(x)

More information

Outline Brownian Process Continuity of Sample Paths Differentiability of Sample Paths Simulating Sample Paths Hitting times and Maximum

Outline Brownian Process Continuity of Sample Paths Differentiability of Sample Paths Simulating Sample Paths Hitting times and Maximum Normal Distribution and Brownian Process Page 1 Outline Brownian Process Continuity of Sample Paths Differentiability of Sample Paths Simulating Sample Paths Hitting times and Maximum Searching for a Continuous-time

More information

Asymptotic Theory for Renewal Based High-Frequency Volatility Estimation

Asymptotic Theory for Renewal Based High-Frequency Volatility Estimation Asymptotic Theory for Renewal Based High-Frequency Volatility Estimation Yifan Li 1,2 Ingmar Nolte 1 Sandra Nolte 1 1 Lancaster University 2 University of Manchester 4th Konstanz - Lancaster Workshop on

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

Using of stochastic Ito and Stratonovich integrals derived security pricing

Using of stochastic Ito and Stratonovich integrals derived security pricing Using of stochastic Ito and Stratonovich integrals derived security pricing Laura Pânzar and Elena Corina Cipu Abstract We seek for good numerical approximations of solutions for stochastic differential

More information

3 Stock under the risk-neutral measure

3 Stock under the risk-neutral measure 3 Stock under the risk-neutral measure 3 Adapted processes We have seen that the sampling space Ω = {H, T } N underlies the N-period binomial model for the stock-price process Elementary event ω = ω ω

More information

Strategy, Pricing and Value. Gary G Venter Columbia University and Gary Venter, LLC

Strategy, Pricing and Value. Gary G Venter Columbia University and Gary Venter, LLC Strategy, Pricing and Value ASTIN Colloquium 2009 Gary G Venter Columbia University and Gary Venter, LLC gary.venter@gmail.com Main Ideas Capital allocation is for strategy and pricing Care needed for

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

induced by the Solvency II project

induced by the Solvency II project Asset Les normes allocation IFRS : new en constraints assurance induced by the Solvency II project 36 th International ASTIN Colloquium Zürich September 005 Frédéric PLANCHET Pierre THÉROND ISFA Université

More information

Financial Mathematics. Spring Richard F. Bass Department of Mathematics University of Connecticut

Financial Mathematics. Spring Richard F. Bass Department of Mathematics University of Connecticut Financial Mathematics Spring 22 Richard F. Bass Department of Mathematics University of Connecticut These notes are c 22 by Richard Bass. They may be used for personal use or class use, but not for commercial

More information

Pricing Dynamic Guaranteed Funds Under a Double Exponential. Jump Diffusion Process. Chuang-Chang Chang, Ya-Hui Lien and Min-Hung Tsay

Pricing Dynamic Guaranteed Funds Under a Double Exponential. Jump Diffusion Process. Chuang-Chang Chang, Ya-Hui Lien and Min-Hung Tsay Pricing Dynamic Guaranteed Funds Under a Double Exponential Jump Diffusion Process Chuang-Chang Chang, Ya-Hui Lien and Min-Hung Tsay ABSTRACT This paper complements the extant literature to evaluate the

More information

Arbitrage of the first kind and filtration enlargements in semimartingale financial models. Beatrice Acciaio

Arbitrage of the first kind and filtration enlargements in semimartingale financial models. Beatrice Acciaio Arbitrage of the first kind and filtration enlargements in semimartingale financial models Beatrice Acciaio the London School of Economics and Political Science (based on a joint work with C. Fontana and

More information

No-arbitrage Pricing Approach and Fundamental Theorem of Asset Pricing

No-arbitrage Pricing Approach and Fundamental Theorem of Asset Pricing No-arbitrage Pricing Approach and Fundamental Theorem of Asset Pricing presented by Yue Kuen KWOK Department of Mathematics Hong Kong University of Science and Technology 1 Parable of the bookmaker Taking

More information

Arbitrage Pricing. What is an Equivalent Martingale Measure, and why should a bookie care? Department of Mathematics University of Texas at Austin

Arbitrage Pricing. What is an Equivalent Martingale Measure, and why should a bookie care? Department of Mathematics University of Texas at Austin Arbitrage Pricing What is an Equivalent Martingale Measure, and why should a bookie care? Department of Mathematics University of Texas at Austin March 27, 2010 Introduction What is Mathematical Finance?

More information

Prospect Theory, Partial Liquidation and the Disposition Effect

Prospect Theory, Partial Liquidation and the Disposition Effect Prospect Theory, Partial Liquidation and the Disposition Effect Vicky Henderson Oxford-Man Institute of Quantitative Finance University of Oxford vicky.henderson@oxford-man.ox.ac.uk 6th Bachelier Congress,

More information

Portfolio Optimization Under Fixed Transaction Costs

Portfolio Optimization Under Fixed Transaction Costs Portfolio Optimization Under Fixed Transaction Costs Gennady Shaikhet supervised by Dr. Gady Zohar The model Market with two securities: b(t) - bond without interest rate p(t) - stock, an Ito process db(t)

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

Interest rate models in continuous time

Interest rate models in continuous time slides for the course Interest rate theory, University of Ljubljana, 2012-13/I, part IV József Gáll University of Debrecen Nov. 2012 Jan. 2013, Ljubljana Continuous time markets General assumptions, notations

More information