CQF January 2023 M1L6 Blank
CQF January 2023 M1L6 Blank
CQF January 2023 M1L6 Blank
1
Martingales are a key concept in probability and in mathematical …nance. The
term ‘martingale’ may refer to very di¤erent ideas e.g. a stochastic process
that has no drift. Essentially, this is the idea of a fair (random) game. We
encounter Martingales through three distinct, but closely connected ideas:
2
Discrete Time Martingales
E [Mt+1jFt] = Mt (1)
3
The …rst equation represents a standard integrability condition.
The second equation tells you that the expected value of M at time t + 1
conditional on all the information available up to time t is the value of M at
time t. In short, a Martingale is a driftless process.
E [Mt+1] = E [Mt]
Martingales are a very nice mathematical object. They “get rid of the drift”
and enable us to focus on what probabilists consider is the most interesting
part: the statistical properties of purely random processes.
4
In addition, Doob and Meyer have developed a powerful theory centred around
martingales.
E jMtj < 1
and
E [MtjFs] = Ms; 0 s t:
5
Lévy’s Martingale Characterisation: Let Xt; t > 0 be a stochastic process
and let Ft be the …ltration generated by it. Xt is a Brownian motion i¤ the
following conditions are satis…ed:
1. X0 = 0 a.s.;
6
1. X0 = 0 a.s.;
7
Itô Integrals and Martingales
Next, we explore the link between Itô integration and martingales.
E[X 2(T )] = T
and hence
"Z #
T
E 2X (t)dX (t) = 0
0
8
Therefore, the Itô integral
Z T
2X (t)dX (t)
0
is a martingale.
Let g (t; Xt) be a function on [0; T ] and satisfying the technical condition.
Then the Itô integral
Z T
g (t; Xt)dXt
0
is a martingale.
9
But does the converse hold? Can we represent any martingale as an Itô inte-
gral?
Example Using only Itô and the fact that Itô integrals are martingales, we will
show that
h i
E X 2(T ) = T:
10
Consider the function F (t; Xt) = XT2 , then by Itô’s lemma,
Z Z
2 2 1 T T
XT = X0 + 2dt + 2XtdXt
2 0 0
Z T Z T
= dt + 2 XtdXt
0 0
since X0 = 0
Taking the expectation,
"Z # "Z #
h i T T
E XT2 = E dt + 2E XtdXt
0 0
Now,
Z T
XtdXt
0
hR i
is an Itô integral and as a result E T X dX =0
0 t t
11
Moreover,
"Z #
T
E dt = E [T ] = T
0
We can conclude that
h i
E X 2(T ) =T
As an aside, we can usually exchange the order of integration between the time
integral and the expectation so that
"Z # Z T
T
E f (Xt)dt = E [f (Xt)] dt
0 0
This is due to an analysis result known as Fubini’s Theorem.
12
Itô Integral
Recall the usual Riemann de…nition of a de…nite integral
Z b
f (x) dx
a
y = f (x )
h
a = x0 x1 x i −1 xi x i +1 b = xN
x
which represents the area under the curve between x = a and x = b; where
the curve is the graph of f (x) plotted against x:
13
Assuming f is a "well behaved" function on [a; b] ; there are many di¤erent
ways (which all lead to the same value for the de…nite integral).
Start by partitioning [a; b] into N intervals with end points x0 = a < x1 <
x2 < :::::: < xN 1 < xN = b; where the length of an interval dx =
xi xi+1 tends to zero as N ! 1: So there are N intervals and N + 1
points xi:
Discretising x gives
xi = a + idx
Now consider the de…nite integral
Z T
f (t) dt:
0
With Riemann integration there are a number of ways we can approximate this:
14
1. left hand rectangle rule;
Z T NX1
f (t) dt = lim f (ti) (ti+1 ti)
0 N !1
i=0
3. trapezium rule;
Z T NX1
f (t) dt = lim 1 (f (t ) + f (t
2 i i+1 )) (ti+1 ti)
0 N !1
i=0
15
4. midpoint rule
Z T NX1
f (t) dt = lim f 12 (ti + ti+1) (ti+1 ti)
0 N !1
i=0
In the limit N ! 1; f (t) we get the same value for each de…nition of the
de…nite integral, provided the function is integrable.
16
where Xi = X (ti) ; or as
NX1
lim f (ti+1; Xi+1) (Xi+1 Xi) ;
N !1
i=0
or as
NX1
lim f ti+ 1 ; Xi+ 1 (Xi+1 Xi) ;
N !1 2 2
i=0
where ti+ 1 = 12 (ti + ti+1) and Xi+ 1 = X ti+ 1 or in many other ways.
2 2 2
So clearly drawing parallels with the above Riemann form.
Very Important: In the case of a stochastic variable dX (t) the value of the
stochastic integral does depend on which de…nition we choose.
17
is special. This de…nition results in the Itô Integral.
18
The main thing to note about Itô integrals is that I is a random variable (unlike
the deterministic case). Additionally, since I is essentially the limit of a sum of
normal random variables, then by the CLT I is also normally distributed, and
can be characterized by its mean and variance.
19
Now note the hint:
20
Now the …rst two expressions above give
NX1 NX1
3
Xi+1 Xi3 = XN
3 X03
i=0 i=0
= X (T )3 X (0)3 :
In the limit N ! 1; i.e. dt ! 0; (Xi+1 Xi)2 ! dt; so
NX1 Z T
lim 3Xi (Xi+1 Xi)2 = 3X (t) dt
N !1 0
i=0
Finally (Xi+1 Xi)3 = (Xi+1 Xi)2 (Xi+1 Xi) which when N ! 1
behaves like dX 2dX O dt3=2 ! 0:
21
The other important property that the Itô integral has is that it is a martingale.
We know that
Xi+1 Xi
is a martingale; i.e. in the context
E [Xi+1 Xi] = 0:
Since
" #
NP 1
E f (ti; Xi) (Xi+1 Xi) =
i=0
NP 1
f (ti; Xi) E [Xi+1 Xi] = 0
i=0
Thus
"Z #
T
E f (t; X (t)) dX (t) = 0:
0
This is, essentially a consequence of the Itô integral being non-anticipatory, as
discussed earlier. No other stochastic integral has this property.
22
Exercise We know from Itô’s lemma that
Z T Z T
4 X 3 (t) dX (t) = X 4 (T ) X 4 (0) 6 X 2 (t) dt
0 0
Show from the de…nition of the Itô integral that the result can also be found
by initially writing the integral
Z T NX1
4 X 3dX = lim 4 Xi3 (Xi+1 Xi)
0 N !1
i=0
Hint: use 4b3 (a b) = a4 b4 4b (a b)3 6b2 (a b)2 (a b)4.
23
Proving that a Continuous Time Stochastic Process is
a Martingale
Consider a stochastic process Y (t) solving the following SDE:
The answer has to do with the fact that Itô integrals are martingales.
E [YtjFs] = Ys; 0 s t
Let’s start by integrating the SDE between s and t to get an exact form for
Y (t):
Z t Z t
Y (t) = Y (s) + f (Yu; u)du + g (Yu; u)dX (u)
s s
24
Taking the expectation conditional on the …ltration at time s, we get
Z t Z t
E [YtjFs] = E Y (s) + f (Yu; u)du + g (Yu; u)dX (u)jFs
s s
Z t
= Y (s) + E f (Yu; u)dujFs
s
where the last line follows from the fact that a Itô integral is a martingale, )
Z t Z s
E g (Yu; u)dX (u)jFs = g (Yu; u)dX (u) = 0:
s s
So, Y (t) is a martingale i¤
Z t
E f (u)dujFs = 0
s
This condition is satis…ed only if f (Yt; t) = 0 for all t. Returning to our SDE,
we conclude that Y (t) is a martingale i¤ it is of the form
25
Exponential Martingales
26
Consider the process Z (t) = eY (t). Applying Itô to the function we obtain:
dZ 1 d2Z 2 (t)
dZ (t) = dY (t) + dY
dY 2 dY 2
dZ 1 d2Z 2
= (f (t)dt + g (t)dX (t)) + 2
g (t)dt
dY 2 dY
(t) 1 2
= eY f (t) + g (t) dt + eY (t)g (t)dX (t)
2
1 2
= Z (t) f (t) + g (t) dt + g (t)dX (t)
2
Z (t) is a martingale if and only if it is a driftless process.
27
Going back to the process Y (t), we must have
1 2
dY (t) = g (t)dt + g (t)dX (t); Y (0) = Y0
2
implying that
Z Z
1 T 2 T
Y (T ) = Y0 g (t)dt + g (t)dX (t)
2 0 0
Hence, in terms of Z (t):
dZ (t) = Z (t)g (t)dX (t):
Using the earlier relationship, we can write Z (T ) = eY (T ):
28
Because the stochastic process Z (t) is the exponential of another process
(namely Y (t)) and because it is a martingale, we call Z (t) an exponential
martingale.
We have actually just stumbled upon a much more general and very important
result.
29
Key Condition (Novikov Condition)
30
Key Fact
31
Key Fact (Girsanov’s Theorem)
Given a process t satisfying the Novikov condition, we can de…ne the prob-
ability measure Q on ( ; F ) equivalent to P through the Radon Nikodým
derivative
Z t Z
dQ 1 t 2
= exp s dXs ds ; t 2 [0; T ]
dP 0 2 0 s
In this case, the process XtQ de…ned as
Z t
XtQ = XtP + s dXs
0
as is a standard Brownian motion on ( ; F ; Q):
32