Financial Mathematics
Spring 2003
Richard F. Bass
Department of Mathematics
University of Connecticut
These notes are c
2003 by Richard Bass. They may be used for personal use or
class use, but not for commercial purposes.
0. Introduction.
In this course we will study mathematical finance. Mathematical finance is not
about predicting the price of a stock. What it is about is figuring out the price of options
and derivatives.
The most familiar type of option is the option to buy a stock at a given price at
a given time. For example, suppose Microsoft is currently selling today at $40 per share.
A European call option is something I can buy that gives me the right to buy a share of
Microsoft at some future date. To make up an example, suppose I have an option that
allows me to buy a share of Microsoft for $50 in three months time, but does not compel
me to do so. If Microsoft happens to be selling at $45 in three months time, the option is
worthless. I would be silly to buy a share for $50 when I could call my broker and buy it
for $45. So I would choose not to exercise the option. On the other hand, if Microsoft is
selling for $60 three months from now, the option would be quite valuable. I could exercise
the option and buy a share for $50. I could then turn around and sell the share on the
open market for $60 and make a profit of $10 per share. Therefore this stock option I
possess has some value. There is some chance it is worthless and some chance that it will
lead me to a profit. The basic question is: how much is the option worth today?
The huge impetus in financial derivatives was the seminal paper of Black and Scholes
in 1973. Although many researchers had studied this question, Black and Scholes gave a
definitive answer, and a great deal of research has been done since. These are not just
academic questions; today the market in financial derivatives is larger than the market
in stock securities. In other words, more money is invested in options on stocks than in
stocks themselves.
Options have been around for a long time. The earliest ones were used by manu-
facturers and food producers to hedge their risk. A farmer might agree to sell a bushel of
wheat at a fixed price six months from now rather than take a chance on the vagaries of
1
market prices. Similarly a steel refinery might want to lock in the price of iron ore at a
fixed price.
The sections of these notes can be grouped into 5 categories. The first is elementary
probability. Although someone who has had a course in undergraduate probability will
be familiar with some of this, we will talk about a number of topics that are not usually
covered in such a course: σ-fields, conditional expectations, martingales.
The second
category is the binomial asset pricing model. This is just about the simplest model of
a stock that one can imagine, and this will provide a case where we can see most of
the major ideas of mathematical finance, but in a very simple setting.
Then we will
turn to advanced probability, that is, ideas such as Brownian motion, stochastic integrals,
stochastic differential equations, Girsanov tranformation. Although to do this rigorously
requires measure theory, we can still learn enough to understand and work with these
concepts. We then return to finance and work with the continuous model. We will derive
the Black-Scholes formula, see the Fundamental Theorem of Asset Pricing, work with
equivalent martingale measures, and the like. The fifth main category is term structure
models, which means models of interest rate behavior.
1. Review of elementary probability.
Let’s begin by recalling some of the definitions and basic concepts of elementary
probability. We will only work with discrete models at first.
We start with an arbitrary set, called the probability space, which we will denote
by Ω, the Greek letter “capital omega.” We are given a class F of subsets of Ω. These are
called events. We require F to be a σ-field. This means that
(1) ∅ ∈ F ,
(2) Ω ∈ F ,
(3) A ∈ F implies A
c
∈ F , and
(4) A
1
, A
2
, . . . ∈ F implies both ∪
∞
i=1
A
i
∈ F and ∩
∞
i=1
A
i
∈ F .
Here A
c
= {ω ∈ Ω : ω /
∈ A} denotes the complement of A. ∅ denotes the empty set, that
is, the set with no elements. We will use without special comment the usual notations of
∪ (union), ∩ (intersection), ⊂ (contained in), ∈ (is an element of).
Typically, in an elementary probability course, F will consist of all subsets of
Ω, but we will later need to distinguish between various σ-fields.
Here is an exam-
ple. Suppose one tosses a coin two times and lets Ω denote all possible outcomes. So
Ω = {HH, HT, T H, T T }. A typical σ-field F would be the one consisting of all subsets (of
which there are 16). In this case it is trivial to show that F is a σ-field, since every subset
is in F . But if we let G = {∅, Ω, {HH, HT }, {T H, T T }}, then G is also a σ-field. One has
to check the definition, but to illustrate, the event {HH, HT } is in G, so we require the
2
complement of that set to be in G as well. But the complement is {T H, T T } and that
event is indeed in G.
One point of view which we will explore much more fully later on is that the σ-
field tells you what events you know. In this example, F is the σ-field where you “know”
everything, while G is the σ-field where you “know” only the result of the first toss but not
the second. We won’t try to be precise here, but to try to add to the intuition, suppose
one knows whether an event in F has happened or not for a particular outcome. We
would then know which of the events {HH}, {HT }, {T H}, or {T T } has happened and so
would know what the two tosses of the coin showed. On the other hand, if we know which
events in G happened, we would only know whether the event {HH, HT } happened, which
means we would know that the first toss was a heads, or we would know whether the event
{T H, T T } happened, in which case we would know that the first toss was a tails. But
there is no way to tell what happened on the second toss from knowing which events in G
happened. Much more on this later.
The third basic ingredient is a function P on F satisfying
(1) if A ∈ F , then 0 ≤ P(A) ≤ 1,
(2) P(Ω) = 1, and
(3) if A
1
, A
2
, . . . ∈ F are pairwise disjoint, then P(∪
∞
i=1
A
i
) =
P
∞
i=1
P(A
i
).
P is called a probability or probability measure.
There are a number of conclusions one can draw from this definition.
As one
example, if A ⊂ B, then P(A) ≤ P(B) and P(A
c
) = 1 − P(A).
Someone who has had real analysis will realize that a σ-field is the same thing as a
σ-algebra and a probability is a measure of total mass one.
A random variable (abbreviated r.v.) is a function X from Ω to R, the reals. To
be more precise, to be a r.v. X must also be measurable, which means that {ω : X(ω) ≥
a} ∈ F for all reals a.
The notion of measurability has a simple definition but is a bit subtle. If we take
the point of view that we know all the events in G, then if Y is G-measurable, then we
know Y .
Here is an example. In the example where we tossed a coin two times, let X be the
number of heads in the two tosses. Then X is F measurable but not G measurable. To
see this, let us consider A
a
= {ω ∈ Ω : X(ω) ≥ a}. This event will equal
Ω
if a ≤ 0;
{HH, HT, T H}
if 0 < a ≤ 1;
{HH}
if 1 < a ≤ 2;
∅
if 2 < a.
For example, if a =
3
2
, then the event where the number of heads is
3
2
or greater is the
event where we had two heads, namely, {HH}. Now observe that for each a the event A
a
3
is in F because F contains all subsets of Ω. Therefore X is measurable with respect to
F . However it is not true that A
a
is in G for every value of a – take a =
3
2
as just one
example. So X is not measurable with respect to the σ-field G.
A discrete r.v. is one where P(ω : X(ω) = a) = 0 for all but countably many a’s.
In defining sets one usually omits the ω; thus (X = x) is the same as {ω : X(ω) = x}.
In the discrete case, to check measurability with respect to a σ-field F , it is enough
that (X = a) ∈ F for all reals a. The reason for this is if x
1
, x
2
, . . . are the values of x
for which P(X = x) 6= 0, then we can write (X ≥ a) = ∪
x
i
≥a
(X = x
i
) and we have a
countable union. So if (X = x
i
) ∈ F , then (X ≥ a) ∈ F .
Given a discrete r.v. X, the expectation or mean is defined by
E X =
X
x
xP(X = x)
provided the sum converges. If X only takes finitely many values, then this is a finite sum
and of course it will converge. This is the situation that we will consider for quite some
time. However, if X can take an infinite number of values (but countable), convergence
needs to be checked.
There is an alternate definition of expectation which is equivalent in the discrete
setting. Set
E X =
X
ω∈Ω
X(ω)P({ω}).
To see that this is the same, we have
X
x
xP(X = x) =
X
x
x
X
{ω∈Ω:X(ω)=x}
P({ω})
=
X
x
X
{ω∈Ω:X(ω)=x}
X(ω)P({ω})
=
X
ω∈Ω
X(ω)P({ω}).
The advantage of the second definition is that some properties of expectation, such as
E (X + Y ) = E X + E Y , are immediate, while with the first definition they require quite
a bit of proof.
Two events A and B are independent if P(A ∩ B) = P(A)P(B). Two random
variables X and Y are independent if P(X ∈ A, Y ∈ B) = P(X ∈ A)P(X ∈ B) for all
A and B that are subsets of the reals. The comma in the expression on the left hand
side means “and.” The extension of this definition to the case of more than two events or
random variables is obvious.
4
Two σ-fields F and G are independent if A and B are independent whenever A ∈ F
and B ∈ G. A r.v. X and a σ-field G are independent if P((X ∈ A) ∩ B) = P(X ∈ A)P(B)
whenever A is a subset of the reals and B ∈ G.
As an example, suppose we toss a coin two times and we define the σ-fields G
1
=
{∅, Ω, {HH, HT }, {T H, T T }} and G
2
= {∅, Ω, {HH, T H}, {HT, T T }}. Then G
1
and G
2
are
independent if P(HH) = P(HT ) = P(T H) = P(T T ) =
1
4
. (Here we are writing P(HH)
when a more accurate way would be to write P({HH}).) An easy way to understand this
is that if we look at an event in G
1
that is not ∅ or Ω, then that is the event that the first
toss is a heads or it is the event that the first toss is a tails. Similarly, a set other than ∅
or Ω in G
2
will be the event that the second toss is a heads or that the second toss is a
tails.
If two r.v.s X and Y are independent, we have the multiplication theorem, which
says that E (XY ) = (E X)(E Y ) provided all the expectations are finite.
Suppose X
1
, . . . , X
n
are n independent r.v.s, such that for each one P(X
i
= 1) = p,
P(X
i
= 0) = 1 − p, where p ∈ [0, 1]. The random variable S
n
=
P
n
i=1
X
i
is called a
binomial r.v., and represents, for example, the number of successes in n trials, where the
probability of a success is p. An important result in probability is that
P(S
n
= k) =
n!
k!(n − k)!
p
k
(1 − p)
n−k
.
We close this section with a definition of conditional probability. The probability
of A given B, written P(A | B) is defined by
P(A ∩ B)
P(B)
,
provided P(B) 6= 0. The conditional expectation of X given B is defined to be
E [X; B]
P(B)
,
provided P(B) 6= 0. The notation E [X; B] means E [X1
B
], where 1
B
(ω) is 1 if ω ∈ B and
0 otherwise. Another way of writing E [X; B] is
E [X; B] =
X
ω∈B
X(ω)P({ω}).
2. Conditional expectation.
Suppose we have 200 men and 100 women, 70 of the men are smokers, and 50 of
the women are smokers. If a person is chosen at random, then the conditional probability
5
that the person is a smoker given that it is a man is 70 divided by 200, or 35%, while the
conditional probability the person is a smoker given that it is a women is 50 divided by
100, or 50%. We will want to be able to encompass both facts in a single entity.
The way to do that is to make conditional probability a random variable rather
than a number. To reiterate, we will make conditional probabilities random. Let M, W be
man, woman, respectively, and S, S
c
smoker and nonsmoker, respectively. We have
P(S | M ) = .35,
P(S | W ) = .50.
We introduce the random variable
(.35)1
M
+ (.50)1
W
and use that for our conditional probability. So on the set M its value is .35 and on the
set W its value is .50.
We need to give this random variable a name, so what we do is let G be the σ-field
consisting of {∅, Ω, M, W } and denote this random variable P(S | G). Thus we are going
to talk about the conditional probability of an event given a σ-field.
What is the precise definition? Suppose there exist finitely (or countably) many sets
B
1
, B
2
, . . ., all having positive probability, such that they are pairwise disjoint, Ω is equal
to their union, and G is the σ-field one obtains by taking all finite or countable unions of
the B
i
. Then the conditional probability of A given G is
P(A | G) =
X
i
P(A ∩ B
i
)
P(B
i
)
1
B
i
(ω).
In short, on the set B
i
the conditional probability is equal to P(A | B
i
).
Not every σ-field can be so represented, so this definition will need to be extended
when we get to continuous models. σ-fields that can be represented in this way are called
finitely (or countably) generated and are said to be generated by the sets B
1
, B
2
, . . ..
Let’s look at another example. Suppose Ω consists of the possible results when we
toss a coin three times: HHH, HHT, etc. Let F
3
denote all subsets of Ω. Let F
1
consist of
the sets ∅, Ω, {HHH, HHT, HT H, HT T }, and {T HH, T HT, T T H, T T T }. So F
1
consists
of those events that can be determined by knowing the result of the first toss. We want to
let F
2
denote those events that can be determined by knowing the first two tosses. This will
include the sets ∅, Ω, {HHH, HHT }, {HT H, HT T }, {T HH, T HT }, {T T H, T T T }. This is
not enough to make F
2
a σ-field, so we add to F
2
all sets that can be obtained by taking
unions of these sets.
Suppose we tossed the coin independently and suppose that it was fair. Let us
calculate P(A | F
1
), P(A | F
2
), and P(A | F
3
) when A is the event {HHH}.
First
6
the conditional probability given F
1
. Let C
1
= {HHH, HHT, HT H, HT T } and C
2
=
{T HH, T HT, T T H, T T T }. On the set C
1
the conditional probability is P(A∩C
1
)/P(C
1
) =
P(HH H)/P(C
1
) =
1
8
/
1
2
=
1
4
. On the set C
2
the conditional probability is P(A∩C
2
)/P(C
2
)
= P(∅)/P(C
2
) = 0. Therefore P(A | F
1
) = (.25)1
C
1
. This is plausible – the probability of
getting three heads given the first toss is
1
4
if the first toss is a heads and 0 otherwise.
Next let us calculate P(A | F
2
). Let D
1
= {HHH, HHT }, D
2
= {HT H, HT T }, D
3
= {T HH, T HT }, D
4
= {T T H, T T T }. So F
2
is the σ-field consisting of all possible unions
of some of the D
i
’s. P(A | D
1
) = P(HHH)/P(D
1
) =
1
8
/
1
4
=
1
2
. Also, as above, P(A |
D
i
) = 0 for i = 2, 3, 4. So P(A | F
2
) = (.50)1
D
1
. This is again plausible – the probability
of getting three heads given the first two tosses is
1
2
if the first two tosses were heads and
0 otherwise.
What about conditional expectation? Given a random variable X, we define
E [X | G] =
X
i
E [X; B
i
]
P(B
i
)
1
B
i
.
This is the obvious definition, and it agrees with what we had before because E [1
A
| G] =
P(A | G).
We now turn to some properties of conditional expectation. Some of the following
propositions may seem a bit technical. In fact, they are! However, these properties are
crucial to what follows and there is no choice but to master them.
Proposition 2.1. E [X | G] is G measurable, that is, if Y = E [X | G], then (Y > a) is a
set in G for each real a.
Proof. By the definition,
Y = E [X | G] =
X
i
E [X; B
i
]
P(B
i
)
1
B
i
=
X
i
b
i
1
B
i
if we set b
i
= E [X; B
i
]/P(B
i
). The set (Y ≥ a) is a union of some of the B
i
, namely, those
B
i
for which b
i
≥ a. But the union of any collection of the B
i
is in G.
An example might help. Suppose
Y = 2 · 1
B
1
+ 3 · 1
B
2
+ 6 · 1
B
3
+ 4 · 1
B
4
and a = 3.5. Then (Y ≥ a) = B
3
∪ B
4
, which is in G.
7
Proposition 2.2. If C ∈ G and Y = E [X | G], then E [Y ; C] = E [X; C].
Proof. Since Y =
P
E [X;B
i
]
P(B
i
)
1
B
i
and the B
i
are disjoint, then
E [Y ; B
j
] =
E [X; B
j
]
P(B
j
)
E 1
B
j
= E [X; B
j
].
Now if C = B
j
1
∪ · · · ∪ B
j
n
∪ · · ·, summing the above over the j
k
gives E [Y ; C] = E [X; C].
Let us look at the above example for this proposition, and let us do the case where
C = B
2
. Note 1
B
2
1
B
2
= 1
B
2
because the product is 1 · 1 = 1 if ω is in B
2
and 0 otherwise.
On the other hand, it is not possible for an ω to be in more than one of the B
i
, so
1
B
2
1
B
i
= 0 if i 6= 2. Mutiplying Y in the above example by 1
B
2
, we see that
E [Y ; C] = E [Y ; B
2
] = E [Y 1
B
2
] = E [3 · 1
B
2
]
= 3E [1
B
2
] = 3P(B
2
).
However the number 3 is not just any number; it is E [X; B
2
]/P(B
2
). So
3P(B
2
) =
E [X; B
2
]
P(B
2
)
P(B
2
) = E [X; B
2
] = E [X; C],
just as we wanted. If C = B
1
∪ B
4
, for example, we then write
E [X; C] = E [X1
C
] = E [X(1
B
2
+ 1
B
4
)]
= E [X1
B
2
] + E [X1
B
4
] = E [X; B
2
] + E [X; B
4
].
By the first part, this equals E [Y ; B
2
]+E [Y ; B
4
], and we undo the above string of equalities
but with Y instead of X to see that this is E [Y ; C].
If a r.v. Y is G measurable, then for any a we have (Y = a) ∈ G which means that
(Y = a) is the union of one of more of the B
i
. Since the B
i
are disjoint, it follows that Y
must be constant on each B
i
.
Again let us look at an example. Suppose Z takes only the values 1, 3, 4, 7. Let
D
1
= (Z = 1), D
2
= (Z = 3), D
3
= (Z = 4), D
4
= (Z = 7). Note that we can write
Z = 1 · 1
D
1
+ 3 · 1
D
2
+ 4 · 1
D
3
+ 7 · 1
D
4
.
To see this, if ω ∈ D
2
, for example, the right hand side will be 0 + 3 · 1 + 0 + 0, which agrees
with Z(ω). Now if Z is G measurable, then (Z ≥ a) ∈ G for each a. Take a = 7, and we
see D
4
∈ G. Take a = 4 and we see D
3
∪ D
4
∈ G. Taking a = 3 shows D
2
∪ D
3
∪ D
4
∈ G.
Now D
3
= (D
3
∪ D
4
) ∩ D
c
4
, so since G is a σ-field, D
3
∈ G. Similarly D
2
, D
1
∈ G. Because
sets in G are unions of the B
i
’s, we must have Z constant on the B
i
’s. For example, if it
so happened that D
1
= B
1
, D
2
= B
2
∪ B
4
, D
3
= B
3
∪ B
6
∪ B
7
, and D
4
= B
5
, then
Z = 1 · 1
B
1
+ 3 · 1
B
2
+ 4 · 1
B
3
+ 3 · 1
B
4
+ 7 · 1
B
5
+ +4 · 1
B
6
+ 4 · 1
B
7
.
We still restrict ourselves to the discrete case. In this context, the properties given
in Propositions 2.1 and 2.2 uniquely determine E [X | G].
8
Proposition 2.3. Suppose Z is G measurable and E [Z; C] = E [X; C] whenever C ∈ G.
Then Z = E [X | G].
Proof. Since Z is G measurable, then Z must be constant on each B
i
. Let the value of Z
on B
i
be z
i
. So Z =
P
i
z
i
1
B
i
. Then
z
i
P(B
i
) = E [Z; B
i
] = E [X; B
i
],
or z
i
= E [X; B
i
]/P(B
i
) as required.
The following propositions contain the main facts about this new definition of con-
ditional expectation that we will need.
Proposition 2.4. (1) If X
1
≥ X
2
, then E [X
1
| G] ≥ E [X
2
| G].
(2) E [aX
1
+ bX
2
| G] = aE [X
1
| G] + bE [X
2
| G].
(3) If X is G measurable, then E [X | G] = X.
(4) E [E [X | G]] = E X.
(5) If X is independent of G, then E [X | G] = E X.
If we were to think of E [X | G] as the best prediction of X given G, we can give an
interpretation of (1)-(5). (1) says that if X
1
is larger than X
2
, then the predicted value of
X
1
should be larger than the predicted value of X
2
. (2) says that the predicted value of
X
1
+ X
2
should be the sum of the predicted values. (3) says that if we know G and X is
G measurable, then we know X and our best prediction of X is X itself. (4) says that the
average of the predicted value of X should be the predicted value of X. (5) says that if
knowing G gives us no additional information on X, then the best prediction for the value
of X is just E X.
Proof. (1) and (2) are immediate from the definition. To prove (3), note that if Z =
X, then Z is G measurable and E [X; C] = E [Z; C] for any C ∈ G; this is trivial. By
Proposition 2.3 it follows that Z = E [X | G]; this proves (3). To prove (4), if we let C = Ω
and Y = E [X | G], then E Y = E [Y ; C] = E [X; C] = E X.
Last is (5). Let Z = E X. Z is constant, so clearly G measurable. By the in-
dependence, if C ∈ G, then E [X; C] = E [X1
C
] = (E X)(E 1
C
) = (E X)(P(C)). But
E [Z; C] = (E X)(P(C)) since Z is constant. By Proposition 2.3 we see Z = E [X | G].
Propostion 2.5. If Z is G measurable, then E [XZ | G] = ZE [X | G].
Proof. Note that ZE [X | G] is G measurable, so by Proposition 2.3 we need to show its
expectation over sets C in G is the same as that of XZ. As in the proof of Proposition
9
2.2, it suffices to consider only the case when C is one of the B
i
. Now Z is G measurable,
hence it is constant on B
i
; let its value be z
i
. Then
E [ZE [X | G]; B
i
] = E [z
i
E [X | G]; B
i
] = z
i
E [E [X | G]; B
i
] = z
i
E [X; B
i
] = E [XZ; B
i
]
as desired.
This proposition says that as far as conditional expectations with respect to a σ-
field G go, G-measurable random variables act like constants: they can be taken inside or
outside the conditional expectation at will.
Proposition 2.6. If H ⊂ G ⊂ F , then
E [E [X | H] | G] = E [X | H] = E [E [X | G] | H].
Proof. E [X | H] is H measurable, hence G measurable, since H ⊂ G. The left hand
equality now follows by Proposition 2.4(3). To get the right hand equality, let W be the
right hand expression. It is H measurable, and if C ∈ H ⊂ G, then
E [W ; C] = E [E [X | G]; C] = E [X; C]
as required.
In words, if we are predicting a prediction of X given limited information, this is
the same as a single prediction given the least amount of information.
If Y is a discrete random variables, that is, it takes only countably many values
y
1
, y
2
, . . ., we let B
i
= (Y = y
i
). These will be disjoint sets whose union is Ω. If σ(Y )
is the collection of all unions of the B
i
, then σ(Y ) is a σ-field, and is called the σ-field
generated by Y . It is easy to see that this is the smallest σ-field with respect to which Y
is measurable. We write E [X | Y ] for E [X | σ(Y )].
3. Martingales.
Suppose we have a sequence of σ-fields F
1
⊂ F
2
⊂ F
3
· · ·. An example would be
repeatedly tossing a coin and letting F
k
be the sets that can be determined by the first
k tosses. Another example is to let F
k
be the events that are determined by the values
of a stock at times 1 through k. A third example is to let X
1
, X
2
, . . . be a sequence of
random variables and let F
k
be the σ-field generated by X
1
, . . . , X
k
, the smallest σ-field
with respect to which X
1
, . . . , X
k
are measurable.
A r.v. X is integrable if E |X| < ∞. Given an increasing sequence of σ-fields F
n
, a
sequence of r.v.’s X
n
is adapted if X
n
is F
n
measurable for each n.
10
A martingale M
n
is a sequence of random variables such that M
n
is integrable for
all n, M
n
is adapted to F
n
, and
E [M
n+1
| F
n
] = M
n
(3.1)
for each n. Martingales will be ubiquitous in financial math.
The word “martingale” comes from the piece of a horse’s bridle that runs from the
horse’s head to its chest. It keeps the horse from raising its head too high. It turns out
that martingales in probability cannot get too large.
Here is an example. Let X
1
, X
2
, . . . be a sequence of independent r.v.’s with mean 0
that are independent. Set F
n
= σ(X
1
, . . . , X
n
), the σ-field generated by X
1
, . . . , X
n
. Let
M
n
=
P
n
i=1
X
i
. Then
E [M
n+1
| F
n
] = X
1
+ · · · + X
n
+ E [X
n+1
| F
n
] = M
n
+ E X
n+1
= M
n
,
where we used the independence.
Another example: suppose in the above that the X
k
all have variance 1, and let
M
n
= S
2
n
− n, where S
n
=
P
n
i=1
X
i
. We compute
E [M
n+1
| F
n
] = E [S
2
n
+ 2X
n+1
S
n
+ X
2
n+1
| F
n
] − (n + 1).
We have E [S
2
n
| F
n
] = S
2
n
since S
n
is F
n
measurable. E [2X
n+1
S
n
| F
n
] = 2S
n
E [X
n+1
|
F
n
] = 2S
n
E X
n+1
= 0. And E [X
2
n+1
| F
n
] = E X
2
n+1
= 1. Substituting, we obtain
E [M
n+1
| F
n
] = M
n
, or M
n
is a martingale.
A third example: Suppose you start with a dollar and you are tossing a fair coin
independently. If it turns up heads you double your fortune, tails you go broke. This is
“double or nothing.” Let M
n
be your fortune at time n. To formalize this, let X
1
, X
2
, . . .
be independent r.v.’s that are equal to 2 with probability
1
2
and 0 with probability
1
2
. Then
M
n
= X
1
· · · X
n
. To compute the conditional expectation, note E X
n+1
= 1. Then
E [M
n+1
| F
n
] = M
n
E [X
n+1
| F
n
] = M
n
E X
n+1
= M
n
,
using the independence.
A final example for now: let F
1
, F
2
, . . . be given and let X be a fixed r.v. Let
M
n
= E [X | F
n
]. We have
E [M
n+1
| F
n
] = E [E [X | F
n+1
] | F
n
] = E [X | F
n
] = M
n
.
4. Properties of martingales.
11
When it comes to discussing American options, we will need the concept of stopping
times. A mapping τ from Ω into the nonnegative integers is a stopping time if (τ = k) ∈ F
k
for each k.
An example is τ = min{k : S
k
≥ A}. This is a stopping time because (τ = k) =
(S
1
, . . . , S
k−1
< A, S
k
≥ A) ∈ F
k
. We can think of a stopping time as the first time
something happens. σ = max{k : S
k
≥ A}, the last time, is not a stopping time.
Here is an intuitive description of a stopping time. If I tell you to drive to the city
limits and then drive until you come to the second stop light after that, you know when
you get there that you have arrived; you don’t need to have been there before or to look
ahead. But if I tell you to drive until you come to the second stop light before the city
limits, either you must have been there before or else you have to go past where you are
supposed to stop, continue on to the city limits, and then turn around and come back two
stop lights. You don’t know when you first get to the second stop light before the city
limits that you get to stop there. The first set of instructions forms a stopping time, the
second set does not.
If M
n
is an adapted sequence of integrable r.v.’s with
E [M
n+1
| F
n
] ≥ M
n
for each n, then M
n
is a submartingale. (Is the “≥” is replaced by “=”, of course, that is
what we called a martingale; if the “≥” is replaced by “≤”, we call M
n
a supermartingale.)
Our first result is Jensen’s inequality.
Proposition 4.1. If g is convex, then
g(E [X | G]) ≤ E [g(X) | G]
provided all the expectations exist.
For ordinary expectations rather than conditional expectations, this is still true.
That is, if g is convex and the expectations exist, then
g(E X) ≤ E [g(X)].
We already know some special cases of this: when g(x) = |x|, this says |E X| ≤ E |X|;
when g(x) = x
2
, this says (E X)
2
≤ E X
2
, which we know because E X
2
− (E X)
2
=
E (X − E X)
2
≥ 0.
Proof. If g is convex, then the graph of g lies above all the tangent lines. Even if g does
not have a derivative at x
0
, there is a line passing through x
0
which lies beneath the graph
of g. So for each x
0
there exists c(x
0
) such that
g(x) ≥ g(x
0
) + c(x
0
)(x − x
0
).
12
Apply this with x = X(ω) and x
0
= E [X | G](ω). We then have
g(X) ≥ g(E [X | G]) + c(E [X | G])(X − E [X | G]).
One can check that c can be chosen so that c(E [X | G]) is G measurable.
Now take the conditional expectation with respect to G. The first term on the right
is G measurable, so remains the same. The second term on the right is equal to
c(E [X | G])E [X − E [X | G] | G] = 0.
One reason we want Jensen’s inequality is to show that a convex function applied
to a martingale yields a submartingale.
Proposition 4.2. If M
n
is a martingale and g is convex, then g(M
n
) is a submartingale,
provided all the expectations exist.
Proof. By Jensen’s inequality,
E [g(M
n+1
) | F
n
] ≥ g(E [M
n+1
| F
n
]) = g(M
n
).
If M
n
is a martingale, then E M
n
= E [E [M
n+1
| F
n
]] = E M
n+1
. So E M
0
=
E M
1
= · · · = E M
n
. Doob’s optional stopping theorem says the same thing holds when
fixed times n are replaced by stopping times.
Theorem 4.3. Suppose K is a positive integer, N is a stopping time such that N ≤ K
a.s., and M
n
is a martingale. Then
E M
N
= E M
K
.
Here, to evaluate M
N
, one first finds N (ω) and then evaluates M
·
(ω) for that value of N .
Proof. We have
E M
N
=
K
X
k=0
E [M
N
; N = k].
If we show that the k-th summand is E [M
n
; N = k], then the sum will be
K
X
k=0
E [M
n
; N = k] = E M
n
13
as desired. We have
E [M
N
; N = k] = E [M
k
; N = k]
by the definition of M
N
. Now (N = k) is F
k
measurable, so by Proposition 2.2 and the
fact that M
k
= E [M
k+1
| F
k
],
E [M
k
; N = k] = E [M
k+1
; N = k].
We have (N = k) ∈ F
k
⊂ F
k+1
. Since M
k+1
= E [M
k+2
| F
k+1
], Proposition 2.2 tells us
that
E [M
k+1
; N = k] = E [M
k+2
; N = k].
We continue, using (N = k) ∈ F
k
⊂ F
k+1
⊂ F
k+2
, and we obtain
E [M
N
; N = k] = E [M
k
; N = k] = E [M
k+1
; N = k] = · · · = E [M
n
; N = k].
If we change the equalities in the above to inequalities, the same result holds for sub-
martingales.
As a corollary we have two of Doob’s inequalities:
Theorem 4.4. (a) If M
n
is a nonnegative submartingale,
P(max
k≤n
M
k
≥ λ) ≤
1
λ
E M
n
.
(b)
E (max
k≤n
M
2
k
) ≤ 4E M
2
n
.
Proof. Set M
n+1
= M
n
. It is easy to see that the sequence M
1
, M
2
, . . . , M
n+1
is also a
martingale. Let N = min{k : M
k
≥ λ} ∧ (n + 1), the first time that M
k
is greater than or
equal to λ, where a ∧ b = min(a, b). Then
P(max
k≤n
M
k
≥ λ) = P(N ≤ n)
and if N ≤ n, then M
N
≥ λ. Now
P(max
k≤n
M
k
≥ λ) = E [1
(N ≤n)
] ≤ E
h
M
N
λ
; N ≤ n
i
(4.1)
=
1
λ
E [M
N ∧n
; N ≤ n] ≤
1
λ
E M
N ∧n
.
Finally, since M
n
is a submartingale, E M
N ∧n
≤ E M
n
.
14
We now look at (b). Let us write M
∗
for max
k≤n
M
k
. We have
E [M
N ∧n
; N ≤ n] =
∞
X
k=0
E [M
k∧n
; N = k].
Arguing as in the proof of Theorem 4.3,
E [M
k∧n
; N = k] ≤ E [M
n
; N = k],
and so
E [M
N ∧n
; N ≤ n] ≤
∞
X
k=0
E [M
n
; N = k] = E [M
n
; N ≤ n].
The last expression is at most E [M
n
; M
∗
≥ λ]. If we multiply (4.1) by 2λ and integrate
over λ from 0 to ∞, we obtain
Z
∞
0
2λP(M
∗
≥ λ)dλ ≤ 2
Z
∞
0
E [M
n
: M
∗
≥ λ]
= 2E
Z
∞
0
M
n
1
(M
∗
≥λ)
dλ
= 2E
h
M
n
Z
M
∗
0
dλ
i
= 2E [M
n
M
∗
].
Using Cauchy-Schwarz, this is bounded by
2(E M
2
n
)
1/2
(E (M
∗
)
2
)
1/2
.
On the other hand,
Z
∞
0
2λP(M
∗
≥ λ)dλ = E
Z
∞
0
2λ1
(M
∗
≥λ)
dλ
= E
Z
M
∗
0
2λ dλ = E (M
∗
)
2
.
We therefore have
E (M
∗
)
2
≤ 2(E M
2
n
)
1/2
(E (M
∗
)
2
)
1/2
.
Suppose E (M
∗
)
2
< ∞. We divide both sides by (E (M
∗
)
2
)
1/2
and square both sides.
(When E (M
∗
)
2
is infinite, there is a way to circumvent the division by infinity.)
The last result we want is that bounded martingales converge. (The hypothesis of
boundedness can be weakened.)
15
Theorem 4.5. Suppose M
n
is a martingale bounded in absolute value by K. That is,
|M
n
| ≤ K for all n. Then lim
n→∞
M
n
exists a.s.
Proof. Since M
n
is bounded, it can’t tend to +∞ or −∞. The only possibility is that it
might oscillate. Let a < b be two rationals. What might go wrong is that M
n
might be
larger than b infinitely often and less than a infinitely often. If we show the probability of
this is 0, then taking the union over all pairs of rationals (a, b) shows that almost surely
M
n
cannot oscillate, and hence must converge.
Fix a, b and let S
1
= min{k : M
k
≤ a}, T
1
= min{k > S
1
: M
k
≥ b}, S
2
= min{k >
T
1
: M
k
≤ a}, and so on. Let U
n
= max{k : T
k
≤ n}. U
n
is called the number of
upcrossings up to time n.
We can write
2K ≥ M
n
− M
0
=
n
X
k=1
(M
S
k+1
∧n
− M
T
k
∧n
) +
∞
X
k=1
(M
T
k
∧n
− M
S
k
∧n
) + (M
S
1
∧n
− M
0
).
Now take expectations. The expectation of the first sum on the right and the last term
are zero by optional stopping. The middle term is larger than (b − a)U
n
, so we conclude
(b − a)E U
n
≤ 2K.
Let n → ∞ to see that E max
n
U
n
< ∞, which implies max
n
U
n
< ∞ a.s., which is what
we needed.
5. The one step binomial asset pricing model.
Let us begin by giving the simplest possible model of a stock and see how a European
call option should be valued in this context.
Suppose we have a single stock whose price is S
0
. Let d and u be two numbers with
0 < d < 1 < u. Here “d” is a mnemonic for “down” and “u” for “up.” After one time unit
the stock price will be either uS
0
with probability P or else dS
0
with probability Q, where
P + Q = 1. Instead of purchasing shares in the stock, you can also put your money in the
bank where one will earn interest at rate r. Alternatives to the bank are money market
funds or bonds; the key point is that these are considered to be risk-free.
A European call option in this context is the option to buy one share of the stock
at time 1 at price K. K is called the strike price. Let S
1
be the price of the stock at time
1. If S
1
is less than K, then the option is worthless at time 1. If S
1
is greater than K, you
can use the option at time 1 to buy the stock at price K, immediately turn around and
sell the stock for price S
1
and make a profit of S
1
− K. So the value of the option at time
1 is
V
1
= (S
1
− K)
+
,
16
where x
+
is max(x, 0). The principal question to be answered is: what is the value V
0
of
the option at time 0? In other words, how much should one pay for a European call option
with strike price K?
It is possible to buy a negative number of shares of a stock. This is equivalent to
selling shares of a stock you don’t have and is called selling short. If you sell one share
of stock short, then at time 1 you must buy one share at whatever the market price is at
that time and turn it over to the person that you sold the stock short to. Similarly you
can buy a negative number of options, that is, sell an option.
You can also deposit a negative amount of money in the bank, which is the same
as borrowing. We assume that you can borrow at the same interest rate r, not exactly a
totally realistic assumption. One way to make it seem more realistic is to assume you have
a large amount of money on deposit, and when you borrow, you simply withdraw money
from that account.
We are looking at the simplest possible model, so we are going to allow only one
time step: one makes an investment, and looks at it again one day later.
Let’s suppose the price of a European call option is V
0
and see what conditions
one can put on V
0
. Suppose you start out with V
0
dollars. One thing you could do is
buy one option. The other thing you could do is use the money to buy ∆
0
shares of
stock. If V
0
> ∆
0
S
0
, there will be some money left over and you put that in the bank. If
V
0
< ∆
0
S
0
, you do not have enough money to buy the stock, and you make up the shortfall
by borrowing money from the bank. In either case, at this point you have V
0
− ∆
0
S
0
in
the bank and ∆
0
shares of stock.
If the stock goes up, at time 1 you will have
∆
0
uS
0
+ (1 + r)(V
0
− ∆
0
S
0
),
and if it goes down,
∆
0
dS
0
+ (1 + r)(V
0
− ∆
0
S
0
).
We have not said what ∆
0
should be. Let us do that now. Let V
u
1
= (uS
0
− K)
+
and V
d
1
= (dS
0
− K)
+
. Note these are deterministic quantities, i.e., not random. Let
∆
0
=
V
u
1
− V
d
1
uS
0
− dS
0
,
and we will also need
W
0
=
1
1 + r
h
1 + r − d
u − d
V
u
1
+
u − (1 + r)
u − d
V
d
1
i
.
After some algebra, we see that if the stock goes up and you had bought stock
instead of the option you would now have
V
u
1
+ (1 + r)(V
0
− W
0
),
17
while if the stock went down, you would now have
V
d
1
+ (1 + r)(V
0
− W
0
).
Let’s check the first of these, the second being similar. We need to show
∆
0
uS
0
+ (1 + r)(V
0
− ∆
0
S
0
) = V
u
1
+ (1 + r)(V
0
− W
0
).
(5.1)
The left hand side is equal to
∆
0
S
0
(u − (1 + r)) + (1 + r)V
0
=
V
u
1
− V
d
1
u − d
(u − (1 + r)) + (1 + r)V
0
.
(5.2)
The right hand side of (5.1) is equal to
V
u
1
−
h
1 + r − d
u − d
V
u
1
+
u − (1 + r)
u − d
V
d
1
i
+ (1 + r)V
0
.
(5.3)
Now check that the coefficients of V
0
, of V
u
1
, and of V
d
1
agree in (5.2) and (5.3).
Suppose that V
0
> W
0
. What you want to do is come along with no money, sell
one option for V
0
dollars, use the money to buy ∆
0
shares, and put the rest in the bank
(or borrow if necessary). If the buyer of your option wants to exercise the option, you give
him one share of stock and sell the rest. If he doesn’t want to exercise the option, you sell
your shares of stock and pocket the money. Remember it is possible to have a negative
number of shares. You will have cleared (1 + r)(V
0
− W
0
), whether the stock went up or
down, with no risk.
If V
0
< W
0
, you just do the opposite: sell ∆
0
shares of stock short, buy one option,
and deposit or make up the shortfall from the bank. This time, you clear (1 + r)(W
0
− V
0
),
whether the stock goes up or down.
Now most people believe that you can’t make a profit on the stock market without
taking a risk. The name for this is “no free lunch,” or “arbitrage opportunities do not
exist.” The only way to avoid this is if V
0
= W
0
. In other words, we have shown that the
only reasonable price for the European call option is W
0
.
The “no arbitrage” condition is not just a reflection of the belief that one cannot get
something for nothing. It also represents the belief that the market is freely competitive.
The way it works is this: suppose W
0
= $3. Suppose you could sell options at a price
V
0
= $5; this is larger than W
0
and you would earn V
0
− W
0
= $2 per option without risk.
Then someone else would observe this and decide to sell the same option at a price less
than V
0
but larger than W
0
, say $4. This person would still make a profit, and customers
would go to him and ignore you because they would be getting a better deal. But then a
18
third person would decide to sell the option for less than your competition but more than
W
0
, say at $3.50. This would continue as long as any one would try to sell an option above
price W
0
.
We will examine this problem of pricing options in more complicated contexts, and
while doing so, it will become apparent where the formulas for ∆
0
and W
0
came from. At
this point, we want to make a few observations.
Remark 5.1. First of all, if 1 + r > u, one would never buy stock, since one can always
do better by putting money in the bank. So we may suppose 1 + r < u. We always have
1 + r ≥ 1 > d. If we set
p =
1 + r − d
u − d
,
q =
u − (1 + r)
u − d
,
then p, q ≥ 0 and p + q = 1. Thus p and q act like probabilities, but they have nothing to
do with P and Q. Note also that the price V
0
= W
0
does not depend on P or Q. It does
depend on p and q, which seems to suggest that there is an underlying probability which
controls the option price and is not the one that governs the stock price.
Remark 5.2.
There is nothing special about European call options in our argument
above. One could let V
u
1
and V
1
d
be any two values of any option, which are paid out if the
stock goes up or down, respectively. The above analysis shows we can exactly duplicate
the result of buying any option V by instead buying some shares of stock. If in some model
one can do this for any option, the market is called complete in this model.
Remark 5.3.
If we let P be the probability so that S
1
= uS
0
with probability p and
S
1
= dS
0
with probability q and we let E be the corresponding expectation, then some
algebra shows that
V
0
=
1
1 + r
E V
1
.
This will be generalized later.
Remark 5.4.
If one buys one share of stock at time 0, then one expects at time 1 to
have (P u + Qd)S
0
. One then divides by 1 + r to get the value of the stock in today’s
dollars. Suppose instead of P and Q being the probabilities of going up and down, they
were in fact p and q. One would then expect to have (pu + qd)S
0
and then divide by 1 + r.
Substituting the values for p and q, this reduces to S
0
. In other words, if p and q were
the correct probabilities, one would expect to have the same amount of money one started
with. When we get to the binomial asset pricing model with more than one step, we will
see that the generalization of this fact is that the stock price at time n is a martingale, still
with the assumption that p and q are the correct probabilities. This is a special case of
19
the fundamental theorem of finance: there always exists some probability, not necessarily
the one you observe, under which the stock price is a martingale.
Remark 5.5. Our model allows after one time step the possibility of the stock going up or
going down, but only these two options. What if instead there are 3 (or more) possibilities.
Suppose for example, that the stock goes up a factor u with probability P , down a factor
d with probability Q, and remains constant with probability R, where P + Q + R = 1.
The corresponding price of a European call option would be (uS
0
− K)
+
, (dS
0
− K)
+
, or
(S
0
− K)
+
. If one could replicate this outcome by buying and selling shares of the stock,
then the “no arbitrage” rule would give the exact value of the call option in this model.
But, except in very special circumstances, one cannot do this, and the theory falls apart.
One has three equations one wants to satisfy, in terms of V
u
1
, V
d
1
, and V
c
1
. (The “c” is
a mnemonic for “constant.”) There are however only two variables, ∆
0
and V
0
at your
disposal, and most of the time three equations in two unknowns cannot be solved.
6. The multi-step binomial asset pricing model.
In this section we will obtain a formula for the pricing of options when there are n
time steps, but each time the stock can only go up by a factor u or down by a factor d.
The “Black-Scholes” formula we will obtain is already a nontrivial result that is useful.
We assume the following.
(1) Unlimited short selling of stock
(2) Unlimited borrowing
(3) No transaction costs
(4) Our buying and selling is on a small enough scale that it does not affect the market.
We need to set up the probability model. Ω will be all sequences of length n of H’s
and T ’s. S
0
will be a fixed number and we define S
k
(ω) = u
j
d
k−j
S
0
if the first k elements
of a given ω ∈ Ω has j occurrences of H and k − j occurrences of T . (What we are doing is
saying that if the j-th element of the sequence making up ω is an H, then the stock price
goes up by a factor u; if T , then down by a factor d.) F
k
will be the σ-field generated by
S
0
, . . . , S
k
.
Let
p =
(1 + r) − d
u − d
,
q =
u − (1 + r)
u − d
and define P(ω) = p
j
q
n−j
if ω has j appearances of H and n − j appearances of T . It
is not hard to see that under P the random variables S
k+1
/S
k
are independent and equal
to u with probability p and d with probability q. To see this, let Y
k
= S
k
/S
k−1
. Then
P(Y
1
= y
1
, . . . , Y
n
= y
n
) = p
j
q
n−j
, where j is the number of the y
k
that are equal to u. On
the other hand, this is equal to P(Y
1
= y
1
) · · · P(Y
n
= y
n
). Let E denote the expectation
corresponding to P.
20
The P we construct may not be the true probabilities of going up or down. That
doesn’t matter - it will turn out that using the principle of “no arbitrage,” it is P that
governs the price.
Our first result is the fundamental theorem of finance in the current context.
Proposition 6.1. Under P the discounted stock price (1 + r)
−k
S
k
is a martingale.
Proof. Since the random variable S
k+1
/S
k
is independent of F
k
, we have
E [(1 + r)
−(k+1)
S
k+1
| F
k
] = (1 + r)
−k
S
k
(1 + r)
−1
E [S
k+1
/S
k
| F
k
].
Using the independence the conditional expectation on the right is equal to
E [S
k+1
/S
k
] = pu + qd = 1 + r.
Substituting yields the proposition.
Let ∆
k
be the number of shares held between times k and k + 1. We require ∆
k
to be F
k
measurable. ∆
0
, ∆
1
, . . . is called the portfolio process. Let W
0
be the amount of
money you start with and let W
k
be the amount of money you have at time k. W
k
is the
wealth process. Then
W
k+1
= ∆
k
S
k+1
+ (1 + r)[W
k
− ∆
k
S
k
].
Note that in the case where r = 0 we have
W
k+1
− W
k
= ∆
k
(S
k+1
− S
k
),
or
W
k+1
=
k
X
i=0
∆
i
(S
i+1
− S
i
).
This is a discrete version of a stochastic integral. Since
E [W
k+1
− W
k
| F
k
] = ∆
k
E [S
k+1
− S
k
| F
k
] = 0,
it follows that W
k
is a martingale. More generally
Proposition 6.2. Under P the discounted wealth process (1 + r)
−k
W
k
is a martingale.
Proof. We have
(1 + r)
−(k+1)
W
k+1
= (1 + r)
−k
W
k
+ ∆
k
[(1 + r)
−(k+1)
S
k+1
− (1 + r)
−k
S
k
],
21
and so
E [∆
k
[(1 + r)
−(k+1)
S
k+1
− (1 + r)
−k
S
k
| F
k
]
= ∆
k
E [(1 + r)
−(k+1)
S
k+1
− (1 + r)
−k
S
k
| F
k
] = 0.
The result follows.
Our next result is that the binomial model is complete. It is easy to lose the idea
in the algebra, so first let us try to see why the theorem is true.
For simplicity suppose r = 0. Let V
k
= E [V | F
k
]; we saw that V
k
is a martingale.
We want to construct a portfolio process so that W
n
= V . We will do it inductively by
arranging matters so that W
k
= V
k
for all k. Recall that W
k
is also a martingale.
Suppose we have W
k
= V
k
at time k and we want to find ∆
k
so that W
k+1
= V
k+1
.
At the (k + 1)-st step there are only two possible changes for the price of the stock and so
since V
k+1
is F
k+1
measurable, only two possible values for V
k+1
. We need to choose ∆
k
so that W
k+1
= V
k+1
for each of these two possibilities. We only have one parameter, ∆
k
,
to play with to match up two numbers, which may seem like an overconstrained system of
equations. But both V and W are martingales, which is why the system can be solved.
Now let us turn to the details.
Theorem 6.3. The binomial asset pricing model is complete.
Proof. Let
V
k
= (1 + r)
k
E [(1 + r)
−n
V | F
k
]
so that (1 + r)
−k
V
k
is a martingale. If ω = (t
1
, . . . , t
n
), where each t
i
is an H or T , let
∆
k
(ω) =
V
k+1
(t
1
, . . . , t
k
, H, t
k+2
, . . . , t
n
) − V
k+1
(t
1
, . . . , t
k
, T, t
k+2
, . . . , t
n
)
S
k+1
(t
1
, . . . , t
k
, H, t
k+2
, . . . , t
n
) − S
k+1
(t
1
, . . . , t
k
, T, t
k+2
, . . . , t
n
)
.
Set W
0
= V
0
, and we will show by induction that the wealth process at time k + 1 equals
V
k+1
.
The first thing to show is that ∆
k
is F
k
measurable. Neither S
k+1
nor V
k+1
depends
on t
k+2
, . . . , t
n
. So ∆
k
depends only on the variables t
1
, . . . , t
k
, hence is F
k
measurable.
Now t
k+2
, . . . , t
n
play no role in the rest of the proof, and t
1
, . . . , t
k
will be fixed,
so we drop the t’s from the notation.
We know (1 + r)
−k
V
k
is a martingale under P so that
V
k
= E [(1 + r)
−1
V
k+1
| F
k
]
=
1
1 + r
[pV
k+1
(H) + qV
k+1
(T )].
22
We now suppose W
k
= V
k
and want to show W
k+1
(H) = V
k+1
(H) and W
k+1
(T ) =
V
k+1
(T ). Then using induction we have W
n
= V
n
= V as required. We show the first
equality, the second being similar.
W
k+1
(H) = ∆
k
S
k+1
(H) + (1 + r)[W
k
− ∆
k
S
k
]
= ∆
k
[uS
k
− (1 + r)S
k
] + (1 + r)V
k
=
V
k+1
(H) − V
k+1
(T )
(u − d)S
k
S
k
[u − (1 + r)] + pV
k+1
(H) + qV
k+1
(T )
= V
k+1
(H).
We are done.
Finally, we obtain the Black-Scholes formula in this context. Let V be any option
that is F
n
-measurable. The one we have in mind is the European call, for which V =
(S
n
− K)
+
, but the argument is the same for any option whatsoever.
Theorem 6.4. The value of the option V at time 0 is V
0
= (1 + r)
−n
E V .
Proof. We can construct a portfolio process ∆
k
so that if we start with W
0
= (1+r)
−n
E V ,
then the wealth at time n will equal V , no matter what the market does in between. If
we could buy or sell the option V at a price other than W
0
, we could obtain a riskless
profit. That is, if the option V could be sold at a price c
0
larger than W
0
, we would sell
the option for c
0
dollars, use W
0
to buy and sell stock according to the portfolio process
∆
k
, have a net worth of V + (1 + r)
n
(c
0
− W
0
) at time n, meet our obligation to the buyer
of the option by using V dollars, and have a net profit, at no risk, of (1 + r)
n
(c
0
− W
0
).
If c
0
were less than W
0
, we would do the same except buy an option, hold −∆
k
shares at
time k, and again make a riskless profit. By the “no arbitrage” rule, that can’t happen,
so the price of the option V must be W
0
.
Remark 6.5.
Note that the proof of Theorem 6.4 tells you precisely what hedging
strategy (i.e., what portfolio process to use).
In the binomial asset pricing model, there is no difficulty computing the price of a
European call. We have
E (S
n
− K)
+
=
X
x
(x − K)
+
P(S
n
= x)
and
P(S
n
= x) =
n
k
p
k
q
n−k
23
if x = u
k
d
n−k
S
0
. Therefore the price of the European call is
n
X
k=0
(u
k
d
n−k
S
0
− K)
+
n
k
p
k
q
n−k
.
The formula in Theorem 6.4 holds for exotic options as well. Suppose
V = max
i=1,...,n
S
i
− min
j=1,...,n
S
j
.
In other words, you sell the stock for the maximum value it takes during the first n time
steps and you buy at the minimum value the stock takes; you are allowed to wait until
time n and look back to see what the maximum and minimum were. You can even do this
if the maximum comes before the minimum. This V is still F
n
measurable, so the theory
applies. Naturally, such a “buy low, sell high” option is very desirable, and the price of
such a V will be quite high. It is interesting that even without using options, you can
duplicate the operation of buying low and selling high by holding an appropriate number
of shares ∆
k
at time k, where you do not look into the future to determine ∆
k
.
7. American options.
An American option is one where you can exercise the option any time before some
fixed time T . For example, on a European call, one can only use it to buy a share of stock
at the expiration time T , while for an American call, at any time before time T , one can
decide to pay K dollars and obtain a share of stock.
Let us give an informal argument on how to price an American call, giving a more
rigorous argument in a moment. One can always wait until time T to exercise an American
call, so the value must be at least as great as that of a European call. On the other hand,
suppose you decide to exercise early. You pay K dollars, receive one share of stock, and
your wealth is S
t
− K. You hold onto the stock, and at time T you have one share of stock
worth S
T
, and for which you paid K dollars. So your wealth is S
T
− K ≤ (S
T
− K)
+
. In
fact, we have strict inequality, because you lost the interest on your K dollars that you
would have received if you had waited to exercise until time T . Therefore an American
call is worth no more than a European call, and hence its value must be the same as that
of a European call.
This argument does not work for puts, because selling stock gives you some money
on which you will receive interest, so it may be advantageous to exercise early. (A put is
the option to sell a stock at a price K at time T .)
Here is the more rigorous argument. Let g(x) be convex with g(0) = 0. Certainly
g(x) = (x − K)
+
is such a function. We have
g(λx) = g(λx + (1 − λ) · 0) ≤ λg(x) + (1 − λ)g(0) = λg(x).
24
By Jensen’s inequality,
E [(1 + r)
−(k+1)
g(S
k+1
) | F
k
] = (1 + r)
−k
E
h
1
1 + r
g(S
k+1
) | F
k
i
≥ (1 + r)
−k
E
h
g
1
1 + r
S
k+1
| F
k
i
≥ (1 + r)
−k
g
E
h
1
1 + r
S
k+1
| F
k
i
= (1 + r)
−k
g(S
k
).
So (1 + r)
−k
g(S
k
) is a submartingale. By optional stopping,
E [(1 + r)
−τ
g(S
τ
)] ≤ E [(1 + r)
−n
g(S
n
)],
so τ ≡ n always does best.
8. Continuous random variables.
We are now going to start working towards continuous times and stocks that can
take any positive number as a value, so we need to prepare by extending some of our
definitions.
Given any random variable X, we can approximate it by r.v’s X
n
that are discrete.
We let
X
n
=
n2
n
X
i=−n2
n
i
2
n
1
(i/2
n
≤X<(i+1)/2
n
)
.
In words, if X(ω) lies between −n and n, we let X
n
(ω) be the closest value i/2
n
that
is less than or equal to X(ω). For ω where |X(ω)| > n we set X
n
(ω) = 0. Clearly the
X
n
are discrete, and approximate X. In fact, on the set where |X| ≤ n, we have that
|X(ω) − X
n
(ω)| ≤ 2
−n
.
For reasonable X we are going to define E X = lim E X
n
. There are some things
one wants to prove, but all this has been worked out in measure theory and the theory of
the Lebesgue integral. Let us confine ourselves here to showing this definition is the same
as the usual one when X has a density.
Recall X has a density f
X
if
P(X ∈ [a, b]) =
Z
b
a
f
X
(x)dx
for all a and b. In this case
E X =
Z
∞
−∞
xf
X
(x)dx.
25
With our definition of X
n
we have
P(X
n
= i/2
n
) = P(X ∈ [i/2
n
, (i + 1)/2
n
)) =
Z
(i+1)/2
n
i/2
n
f
X
(x)dx.
Then
E X
n
=
X
i
i
2
n
P(X
n
= i/2
n
) =
X
i
Z
(i+1)/2
n
i/2
n
i
2
n
f
X
(x)dx.
Since x differs from i/2
n
by at most 1/2
n
when x ∈ [i/2
n
, (i + 1)/2
n
), this will tend to
R xf
X
(x)dx, unless the contribution to the integral for |x| ≥ n does not go to 0 as n → ∞.
As long as
R |x|f
X
(x)dx < ∞, one can show that this contribution does indeed go to 0.
We also need an extension of the definition of conditional probability. A r.v. is G
measurable if (X > a) ∈ G for every a. How do we define E [Z | G] when G is not generated
by a countable collection of disjoint sets?
Again, there is a completely worked out theory that holds in all cases. Let us give
a definition that is equivalent that works except for a very few cases. Let us suppose that
for each n the σ-field G
n
is finitely generated. This means that G
n
is generated by finitely
many disjoint sets B
n1
, . . . , B
nm
n
. So for each n, the number of B
ni
is finite but arbitrary,
the B
ni
are disjoint, and their union is Ω. Suppose also that G
1
⊂ G
2
⊂ · · ·. Now ∪
n
G
n
will not in general be a σ-field, but suppose G is the smallest σ-field that contains all the
G
n
. Finally, define P(A | G) = lim P(A | G
n
).
This is a fairly general set-up. For example, let Ω be the real line and let G
n
be
generated by the sets (−∞, n), [n, ∞) and [i/2
n
, (i + 1)/2
n
). Then G will contain every
interval that is closed on the left and open on the right, hence G must be the σ-field that
one works with when one talks about Lebesgue measure on the line.
The question that one might ask is: how does one know the limit exists? Since the
G
n
increase, we know that M
n
= P(A | G
n
) is a martingale with respect to the G
n
. It is
certainly bounded above by 1 and bounded below by 0, so by the martingale convergence
theorem, it must have a limit as n → ∞.
Once one has a definition of conditional probability, one defines conditional expec-
tation by what one expects. If X is discrete, one can write X as
P
j
a
j
1
A
j
and then one
defines
E [X | G] =
X
j
a
j
P(A
j
| G
n
).
If the X is not discrete, one approximates as above. One has to worry about convergence,
but everything does go through.
With this extended definition of conditional expectation, do all the properties of
Section 2 hold? The answer is yes, and the proofs are by taking limits of the discrete
approximations.
26
We will be talking about stochastic processes. Previously we discussed sequences
S
1
, S
2
, . . . of r.v.’s. Now we want to talk about processes Y
t
for t ≥ 0. We typically let
F
t
be the smallest σ-field with respect to which Y
s
is measurable for all s ≤ t. As you
might imagine, there are a few technicalities one has to worry about. We will try to avoid
thinking about them as much as possible.
A continuous time martingale (or submartingale) is what one expects: M
t
is in-
tegrable, adapted to F
t
, and if s < t, then E [M
t
| F
s
] = M
s
. The analogues of Doob’s
theorems go through. The way to prove these is to observe that M
k/2
n
is a discrete time
martingale, and then to take limits as n → ∞.
9. Brownian motion.
Let S
n
be a simple symmetric random walk. This means that Y
k
= S
k
− S
k−1
equals +1 with probability
1
2
, equals −1 with probability
1
2
, and is independent of Y
j
for
j < k. We notice that E S
n
= 0 while E S
2
n
=
P
n
i=1
E Y
2
i
+
P
i6=j
E Y
i
Y
j
= n using the fact
that E [Y
i
Y
j
] = (E Y
i
)(E Y
j
) = 0.
Define X
n
t
= S
nt
/
√
n if nt is an integer and by linear interpolation for other t. If
nt is an integer, E X
n
t
= 0 and E (X
n
t
)
2
= t. It turns out X
n
t
does not converge for any ω.
However there is another kind of convergence, called weak convergence, that takes
place. There exists a process Z
t
such that for each k, each t
1
< t
2
< · · · < t
k
, and each
a
1
< b
1
, a
2
< b
2
, . . . , a
k
< b
k
, we have
(1) The paths of Z
t
are continuous as a function of t.
(2) P(X
n
t
1
∈ [a
1
, b
1
], . . . , X
n
t
k
∈ [a
k
, b
k
]) → P(Z
t
1
∈ [a
1
, b
1
], . . . , Z
t
k
∈ [a
k
, b
k
]).
The limit Z
t
is called a Brownian motion starting at 0. It has the following properties.
(1) E Z
t
= 0.
(2) E Z
2
t
= t.
(3) Z
t
− Z
s
is independent of F
s
= σ(Z
r
, r ≤ s).
(4) Z
t
− Z
s
has the distribution of a normal random variable with mean 0 and variance
t − s. This means
P(Z
t
− Z
s
∈ [a, b]) =
Z
b
a
1
p2π(t − s)
e
−y
2
/2(t−s)
dy.
(This result follows from the central limit theorem.)
(5) The map t → Z
t
(ω) is continuous for each ω.
10. Markov properties of Brownian motion.
Fix r and let W
t
= Z
t+r
− Z
r
. Clearly the map t → W
t
is continuous since the
same is true for Z. Since W
t
− W
s
= Z
t+r
− Z
s+r
, then the distribution of W
t
− W
s
is
normal with mean zero and variance (t + r) − (s + r). One can also check the other parts
27
of the definition and we see that W
t
is also a Brownian motion. This is a version of the
Markov property. We will prove the following stronger result, which is a version of the
strong Markov property.
A stopping time in the continuous framework is a r.v. T taking values in [0, ∞)
such that (T > t) ∈ F
t
for all t. To make a satisfactory theory, one needs that the F
t
be
what is called right continuous: F
t
= ∩
ε>0
F
t+ε
, but this is fairly technical and we will
ignore it.
If T is a stopping time, F
T
is the collection of events A such that A ∩ (T > t) ∈ F
t
for all t.
Proposition 10.1. If X
t
is a Brownian motion and T is a bounded stopping time, then
X
T +t
− X
T
is a mean 0 variance t random variable and is independent of F
T
.
Proof. Let T
n
be defined by T
n
(ω) = (k + 1)/2
n
if T (ω) ∈ [k/2
n
, (k + 1)/2
n
). It is easy
to check that T
n
is a stopping time. Let f be continuous and A ∈ F
T
. Then A ∈ F
T
n
as
well. We have
E [f (X
T
n
+t
− X
T
n
); A] =
X
E [f (X
k
2n
+t
− X
k
2n
); A ∩ T
n
= k/2
n
]
=
X
E [f (X
k
2n
+t
− X
k
2n
)]P(A ∩ T
n
= k/2
n
)
= E f (X
t
)P(A).
Let n → ∞, so
E [f (X
T +t
− X
T
); A] = E f (X
t
)P(A).
Taking limits this equation holds for all bounded f .
If we take A = Ω and f = 1
B
, we see that X
T +t
− X
T
has the same distribution
as X
t
, which is that of a mean 0 variance t normal random variable. If we let A ∈ F
T
be
arbitrary and f = 1
B
, we see that
P(X
T +t
− X
T
∈ B, A) = P(X
t
∈ B)P(A) = P(X
T +t
− X
T
∈ B)P(A),
which implies that X
T +t
− X
T
is independent of F
T
.
This proposition says: if you want to predict X
T +t
, you could do it knowing all of
F
T
or just knowing X
T
. Since X
T +t
− X
T
is independent of F
T
, the extra information
given in F
T
does you no good at all.
We need a way of expressing the Markov and strong Markov properties that will
generalize to other processes.
28
Let W
t
be a Brownian motion. Consider the process W
x
t
= x+W
t
, Brownian motion
started at x. Define Ω
0
to be set of continuous functions on [0, ∞), let X
t
(ω) = ω(t), and
let the σ-field be the one generated by the X
t
. Define P
x
on (Ω
0
, F
0
) by
P
x
(X
t
1
∈ A
1
, . . . , X
t
n
∈ A
n
) = P(W
x
t
1
∈ A
1
, . . . , W
x
t
n
∈ A
n
).
What we have done is gone from one probability space Ω with many processes W
x
t
to one
process X
t
with many probability measures P
x
.
Proposition 10.2. If s < t and f is bounded or nonnegative, then
E
x
[f (X
t
) | F
s
] = E
X
s
[f (X
t−s
)],
a.s.
The right hand side is to be interpreted as follows. Define ϕ(x) = E
x
f (X
t−s
). Then
E
X
s
f (X
t−s
) means ϕ(X
s
(ω)). One often writes P
t
f (x) for E
x
f (X
t
).
Before proving this, recall from undergraduate analysis that every bounded function
is the limit of linear combinations of functions e
iux
, u ∈ R. This follows from using the
inversion formula for Fourier transforms. There are various slightly different formulas for
the Fourier transform. We use b
f (u) =
R e
iux
f (x) dx. If f is smooth enough and has
compact support, then one can recover f by the formula f (x) =
1
2π
R e
−iux
b
f (u) du. We
can first approximate this improper integral by
1
2π
R
N
−N
e
−iux
b
f (u) du by taking N large
enough, and then approximate the approximation by using Riemann sums. Thus we can
approximate f (x) by a linear combination of terms of the form e
iu
j
x
. Also, bounded
functions can be approximated by smooth functions with compact support.
Proof. Let f (x) = e
iux
. Then
E
x
[e
iuX
t
| F
s
] = e
iuX
s
E [e
iu(X
t
−X
s
)
| F
s
]
= e
iuX
s
e
−u
2
(t−s)/2
.
On the other hand,
ϕ(y) = E
y
[f (X
t−s
)] = E [e
iu(W
t−s
+y)
] = e
iuy
e
−u
2
(t−s)/2
.
So ϕ(X
s
) = E
x
[e
iuX
t
| F
s
]. Using linearity and taking limits, we have the lemma for all
f .
This formula generalizes: If s < t < u, then
E
x
[f (X
t
)g(X
u
) | F
s
] = E
X
s
[f (X
t−s
)g(X
u−s
)],
and so on for functions of X at more times.
Using Proposition 10.1, the statement and proof of Proposition 10.2 can be extended
to stopping times.
29
Proposition 10.3. If T is a bounded stopping time, then
E
x
[f (X
T +t
) | F
T
] = E
X
T
[f (X
t
)].
11. Stochastic integrals.
If one wants to consider the (deterministic) integral
R
t
0
f (s) dg(s), where f and g
are continuous and g is differentiable, we can define it analogously to the usual Riemann
integral as the limit of Riemann sums
P
n
i=1
f (s
i
)[g(s
i
)−g(s
i−1
)], where s
1
< s
2
< · · · < s
n
is a partition of [0, t]. This is known as the Riemann-Stieltjes integral. One can show (using
the mean value theorem, for example) that
Z
t
0
f (s) dg(s) =
Z
t
0
f (s)g
0
(s) ds.
If we were to take f (s) = 1
[0,a]
(s), one would expect the following:
Z
t
0
1
[0,a]
(s) dg(s) =
Z
t
0
1
[0,a]
(s)g
0
(s) ds =
Z
a
0
g
0
(s) ds = g(a) − g(0).
Note that although we use the fact that g is differentiable in the intermediate stages, the
first and last terms make sense for any g.
We now want to replace g by a Brownian path and f by a random integrand. The
expression
R f (s) dW (s) does not make sense as a Riemann-Stieltjes integral because it is
a fact that W (s) is not differentiable as a function of t. We need to define the expression
by some other means. We will show that it can be defined as the limit in L
2
of Riemann
sums. The resulting integral is called a stochastic integral.
Let us consider a very special case first. Suppose f is continuous and determin-
istic (i.e., does not depend on ω).
Suppose we take a Riemann sum approximation
P f (
i
2
n
)[W (
i+1
2
n
) − W (
i
2
n
)]. If we take the difference of two successive approximations
we have terms like
X
i odd
[f (i/2
n+1
) − f ((i + 1)/2
n+1
)][W ((i + 1)/2
n+1
) − W (i/2
n+1
)].
This has mean zero. By the independence, the second moment is
X
[f (i/2
n+1
) − f ((i + 1)/2
n+1
)]
2
(1/2
n+1
).
This will be small if f is continuous. So by taking a limit in L
2
we obtain a nontrivial
limit.
We now turn to the general case. Let W
t
be a Brownian motion. We will only
consider integrands H
s
such that H
s
is F
s
measurable for each s.
We will construct
R
t
0
H
s
dW
s
for all H with E
R
t
0
H
2
s
ds < ∞.
Before we proceed we will need to define the quadratic variation of a continuous
martingale. We will use the following theorem without proof because in our applications
we can construct the desired increasing process directly.
30
Theorem 11.1. Suppose M
t
is a continuous martingale such that E M
2
t
< ∞ for all t.
There exists one and only one increasing process A
t
that is adapted to F
t
, has continuous
paths, and A
0
= 0 such that M
2
t
− A
t
is a martingale.
The simplest example of such a martingale is Brownian motion. If W
t
is a Brownian
motion, let L
t
= W
2
t
− t. Note
E [L
t
| F
s
] = E [((W
t
− W
s
) + W
s
)
2
| F
s
] − t
= E [(W
t
− W
s
)
2
| F
s
] − 2E [W
s
(W
t
− W
s
) | F
s
] + E [W
2
s
| F
s
] − t.
The first term, using independence, is E [(W
t
−W
s
)
2
] = t−s, the second term is W
s
E [W
t
−
W
s
| F
s
] = W
s
E [W
t
− W
s
] = 0, and so we have
E [L
t
| F
s
] = (t − s) + W
2
s
− t = L
s
,
or L
t
is a martingale. So in the case of Brownian motion, the increasing process A
t
= t.
We use the notation hM i
t
for the increasing process given in Theorem 11.1. We
will see that in the case of stochastic integrals, where N
t
=
R
t
0
H
s
dW
s
, it turns out that
hN i
t
=
R
t
0
H
2
s
ds.
If K is bounded and F
a
measurable, let N
t
= K(W
t∧b
−W
t∧a
). Part of the statement
of the next proposition is that hN i
t
exists.
Lemma 11.2. N
t
is a continuous martingale, E N
2
∞
= E [K
2
(b − a)] and
hN i
t
=
Z
t
0
K
2
1
[a,b]
(s) ds.
Proof. The continuity is clear. Let us look at E [N
t
| F
s
]. In the case a < s < t < b, this
is equal to
E [K(W
t
− W
a
) | F
s
] = KE [(W
t
− W
a
) | F
s
] = K(W
s
− W
a
) = N
s
.
In the case s < a < t < b, E [N
t
| F
s
] is equal to
E [K(W
t
− W
a
) | F
s
] = E [KE [W
t
− W
a
| F
a
] | F
s
] = 0 = N
s
.
The other possibilities for where s and t are can be done similarly.
Recall W
2
t
− t is a martingale. For E N
2
∞
, we have
E N
2
∞
= E [K
2
E [(W
b
− W
a
)
2
| F
a
]] = E [K
2
E [W
2
b
− W
2
a
| F
a
]]
= E [K
2
E [b − a | F
a
]] = E [K
2
(b − a)].
31
For hN i
t
, we need to show
E [K
2
(W
t∧b
− W
t∧a
)
2
− K
2
(t ∧ b − t ∧ a) | F
s
]
= K
2
(W
s∧b
− W
s∧a
)
2
− K
2
(s ∧ b − s ∧ a).
We do this by checking all the cases.
H
s
is said to be simple if it can be written in the form
P
J
j=1
H
j
1
[a
j
,b
j
]
(s), where
H
j
is F
s
j
measurable and bounded. Define
N
t
=
Z
t
0
H
s
dW
s
=
J
X
j=1
H
j
(W
b
j
∧t
− W
a
j
∧t
).
Proposition 11.3. N
t
is a continuous martingale, E N
2
∞
= E
R
∞
0
H
2
s
ds, and hN i
t
=
R
t
0
H
2
s
ds.
Proof. We may rewrite H so that the intervals [a
j
, b
j
] satisfy a
1
≤ b
1
≤ a
2
≤ b
2
≤ · · · ≤ b
j
.
It is then clear that N
t
is a martingale.
We have
E N
2
∞
= E
h X
H
2
j
(W
b
j
− W
a
j
)
2
i
+ 2E
h X
i<j
H
i
H
j
(W
b
i
− W
a
i
)(W
b
j
− W
a
j
)
i
.
The cross terms vanish, because when we condition on F
a
j
, we have
E [H
i
H
j
(W
b
i
− W
a
i
)E [(W
b
j
− W
a
j
) | F
a
j
] = 0.
For the diagonal terms
E [H
2
j
(W
b
j
− W
a
j
)
2
] = E [H
2
j
E [(W
b
j
− W
a
j
)
2
| F
a
j
]]
= E [H
2
j
E [W
2
b
j
− W
2
a
j
| F
a
j
]]
= E [H
2
j
E [b
j
− a
j
| F
a
j
]]
= E [H
2
j
([b
j
− a
j
)].
So E N
2
∞
= E
R
∞
0
H
2
s
ds.
Now suppose H
s
is adapted and E
R
∞
0
H
2
s
ds < ∞. Let us define some norms; these
are just for technical purposes and can be ignored if wished. Let
kH
s
k
H
=
E
Z
∞
0
H
2
s
ds
1/2
.
32
This is the L
2
norm on [0, ∞) × Ω with respect to the measure ν
H
(A) = E
R
∞
0
1
A
ds. Define
another norm by
kY k
S
= (E [sup
t
|Y
t
|
2
])
1/2
.
Using some results from measure theory, we can choose H
n
s
simple such that E
R
∞
0
(H
n
s
−
H
s
)
2
ds → 0. (This is the fact that simple functions are dense in L
2
.) By Doob’s inequality
we have
E
h
sup
t
Z
t
0
(H
n
s
− H
m
s
) dW
s
2
i
≤ 4E
Z
∞
0
(H
n
s
− H
m
s
) dW
s
2
= 4E
Z
∞
0
(H
n
s
− H
m
s
)
2
ds → 0.
One can show that the norm kY k
S
is complete, so there exists a process N
t
such that
sup
t
[
R
t
0
H
n
s
dW
s
− N
t
] → 0 in L
2
.
If H
n
s
and H
n
s
0
are two sequences converging to H, then E (
R
t
0
(H
n
s
− H
n
s
0
) dW
s
)
2
=
E
R
t
0
(H
n
s
− H
n
s
0
)
2
ds → 0, or the limit is independent of which sequence H
n
we choose. It
is easy to see, because of the L
2
convergence, that N
t
is a martingale, E N
2
t
= E
R
t
0
H
2
s
ds,
and hN i
t
=
R
t
0
H
2
s
ds. Because sup
t
[
R
t
0
H
n
s
dW
s
− N
t
] → 0 in L
2
, one can show there exists
a subsequence such that the convergence takes place almost surely. So with probability
one, N
t
has continuous paths. We write N
t
=
R
t
0
H
s
dW
s
and call N
t
the stochastic integral
of H with respect to W .
We discuss some extensions of the definition. First of all, if we replace W
t
by a
continuous martingale M
t
and H
s
is adapted with E
R
t
0
H
2
s
dhM i
s
< ∞, we can dupli-
cate everything we just did with ds replaced by dhM i
s
and get a stochastic integral. In
particular, if dhM i
s
= K
2
s
ds, we replace ds by K
2
s
ds.
There are some other extensions of the definition that are not hard. If
R
∞
0
H
2
s
hM i
s
<
∞ but without the expectation being finite, we can define the stochastic integral by looking
at M
t∧T
N
for suitable stopping times T
N
and then letting T
N
→ ∞.
A process A
t
is of bounded variation if the paths of A
t
have bounded variation. This
means that one can write A
t
= A
+
t
−A
−
t
, where A
+
t
and A
−
t
have paths that are increasing.
|A|
t
is then defined to be A
+
t
+ A
−
t
. A semimartingale is the sum of a martingale and a
process of bounded variation. If
R
∞
0
H
2
s
dhM i
s
+
R
∞
0
|H
s
| |dA
s
| < ∞ and X
t
= M
t
+ A
t
,
we define
Z
t
0
H
s
dX
s
=
Z
t
0
H
s
dM
s
+
Z
t
0
H
s
dA
s
,
where the first integral on the right is a stochastic integral and the second is a Riemann-
Stieltjes or Lebesgue-Stieltjes integral. For a semimartingale, we define hXi
t
= hM
t
i.
Given two semimartingales X and Y we define hX, Y i
t
by what is known as polar-
ization:
hX, Y i
t
=
1
2
[hX + Y i
t
− hXi
t
− hY i
t
].
33
As an example, if X
t
=
R
t
0
H
s
dW
s
and Y
t
=
R
t
0
K
s
dW
s
, then (X + Y )
t
=
R
t
0
(H
s
+ K
s
)dW
s
,
so
hX + Y i
t
=
Z
t
0
(H
s
+ K
s
)
2
ds =
Z
t
0
H
2
s
ds +
Z
t
0
2H
s
K
s
ds +
Z
t
0
K
2
s
ds.
Since hXi
t
=
R
t
0
H
2
s
ds with a similar formula for hY i
t
, we conclude
hX, Y i
t
=
Z
t
0
H
s
K
s
ds.
What does a stochastic integral mean? If one thinks of the derivative of Z
t
as being
a white noise, then
R
t
0
H
s
dZ
s
is like a filter that increases or decreases the volume by a
factor H
s
.
For us, an interpretation is that Z
t
represents a stock price. Then
R
t
0
H
s
dZ
s
repre-
sents our profit (or loss) if we hold H
s
shares at time s. This can be seen most easily if
H
s
= G1
[a,b]
. So we buy G(ω) shares at time a and sell them at time b. The stochastic
integral represents our profit or loss.
Since we are in continuous time, we are allowed to buy and sell continuously and
instantaneously.
What we are not allowed to do is look into the future to make our
decisions, which is where the H
s
adapted condition comes in.
12. Ito’s formula.
Suppose W
t
is a Brownian motion and f : R → R is a C
2
function, that is, f and its
first two derivatives are continuous. Ito’s formula, which is sometime known as the change
of variables formula, says that
f (W
t
) − f (W
0
) =
Z
t
0
f
0
(W
s
)ds +
1
2
Z
t
0
f
00
(W
s
)ds.
Compare this with the fundamental theorem of calculus:
f (t) − f (0) =
Z
t
0
f
0
(s)ds.
In Ito’s formula we have a second order term to carry along.
The idea behind the proof is quite simple. By Taylor’s theorem.
f (W
t
) − f (W
0
) =
n−1
X
i=0
[f (W
(i+1)t/n
) − f (W
it/n
)]
≈
n−1
X
i=1
f
0
(W
it/n
)(W
(i+1)t/n
− W
it/n
)
+
1
2
n−1
X
i=0
f
00
(W
it/n
)(W
(i+1)t/n
− W
it/n
)
2
.
34
The first sum on the right is approximately the stochastic integral and the second is
approximately the quadratic variation.
For a more general semimartingale X
t
= M
t
+ A
t
, Ito’s formula reads
Theorem 12.1. If f ∈ C
2
, then
f (X
t
) − f (X
0
) =
Z
t
0
f
0
(X
s
)dXs +
1
2
Z
t
0
f
00
(X
s
)dhM i
s
.
Let us look at an example. Let W
t
be Brownian motion, X
t
= σW
t
− σ
2
t/2, and
f (x) = e
x
. Then hXi
t
= hσW i
t
= σ
2
t and
e
σW
t
−σ
2
t/2
= 1 +
Z
t
0
e
X
s
σdW
s
−
1
2
Z
t
0
e
X
s
1
2
σ
2
ds
(12.1)
+
1
2
Z
t
0
e
X
s
σ
2
ds
= 1 +
Z
t
0
e
X
s
σdW
s
.
For a semimartingale X
t
= M
t
+A
t
we set hXi
t
= hM i
t
. Given two semimartingales
X, Y , we define
hX, Y i
t
=
1
2
[hX + Y i
t
− hXi
t
− hY i
t
].
Proposition 12.2.
X
t
Y
t
= X
0
Y
0
+
Z
t
0
X
s
dY
s
+
Z
t
0
Y
s
dX
s
+ hX, Y i
t
.
Proof. Applying Ito’s formula with f (x) = x
2
to X
t
+ Y
t
, we obtain
(X
t
+ Y
t
)
2
= (X
0
+ Y
0
)
2
+ 2
Z
t
0
(X
s
+ Y
s
)(dX
s
+ dY
s
) + hX + Y i
t
.
Applying Ito’s formula with f (x) = x
2
to X and to Y , then
X
2
t
= X
2
0
+ 2
Z
t
0
X
s
dX
s
+ hXi
t
and
Y
2
t
= Y
2
0
+ 2
Z
t
0
Y
s
dY
s
+ hY i
t
.
35
Then some algebra and the fact that
X
t
Y
t
=
1
2
[(X
t
+ Y
t
)
2
− X
2
t
− Y
2
t
]
yields the formula.
There is a multidimensional version of Ito’s formula: if X
t
= (X
1
t
, . . . , X
d
t
) is a
vector, each component of which is a semimartingale, and f ∈ C
2
, then
f (X
t
) − f (X
0
) =
d
X
i=1
Z
t
0
∂f
∂x
i
(X
s
)dX
i
s
) +
1
2
d
X
i,j=1
Z
t
0
∂
2
f
∂x
2
i
(X
s
)dhX
i
, X
j
i
s
.
The following application of Ito’s formula, known as L´
evy’s theorem, is important.
Theorem 12.3. Suppose M
t
is a continuous martingale with hM i
t
= t. Then M
t
is a
Brownian motion.
Before proving this, recall from undergraduate probability that the moment generating
function of a r.v. X is defined by m
X
(a) = E e
aX
and that if two random variables have
the same moment generating function, they have the same law. This is also true if we
replace a by iu. In this case we have ϕ
X
(u) = E e
iuX
and ϕ
X
is called the characteristic
function of X. The reason for looking at the characteristic function is that ϕ
X
always
exists, whereas m
X
(a) might be infinite. The one special case we will need is that if X is
a normal r.v. with mean 0 and variance t, then ϕ
X
(u) = e
−u
2
t/2
. This follows from the
formula for m
X
(a) with a replaced by iu (this can be justified rigorously).
Proof. Apply Ito’s formula with f (x) = e
iux
. Then
e
iuM
t
= 1 +
Z
t
0
iue
iuM
s
dM
s
+
1
2
Z
t
0
(−u
2
)e
iuM
s
dhM i
s
.
Taking expectations and using hM i
s
= s and the fact that a stochastic integral is a
martingale, hence has 0 expectation, we have
E e
iuM
t
= 1 −
u
2
2
Z
t
0
e
iuM
s
ds.
Let J (t) = E e
iuM
t
. The equation can be rewritten
J (t) = 1 −
u
2
2
Z
t
0
J (s)ds.
So J
0
(t) = −
1
2
u
2
J (t) with J (0) = 1. The solution to this elementary ODE is J (t) =
e
−u
2
t/2
, which shows that M
t
is a mean 0 variance t normal r.v.
36
If A ∈ F
s
and we do the same argument with M
t
replaced by M
s+t
− M
s
, we have
e
iu(M
s+t
−M
s
)
= 1 +
Z
t
0
iue
iu(M
s+r
−M
s
)
dM
r
+
1
2
Z
t
0
(−u
2
)e
iu(M
s+r
−M
s
)
dhM i
r
.
Multiply this by 1
A
and take expectations. Since a stochastic integral is a martingale, the
stochastic integral term again has expectation 0. If we let K(t) = E [e
iu(M
t+s
−M
t
)
; A], we
now arrive at K
0
(t) = −
1
2
u
2
K(t) with K(0) = P(A), so
K(t) = P(A)e
−u
2
t/2
.
Therefore
E
h
e
iu(M
t+s
−M
s
)
; A
i
= E e
iu(M
t+s
−M
s
)
P(A).
(12.2)
If f is a nice function and b
f is its Fourier transform, replace u in the above by −u,
multiply by b
f (u), and integrate over u. (To do the integral, we approximate the integral
by a Riemann sum and then take limits.) We then have
E [f (M
s+t
− M
s
); A] = E [f ((M
s+t
− M
s
)]P(A).
By taking limits we have this for f = 1
B
, so
P(M
s+t
− M
s
∈ B, A) = P(M
s+t
− M
s
∈ B)P(A).
This implies that M
s+t
− M
s
is independent of F
s
.
Note Var (M
t
− M
s
) = t − s; take A = Ω in (12.2).
13. The Girsanov theorem.
Suppose P is a probability measure and
dX
t
= dW
t
+ µ(X
t
)dt.
Let
M
t
= exp
−
Z
t
0
µ(X
s
)dW
s
−
Z
t
0
µ(X
s
)
2
ds/2
.
Then as we have seen before, by Ito’s formula, M
t
is a martingale.
Now let us define a new probability by setting
Q(A) = E [M
t
; A]
(13.1)
if A ∈ F
t
. We had better be sure this Q is well defined. If A ∈ F
s
⊂ F
t
, then E [M
t
; A] =
E [M
s
; A] because M
t
is a martingale.
What the Girsanov theorem says is
37
Theorem 13.1. Under Q, X
t
is a Brownian motion.
There is a more general version.
Theorem 13.2. If X
t
is a martingale under P, then under Q the process X
t
− D
t
is a
martingale where
D
t
=
Z
t
0
1
M
s
dhX, M i
s
.
hXi
t
is the same under both P and Q.
Let us see how Theorem 13.1 can be used. Let S
t
be the stock price, and suppose
dS
t
= σS
t
dW
t
+ µS
t
dt.
Define
M
t
= e
(−µ/σ)(W
t
)−(µ
2
/2σ
2
)t
.
Then from (12.1) M
t
is a martingale and
M
t
= 1 +
Z
t
0
−
µ
σ
M
s
dW
s
.
Let X
t
= W
t
. Then
hX, M i
t
=
Z
t
0
−
µ
σ
M
s
ds = −
Z
t
0
M
s
µ
σ
ds.
Therefore
Z
t
0
1
M
s
dhX, M i
s
= −
Z
t
0
µ
σ
ds = −(µ/σ)t.
Define Q by (13.1). By Theorem 13.2, under Q the process f
W
t
= W
t
+ (µ/σ)t is a
martingale. Hence
dS
t
= σS
t
(dW
t
+ (µ/σ)dt) = σS
t
df
W
t
,
or
S
t
= S
0
+
Z
t
0
σS
s
df
W
s
is a martingale. So we have found a probability under which the asset price is a martingale.
This means that Q is the risk-neutral probability, which we have been calling P.
Let us give another example of the use of the Girsanov theorem. Suppose X
t
=
W
t
+ µt. We want to compute the probability that X
t
exceeds the level a by time t
0
.
We first need the probability that a Brownian motion crosses a level a by time
t
0
. Any path that crosses a but is at level x < a at time t
0
has a corresponding path
38
determined by reflecting across level a at the first time the Brownian motion hits a; the
reflected path will end up at a + (a − x) = 2a − x. This is known as the reflection principle,
and can be written, informally, by
P( sup
s≤t
0
W
s
≥ a, W
t
0
= x) = P(W
t
0
= 2a − x).
Now let W
t
be a Brownian motion under P. Let dQ/dP = M
t
= e
µW
t
−µ
2
t/2
. Let
Y
t
= W
t
− µt. Theorem 13.1 says that under Q, Y
t
is a Brownian motion. We have
W
t
= Y
t
+ µt.
Let A = (sup
s≤t
0
W
s
≥ a). We want to calculate
P( sup
s≤t
0
(W
s
+ µs) ≥ a).
W
t
is a Brownian motion under P while Y
t
is a Brownian motion under Q. So this proba-
bility is equal to
Q( sup
s≤t
0
(Y
s
+ µs) ≥ a).
This in turn is equal to
Q( sup
s≤t
0
W
s
≥ a) = Q(A).
Now we use the expression for M
t
:
Q(A) = E
P
[e
µW
t0
−µ
2
t
0
/2
; A]
=
Z
∞
−∞
e
µx−µ
2
t
0
/2
P( sup
s≤t
0
W
s
≥ a, W
t
0
= x)dx
= e
−µ
2
t
0
/2
h
Z
a
−∞
1
√
2πt
0
e
µx
e
−(2a−x)
2
/2t
0
dx +
Z
∞
a
1
√
2πt
0
e
µx
e
−x
2
/2t
0
dx.
i
Now for the proofs of Theorems 13.1 and 13.2.
Proof of Theorem 13.2. Assume without loss of generality that X
0
= 0. Then if A ∈ F
s
,
E
Q
[X
t
; A] = E
P
[M
t
X
t
; A]
= E
P
h
Z
t
0
M
r
dX
r
; A
i
+ E
P
h
Z
t
0
X
r
dM
r
; A
i
+ E
P
[hX, M i
t
; A]
= E
P
h
Z
s
0
M
r
dX
r
; A
i
+ E
P
h
Z
s
0
X
r
dM
r
; A
i
+ E
P
[hX, M i
t
; A]
= E
Q
[X
s
; A] + E [hX, M i
t
− hX, M i
s
; A].
Here we used the fact that stochastic integrals with respect to the martingales X and M
are again martingales.
39
On the other hand,
E
P
[hX, M i
t
− hX, M i
s
; A] = E
P
h
Z
t
s
dhX, M i
r
; A
i
= E
P
h
Z
t
s
M
r
dD
r
; A
i
= E
P
h
Z
t
s
E
P
[M
t
| F
r
] dD
t
; A
i
= E
P
h
Z
t
s
M
t
dD
r
; A
i
= E
P
[(D
t
− D
s
)M
t
; A]
= E
Q
[D
t
− D
s
; A].
The quadratic variation proof is similar.
Proof of Theorem 13.1. From our formula for M we have dM
t
= −M
t
µ(X
t
)dW
t
, so
dhX, M i
t
= −M
t
µ(X
t
)dt. Hence by Theorem 13.2 we see that under Q, X
t
is a continuous
martingale with hXi
t
= t. By L´
evy’s theorem, this means that X is a Brownian motion
under Q.
To help understand what is going on, let us give another proof of Theorem 13.1
along the lines of the proof of Theorem 13.2.
Proof of Theorem 13.1, second version. Using Ito’s formula with f (x) = e
x
,
M
t
= 1 −
Z
t
0
µ(X
r
)M
r
dW
r
.
So
hW, M i
t
= −
Z
t
0
µ(X
r
)M
r
dr.
Since Q(A) = E
P
[M
t
; A], it is not hard to see that
E
Q
[W
t
; A] = E
P
[M
t
W
t
; A].
By Ito’s product formula this is
E
P
h
Z
t
0
M
r
dW
r
; A
i
+ E
P
h
Z
t
0
W
r
dM
r
; A
i
+ E
P
h
hW, M i
t
; A
i
.
Since
R
t
0
M
r
dW
r
and
R
t
0
W
r
dM
r
are stochastic integrals with respect to martingales, they
are themselves martingales. Thus the above is equal to
E
P
h
Z
s
0
M
r
dW
r
; A
i
+ E
P
h
Z
s
0
W
r
dM
r
; A
i
+ E
P
h
hW, M i
t
; A
i
.
40
Using the product formula again, this is
E
P
[M
s
W
s
; A] + E
P
[hW, M i
t
− hW, M i
s
; A] = E
Q
[W
s
; A] + E
P
[hW, M i
t
− hW, M i
s
; A].
The last term on the right is equal to
E
P
h
Z
t
s
dhW, M i
r
; A
i
= E
P
h
−
Z
t
s
M
r
µ(X
r
)dr; A
i
= E
P
h
−
Z
t
s
E [M
t
| F
r
]µ(X
r
)dr; A
i
= E
P
h
−
Z
t
s
M
t
µ(X
r
)dr; A
i
= E
Q
h
−
Z
t
s
µ(X
r
)dr; A
i
= −E
Q
h
Z
t
0
µ(X
r
) dr; A
i
+ E
Q
h
Z
s
0
µ(X
r
) dr; A
i
.
Therefore
E
Q
h
W
t
+
Z
t
0
µ(X
r
)dr; A
i
= E
Q
h
W
s
+
Z
s
0
µ(X
r
)dr; A
i
,
which shows X
t
is a martingale with respect to Q.
Similarly, X
2
t
− t is a martingale with respect to Q. By L´evy’s theorem, X
t
is a
Brownian motion.
14. Stochastic differential equations.
Let W
t
be a Brownian motion. We are interested in the existence and uniqueness
for stochastic differential equations (SDEs) of the form
dX
t
= σ(X
t
) dW
t
+ b(X
t
) dt,
X
0
= 0.
This means X
t
satisfies
X
t
= x
0
+
Z
t
0
σ(X
s
) dW
s
+
Z
t
0
b(X
s
) ds.
(14.1)
Here W
t
is a Brownian motion, and (14.1) holds for almost every ω.
We have to make some assumptions on σ and b. We assume they are Lipschitz,
which means:
|σ(x) − σ(y)| ≤ c|x − y|,
|b(x) − b(y)| ≤ c|x − y|
for some constant c. We also suppose that σ and b grow at most linearly, which means:
|σ(x)| ≤ c(1 + |x|),
|b(x)| ≤ c(1 + |x|).
41
Theorem 14.1. There exists one and only one solution to (14.1).
The idea of the proof is Picard iteration, which is how existence and uniqueness
for ordinary differential equations is proved. Let us illustrate the uniqueness part, and for
simplicity, assume b is identically 0.
Proof of uniqueness. If X and Y are two solutions,
X
t
− Y
t
=
Z
t
0
[σ(X
s
) − σ(Y
s
)]dW
s
.
So
E |X
t
− Y
t
|
2
= E
Z
t
0
|σ(X
s
) − σ(Y
s
)|
2
ds ≤ c
Z
t
0
E |X
s
− Y
s
|
2
ds,
using the Lipschitz hypothesis on σ. If we let g(t) = E |X
t
− Y
t
|
2
, we have
g(t) ≤ c
Z
t
0
g(s) ds.
Then
g(t) ≤ c
Z
t
0
h
c
Z
s
0
g(r) dr
i
ds.
g is easily seen to be bounded on finite intervals, and iteration implies
g(t) ≤ At
n
/n!
for each n, which implies g must be 0.
The above theorem also works in higher dimensions. We want to solve
dX
i
t
=
d
X
j=1
σ
ij
(X
s
)dW
j
s
+ b
i
(X
s
)ds,
i = 1, . . . , d.
If all of the σ
ij
and b
i
are Lipschitz and grow at most linearly, we have uniqueness for the
solution.
Suppose one wants to solve
dZ
t
= aZ
t
dW
t
+ bZ
t
dt.
Note that this equation is linear in Z
t
, and it turns out that linear equations are almost
the only ones that have an explicit solution. In this case we can write down the explicit
42
solution and then verify that it satisfies the SDE. The uniqueness result shows that we
have in fact found the solution.
Let
Z
t
= Z
0
e
aW
t
−a
2
t/2+bt
.
We will verify that this is correct by using Ito’s formula. Let X
t
= aW
t
− a
2
t/2 + bt. Then
X
t
is a semimartingale with martingale part aW
t
and hXi
t
= a
2
t. Z
t
= e
X
t
. By Ito’s
formula with f (x) = e
x
,
Z
t
= Z
0
+
Z
t
0
e
X
s
dX
s
+
1
2
Z
t
0
e
X
s
a
2
ds
= Z
0
+
Z
t
0
aZ
s
dW
s
−
Z
t
0
a
2
2
Z
s
ds +
Z
t
0
b ds
+
1
2
Z
t
0
a
2
Z
s
ds
=
Z
t
0
aZ
s
dW
s
+
Z
t
0
bZ
s
ds.
This is the integrated form of the equation we wanted to solve.
If we let X
x
t
denote the solution to
X
x
t
= x +
Z
t
0
σ(X
x
s
)dW
s
+
Z
t
0
b(X
x
s
)ds,
so that X
x
t
is the solution of the SDE started at x, we can define new probabilities by
P
x
(X
t
1
∈ A
1
, . . . , X
t
n
∈ A
n
) = P(X
x
t
1
∈ A
1
, . . . , X
x
t
n
∈ A
n
).
This is similar to what we did in defining P
x
for Brownian motion, but here we do not have
translation invariance. One can show that when there is uniqueness, the family (P
x
, X
t
)
satisfies the strong Markov property.
15. Continuous time financial models.
The most common model by far in finance is that the security price is based on a
Brownian motion. One does not want to say the price is some multiple of Brownian motion
for two reasons. First, of all, a Brownian motion can become negative, which doesn’t make
sense for stock prices. Second, if one invests $1,000 in a stock selling for $1 and it goes
up to $2, one has the same profit as if one invests $1,000 in a stock selling for $100 and it
goes up to $200. It is the proportional increase one wants.
Therefore one sets ∆S
t
/S
t
to be the quantity related to a Brownian motion. Differ-
ent stocks have different volatilities σ (consider a high-tech stock versus a pharmaceutical).
43
In addition, one expects a mean rate of return µ on ones investment that is positive (oth-
erwise, why not just put the money in the bank?). In fact, one expects the mean rate
of return to be higher than the risk-free interest rate r because one expects something in
return for undertaking risk.
So the model that is used is to let the stock price be modeled by the SDE
dS
t
/S
t
= σdW
t
+ µdt,
or what looks better,
dS
t
= σS
t
dW
t
+ µS
t
dt.
(15.1)
Fortunately this SDE is one of those that can be solved explicitly.
Proposition 15.1. The solution to (15.1) is given by
S
t
= S
0
e
σW
t
+(µ−(σ
2
/2)t)
.
(15.2)
Proof. Using Theorem 14.1 there will only be one solution, so we need to verify that S
t
as given in (15.2) satisfies (15.1). We already did this, but it is important enough that we
will do it again. Let us first assume S
0
= 1. Let X
t
= σW
t
+ (µ − (σ
2
/2)t, let f (x) = e
x
,
and apply Ito’s formula. We obtain
S
t
= e
X
t
= e
X
0
+
Z
t
0
e
X
s
dX
s
+
1
2
Z
t
0
e
X
s
dhXi
s
= 1 +
Z
t
0
S
s
σdW
s
+
Z
t
0
S
s
(µ −
1
2
σ
2
)ds
+
1
2
Z
t
0
S
s
σ
2
ds
= 1 +
Z
t
0
S
s
σdW
s
+
Z
t
0
S
s
µds,
which is (15.1). If S
0
6= 0, just multiply both sides by S
0
.
If one purchases ∆
0
shares (possibly a negative number) at time t
0
, then changes
the investment to ∆
1
shares at time t
1
, etc., then ones wealth at time t will be
X
t
0
+ ∆
0
(S
t
1
− S
t
0
) + ∆
1
(S
t
2
− S
t
1
) + · · · + ∆
i
(S
t
i+1
− S
t
i
).
But this is the same as
X
t
0
+
Z
t
0
∆(s)dS
s
,
44
where we have t ≥ t
i+1
and ∆(s) = ∆
i
if t
i
≤ s < t
i+1
. In other words, our wealth is
given by a stochastic integral with respect to the stock price. The requirement that the
integrand of a stochastic integral be adapted is very natural: we cannot base the number
of shares we own at time s on information that will not be available until the future.
The continuous time model of finance is then that the security price is given by
(15.1) (often called geometric Brownian motion), that there are no transaction costs, but
one can trade as many shares as one wants and vary the amount held in a continuous
fashion. This clearly is not the way the market actually works, for example, stock prices
are discrete, but this model has proved to be a very good one.
16. Martingale representation theorem.
In this section we want to show that every random variable that is F
t
measurable
can be written as a stochastic integral of Brownian motion. In the next section we use
this to show that under the model of geometric Brownian motion the market is complete.
This means that no matter what option one comes up with, one can exactly replicate the
result (no matter what the market does) by buying and selling shares of stock.
In mathematical terms, we let F
t
be the σ-field generated by W
s
, s ≤ t. From (15.2)
we see that F
t
is also the same as the σ-field generated by S
s
, s ≤ t, so it doesn’t matter
which one we work with. We want to show that if V is F
t
measurable, then there exists
H
s
adapted such that
V = V
0
+
Z
H
s
dW
s
,
(16.1)
where V
0
is a constant.
We first need the following.
Proposition 16.1. Suppose
V
n
t
= V
n
0
+
Z
t
0
H
n
s
dW
s
and
E |V
n
t
− V
t
|
2
→ 0
for each t with the H
n
adapted. Then there exists H
s
adapted so that
V
t
= V
0
+
Z
t
0
H
s
dW
s
.
What this proposition says is that if we can duplicate a sequence of options V
n
and V
n
→ V ,
then we can duplicate V .
45
Proof. By our assumptions,
E |(V
n
t
− V
n
0
) − (V
m
t
− V
m
0
)|
2
→ 0
as n, m → ∞. So
E
Z
t
0
(H
n
s
− H
m
s
)dW
s
2
→ 0.
From our formulas for stochastic integrals, this means
E
Z
t
0
|H
n
s
− H
m
s
|
2
ds → 0.
This says that H
n
s
is a Cauchy sequence in the space L
2
(with respect to the norm k · k
H
given in Section 11). We will assume that you know that L
2
is complete or are willing to
believe it, so there exists H
s
such that
E
Z
t
0
|H
n
s
− H
s
|
2
ds → 0.
In particular H
n
s
→ H
s
, and this implies H
s
is adapted.
Let U
t
=
R
t
0
H
s
dW
s
. Then as above,
E |(V
n
t
− V
n
0
) − U
t
|
2
= E
Z
t
0
(H
n
s
− H
s
)
2
ds → 0.
Therefore U
t
= V
t
− V
0
, and U has the desired form.
Next we show our result for a particular collection of options.
Proposition 16.2. If g is bounded,
g(W
t
) = c +
Z
t
0
H
s
dW
s
for an integrand H
s
that is adapted and some constant c.
Proof. By Ito’s formula with X
s
= −iuW
s
+ u
2
s/2 and f (x) = e
x
,
e
X
t
= 1 +
Z
t
0
e
X
s
(−iu)dW
s
+
Z
t
0
e
X
s
(u
2
/2)ds
+
1
2
Z
t
0
e
X
s
(−iu)
2
ds
= 1 − iu
Z
t
0
e
X
s
dW
s
.
46
If we multiply both sides by e
−u
2
t/2
, which is a constant and hence adapted, we obtain
e
−iuW
t
= c
u
+
Z
t
0
H
u
s
dW
s
(16.2)
for an appropriate constant c
u
and integrand H
u
.
If f is a smooth function (e.g., C
∞
with compact support), then its Fourier trans-
form b
f will also be very nice. So if we multiply (16.2) by b
f (u) and integrate over u from
−∞ to ∞, we obtain
f (W
t
) = c +
Z
t
0
H
s
dW
s
for some constant c and some adapted integrand H. (We implicitly used Proposition 16.1,
because we approximate our integral by Riemann sums, and then take a limit.) Now using
Proposition 16.1 we take limits and obtain the proposition.
An almost identical proof shows that if f is bounded, then
f (W
t
− W
s
) = c +
Z
t
s
H
r
dW
r
for some c and H
r
.
Theorem 16.3. If V is F
t
measurable and E V
2
< ∞, then there exists a constant c and
an adapted integrand H
s
such that
V = c +
Z
t
0
H
s
dW
s
.
Proof. We will show that all V of the form
V = f
1
(W
t
1
− W
t
0
)f
2
(W
t
2
− W
t
1
) · · · f
n
(W
t
n
− W
t
n−1
)
can be so represented. If we take linear combinations of these, then the linear combinations
can also be so represented. Since every V that is F
t
measurable can be written as a limit
of such linear combinations, Proposition 16.1 then implies the result.
The argument is by induction; let us do the case n = 2 for clarity. So we suppose
V = f (W
t
)g(W
u
− W
t
).
From Proposition 16.2 we now have that
f (W
t
) = c +
Z
t
0
H
s
dW
s
,
g(W
u
− W
t
) = d +
Z
u
t
K
s
dW
s
.
47
Set H
r
= H
r
if 0 ≤ s < t and 0 otherwise. Set K
r
= K
r
if s ≤ r < t and 0 otherwise. Let
X
s
= c +
R
s
0
H
r
dW
r
and Y
s
= d +
R
s
0
K
r
dW
r
. Then
hX, Y i
s
=
Z
s
0
H
r
K
r
dr = 0.
Then by the Ito product formula,
X
s
Y
s
= X
0
Y
0
+
Z
s
0
X
r
dY
r
+
Z
s
0
Y
r
dX
r
+ hX, Y i
s
= cd +
Z
s
0
[X
r
K
r
+ Y
r
H
r
]dW
r
.
If we now take s = u, that is exactly what we wanted. Note that X
r
K
r
+ Y
r
H
r
is 0 if
r > u; this is needed to do the general induction step.
17. Completeness.
Now let S
t
be a geometric Brownian motion. As we mentioned in the last section,
if S
t
= S
0
exp(σW
t
+ (µ − σ
2
/2)t), then given S
t
we can determine W
t
and vice versa, so
the σ fields generated by S
t
and W
t
are the same. Recall S
t
satisfies
dS
t
= σS
t
dW
t
+ µS
t
dt.
Define a new probability P by
dP
dP
= M
t
= exp(aW
t
− a
2
t/2).
By the Girsanov theorem,
f
W
t
= W
t
− at
is a Brownian motion under P. So
dS
t
= σS
t
df
W
t
+ σS
t
adt + µS
t
dt.
If we choose a = −µ/σ, we then have
dS
t
= σS
t
df
W
t
.
(17.1)
Since f
W
t
is a Brownian motion under P, then S
t
must be a martingale, since it is a
stochastic integral of a Brownian motion. We can rewrite (17.1) as
df
W
t
= σ
−1
S
−1
t
dS
t
.
(17.2)
48
Given a F
t
measurable variable V , we know by Theorem 16.3 that there exists
adapted H
s
such that
V = c +
Z
t
0
H
s
df
W
s
.
But then using (17.2) we have
V = c +
Z
t
0
H
s
σ
−1
S
−1
s
dS
s
.
We have therefore proved
Theorem 17.1. If S
t
is a geometric Brownian motion and V is F
t
measurable, then there
exist a constant c and an adapted process K
s
such that
V = c +
Z
t
0
K
s
dS
s
.
Moreover, there is a probability P under which S
t
is a martingale.
The probability P is called the risk-neutral measure. Under P the stock price is a
martingale.
18. Black-Scholes formula, I.
We can now derive the formula for the price of any option. If V is F
t
measurable,
we have by Theorem 17.1 that
V = c +
Z
t
0
K
s
dS
s
,
(18.1)
and under P, the process S
s
is a martingale.
Theorem 18.1. The price of V must be E V .
Proof. This is the “no arbitrage” principle again. Suppose the price of the option V at
time 0 is W . Starting with 0 dollars, we can sell the option V for W dollars, and use the
W dollars to buy and trade shares of the stock. In fact, if we use c of those dollars, and
invest according to the strategy of holding K
s
shares at time s, then at time t we will have
e
rt
(W
0
− c) + V
dollars. At time t the buyer of our option exercises it and we use V dollars to meet that
obligation. That leaves us a profit of e
rt
(W
0
− c) if W
0
> c, without any risk. Therefore
W
0
must be less than or equal to c. If W
0
< c, we just reverse things: we buy the option
instead of sell it, and hold −K
s
shares of stock at time s. By the same argument, since
we can’t get a riskless profit, we must have W
0
≥ c, or W
0
= c.
49
Finally, under P the process S
t
is a martingale. So taking expectations in (18.1),
we obtain
E V = c.
Note that there is a slight difference with the approach we used in the binomial
asset model. There we showed that (1 + r)
−k
S
k
was a martingale under P. We could do
the analogue to that here, but it is slightly simpler to make S
t
a martingale under P and
to incorporate the interest rate into the definition of V . So, for example, in the case of
pricing a European call, we let
V = e
−rt
(S
t
− K)
+
.
We can think of this as saying the value of V at time t is (S
t
− K)
+
in terms of the value
of the dollar at time t. In terms of present day dollars the value of V is e
−rt
(S
t
− K)
+
.
The formula in the statement of Theorem 18.1. is amenable to calculation. Suppose
we have the standard European option, where V = e
−rt
(S
t
− K)
+
. Recall that under P
the stock price satisfies
dS
t
= σS
t
df
W
t
,
where f
W
t
is a Brownian motion under P. So then
S
t
= S
0
e
σ
e
W
t
−σ
2
t/2
.
Hence
E V = E [e
−rt
(S
t
− K)
+
]
(18.2)
= E
h
e
−rt
[S
0
e
σ
e
W
t
−(σ
2
/2)t
− K]
+
i
.
We know the density of f
W
t
is just (2πt)
−1
e
−y
2
/2
, so we can do the calculations and end
up with the famous Black-Scholes formula:
W
0
= xΦ(g(x, t)) − Ke
−rt
Φ(h(x, t)),
where Φ(z) =
1
√
2π
R
z
−∞
e
−y
2
/2
dy, x = S
0
,
g(x, t) =
log(x/K) + (r + σ
2
/2)t
σ
√
t
,
h(x, t) = g(x, t) − σ
√
t.
50
It is of considerable interest that the final formula depends on σ but is completely
independent of µ. The reason for that can be explained as follows. Under P the process S
t
satisfies dS
t
= σS
t
df
W
t
, where f
W
t
is a Brownian motion. Therefore, similarly to formulas
we have already done,
S
t
= S
0
e
σ
e
W
t
−σ
2
/2
,
and there is no µ present here. (We used the Girsanov formula to get rid of the µ.) The
price of the option V is
E e
−rt
[S
t
− K]
+
,
(18.3)
which is independent of µ since S
t
is. Therefore we can use this instead of (18.2), i.e., we
can assume µ is zero, and the calculations become much simpler.
19. Black-Scholes formula, II.
Here is a second approach to the Black-Scholes formula. This approach works for
European calls and several other options, but does not work in the generality that the first
approach does. On the other hand, it allows one to computes what the equivalent strategy
of buying or selling stock should be to duplicate the outcome of the given option.
Let V
t
be the value of the portfolio and assume V
t
= f (S
t
, T − t) for all t, where f
is some function that is sufficiently smooth. We also want V
T
= (S
T
− K)
+
.
Recall Ito’s formula. The multivariate version is
f (X
t
) = f (X
0
) +
Z
t
0
d
X
i=1
f
x
i
(X
s
) dX
i
s
+
1
2
Z
t
0
d
X
i,j=1
f
x
i
x
j
(X
s
) dhX
i
, X
j
i
s
.
Here X
t
= (X
1
t
, . . . , X
d
t
) and f
x
i
denotes the partial derivative of f in the x
i
direction,
and similarly for the second partial derivatives.
We apply this with d = 2 and X
t
= (S
t
, T − t). From the SDE that S
t
solves,
hX
1
i
t
= σ
2
S
2
t
dt, hX
2
i
t
= 0 (since T −t is of bounded variation and hence has no martingale
part), and hX
1
, X
2
i
t
= 0. Also, dX
2
t
= −dt. Then
V
t
− V
0
= f (S
t
, T − t) − f (S
0
, T − t)
(19.1)
=
Z
t
0
f
x
(S
u
, T − u) dS
u
−
Z
t
0
f
s
(S
u
, T − u) du
+
1
2
Z
t
0
σ
2
S
2
u
f
xx
(S
u
, T − u) du.
On the other hand,
V
t
− V
0
=
Z
t
0
a
u
dS
u
+
Z
t
0
b
u
dβ
u
.
(19.2)
51
Since the value of the portfolio is
V
t
= a
t
S
t
+ b
t
B
t
,
we must have
b
t
= (V
t
− a
t
S
t
)/β
t
.
(19.3)
Also, recall
β
t
= β
0
e
rt
.
(19.4)
We must therefore have
a
t
= f
x
(S
t
, T − t)
(19.5)
and
r[f (S
t
, T − t) − S
t
f
x
(S
t
, T − t)] = −f
s
(S
t
, T − t) +
1
2
σ
2
S
2
t
f
xx
(S
t
, T − t)
(19.6)
for all t and all S
t
. (19.6) leads to the parabolic PDE
f
s
=
1
2
σ
2
x
2
f
xx
+ rxf
x
− rf,
(x, s) ∈ (0, ∞) × [0, T ),
(19.7)
and
f (x, 0) = (x − K)
+
.
(19.8)
Solving this equation for f , f (x, T ) is what V
0
should be, i.e., the cost of setting up the
equivalent portfolio. Equation (19.5) shows what the trading strategy should be. In the
next section we show how to solve this PDE.
20. Solving PDE.
Without going into the theory of PDE, let us look at how to solve some simple PDE
using probability. Let us consider
f
t
= af
xx
+ bf
x
,
f (x, 0) = g(x).
(20.1)
Here f is a function of x and t, a and b are given functions of x and g is also given. The
above equation is known as the Cauchy problem.
Proposition 20.1. Let A =
√
2a and let X
t
be the solution to
dX
t
= A(X
t
)dW
t
+ b(X
t
)dt.
(20.2)
The solution to the above equation is given by
f (x, t) = E
x
g(X
t
).
52
Proof. Fix t
0
and let M
t
= f (X
t
, t
0
− t). We first show M
t
is a martingale. By Ito’s
formula,
dM
s
= f
x
(X
s
, t
0
− s)dX
s
− f
t
(X
s
, t
0
− s)ds +
1
2
f
xx
(X
s
, t
0
− s)A
2
(X
s
)ds
(20.3)
= f
x
(X
s
, t
0
− s)A(X
s
)dW
s
+ f
x
(X
s
, t
0
− s)b(X
s
)ds +
1
2
f
xx
(X
s
, t
0
− s)A
2
(X
s
)ds
− f
t
(X
s
, t
0
− s)ds.
Since f solves (20.1), then
dM
t
= f
x
(X
s
, t
0
− s)A(X
s
)dW
s
,
which is a stochastic integral of a Brownian motion, hence a martingale.
Now E
x
M
0
= f (x, t
0
) and E
x
M
t
0
= E
x
f (X
t
0
, 0) = E
x
g(X
t
0
). Since martingales
have constant expectation,
f (x, t
0
) = E
x
g(X
t
0
).
Since t
0
is arbitrary, the proposition is proved.
To solve the equation
f
t
= af
xx
+ bf
x
+ cf,
f (x, 0) = g(x),
similar methods show that the solution is given by
f (x, t) = E
x
h
g(X
t
)e
R
t
0
c(X
s
)ds
i
,
where X
t
is the solution to (20.2). (This is known as the Feynman-Kac formula.) To see
this, if we let
N
t
= M
t
e
R
t
0
c(X
s
)ds
,
where M
t
= f (X
t
, t
0
− t), then the Ito product formula yields
dN
t
= M
t
e
R
t
0
c(X
s
)ds
c(X
t
)dt + e
R
t
0
c(X
s
)ds
dM
t
.
Using (20.3) and the fact that af
xx
+ bf
x
+ cf = 0, we see that that the dt term is 0 and
N
t
is a martingale. Using E N
0
= E N
t
0
leads to the desired representation of the solution.
Let us look at an example:
f
t
=
1
2
σ
2
x
2
f
xx
+ rxf
x
− rf,
53
which is the PDE that arises in Black-Scholes. Here a =
1
2
σ
2
x
2
so that A = σx, b = rx,
and c = −r. The SDE to be solved, then, is
dX
t
= σX
t
dW
t
+ rX
t
dt,
X
0
= x.
We know the solution to this is
X
t
= xe
σW
t
−σ
2
t/2+rt
.
Hence
f (x, t) = E
x
h
g(X
t
)e
−rt
i
= E
h
e
−rt
g
xe
σW
t
−σ
2
t/2+rt
i
.
Since we know the density of W
t
, we can get an explicit expression (as an integral) for
f (x, t).
21. The fundamental theorem of finance.
In Section 17, we showed there was a probability measure under which S
t
was a
martingale. This is true very generally. Let S
t
be the price of a security. We will suppose
S
t
is a continuous semimartingale, and can be written S
t
= M
t
+ A
t
.
The NFLVR condition (“no free lunch with vanishing risk”) is that there do not
exist a fixed time T , ε, b > 0, and H
n
(that are adapted and satisfy the appropriate
integrability conditions) such that
Z
T
0
H
n
(s) dS
s
> −
1
n
,
a.s.
for all t and
P
Z
T
0
H
n
(s) dS
s
> b
> ε.
Here T, b, ε do not depend on n. The condition says that one can with positive
probability ε make a profit of b and with a loss no larger than 1/n.
Q is an equivalent martingale measure if Q is a probability measure, Q is equivalent
to P, and S
t
is a martingale under Q.
Theorem 21.1. If S
t
is a continuous semimartingale and the NFLVR conditions holds,
then there exists an equivalent martingale measure Q.
The proof is rather technical and involves some heavy-duty measure theory, so we
will only point examine a part of it. Suppose that we happened to have S
t
= W
t
+ f (t),
where f (t) is a deterministic function. To obtain the equivalent martingale measure, we
would want to let
M
t
= e
−
R
t
0
f
0
(s)dW
s
−
R
t
0
(f
0
(s))
2
ds
.
54
In order for M
t
to make sense, we need f to be differentiable. A result from measure
theory says that if f is not differentiable, then we can find a subset A of [0, ∞) such that
R
t
0
1
A
(s)ds = 0 but the amount of increase of f over the set A is positive. (This is not a
very precise statement.) Then if we hold H
s
= 1
A
(s) shares at time s, our net profit is
Z
t
0
H
s
dS
s
=
Z
t
0
1
A
(s)dW
s
+
Z
t
0
1
A
(s) df (s).
The second term would be positive since this is the amount of increase of f over the set
A. The first term is 0, since E (
R
t
0
1
A
(s)dW
s
)
2
=
R
t
0
1
A
(s)
2
ds = 0. So our net profit is
nonrandom and positive, or in other words, we have made a net gain without risk. This
contradicts “no arbitrage.”
Sometime Theorem 21.1 is called the first fundamental theorem of asset pricing.
The second fundamental theorem is the following.
Theorem 21.2. The equivalent martingale measure is unique if and only if the market is
complete.
We will not prove this.
22. American puts.
The proper valuation of American puts is one of the important unsolved problems
in mathematical finance. Recall that a European put pays out (K − S
T
)
+
at time T ,
while an American put allows one to exercise early. If one exercises an American put at
time t < T , one receives (K − S
t
)
+
. Then during the period [t, T ] one receives interest,
and the amount one has is (K − S
t
)
+
e
r(T −t)
. In today’s dollars that is the equivalent of
(K − S
t
)
+
e
−rt
. One wants to find a rule, known as the exercise policy, for when to exercise
the put, and then one wants to see what the value is for that policy. Since one cannot look
into the future, one is in fact looking for a stopping time τ that maximizes
E e
−rτ
(K − S
τ
)
+
.
There is no good theoretical solution to finding the stopping time τ , although good
approximations exist. We will, however, discuss just a bit of the theory of optimal stopping,
which reworks the problem into another form.
Let G
t
denote the amount you will receive at time t. For American puts, we set
G
t
= e
−rt
(K − S
t
)
+
.
Our problem is to maximize E G
τ
over all stopping times τ .
We first need
55
Proposition 22.1. If S and T are bounded stopping times with S ≤ T and M is a
martingale, then
E [M
T
| F
S
] = M
S
.
Proof. Let A ∈ F
S
. Define U by
U (ω) =
S(ω)
if ω ∈ A,
T (ω)
if ω /
∈ A.
It is easy to see that U is a stopping time, so by Doob’s optional stopping theorem,
E M
0
= E M
U
= E [M
S
; A] + E [M
T
; A
c
].
Also,
E M
0
= E M
T
= E [M
T
; A] + E [M
T
; A
c
].
Taking the difference, E [M
T
; A] = E [M
s
; A], which is what we needed to show.
Given two supermartingales X
t
and Y
t
, it is routine to check that X
t
∧ Y
t
is also a
supermartingale. Also, if X
n
t
are supermartingales with X
n
t
↓ X
t
, one can check that X
t
is again a supermartingale. With these facts, one can show that given a process such as
G
t
, there is a least supermartingale larger than G
t
.
So we define W
t
to be a supermartingale (with respect to P, of course) such that
W
t
≥ G
t
a.s for each t and if Y
t
is another supermartingale with Y
t
≥ G
t
for all t, then
W
t
≤ Y
t
for all t. We set τ = inf{t : W
t
= G
t
}. We will show that τ is the solution to the
problem of finding the optimal stopping time. Of course, computing W
t
and τ is another
problem entirely.
Let
T
t
= {τ : τ is a stopping time, t ≤ τ ≤ T }.
Let
V
t
= sup
τ ∈T
t
E [G
τ
| F
t
].
Proposition 22.2. V
t
is a supermartingale and V
t
≥ G
t
for all t.
Proof. The fixed time t is a stopping time in T
t
, so V
t
≥ E [G
t
| F
t
] = G
t
, or V
t
≥ G
t
. so
we only need to show that V
t
is a supermartingale.
Suppose s < t. Let π be the stopping time in T
t
for which V
t
= E [G
π
| F
t
].
π ∈ T
t
⊂ T
s
. Then
E [V
t
| F
s
] = E [G
π
| F
s
] ≤ sup
τ ∈T
s
E [G
τ
| F
s
] = V
s
.
56
Proposition 22.3. If Y
t
is a supermartingale with Y
t
≥ G
t
for all t, then Y
t
≥ V
t
.
Proof. If τ ∈ T
t
, then since Y
t
is a supermartingale, we have
E [Y
τ
| F
t
] ≤ Y
t
.
So
V
t
= sup
τ ∈T
t
E [G
τ
| F
t
] ≤ sup
τ ∈T
t
E [Y
τ
| F
t
] ≤ Y
t
.
What we have shown is that W
t
is equal to V
t
. It remains to show that τ is optimal.
There may in fact be more than one optimal time, but in any case τ is one of them. Recall
we have F
0
is the σ-field generated by S
0
, and hence consists of only ∅ and Ω.
Proposiiton 22.4. τ is an optimal stopping time.
Proof. Since F
0
is trivial, V
0
= sup
τ ∈T
0
E [G
τ
| F
0
] = sup
τ
E [G
τ
]. Let σ be a stopping
time where the supremum is attained. Then
V
0
≥ E [V
σ
| F
0
] = E [V
σ
] ≥ E [G
σ
] = V
0
.
Therefore all the inequalities must be equalities. Since V
σ
≥ G
σ
, we must have V
σ
= G
σ
.
Since τ was the first time that W
t
equals G
t
and W
t
= V
t
, we see that τ ≤ σ. Then
E [G
τ
] = E [V
τ
] ≥ EV
σ
= E G
σ
.
Therefore the expected value of G
τ
is as least as large as the expected value of G
σ
, and
hence τ is also an optimal stopping time.
The above representation of the optimal stopping problem may seem rather bizarre.
However, this procedure gives good usable results for some optimal stopping problems. An
example is where G
t
is a function of just W
t
.
23. Term structure.
We now want to consider the case where the interest rate is nondeterministic, that
is, it has a random component. To do so, we take another look at option pricing.
Let r(t) be the (random) interest rate at time t. Let
β(t) = e
R
t
0
r(u)du
57
be the accumulation factor. One dollar at time T will be worth 1/β(T ) in today’s dollars.
Let V = (S
T
− K)
+
be the payoff on the standard European call option at time T
with strike price K, where S
t
is the stock price. In today’s dollars it is worth, as we have
seen, V /β(T ). Therefore the price of the option should be
E
h
V
β(T )
i
.
We can also get an expression for the value of the option at time t. The payoff, in terms
of dollars at time t, should be the payoff at time T discounted by the interest or inflation
rate, and so should be
e
−
R
T
t
r(u)du
(S
T
− K)
+
.
Therefore the value at time t is
E
h
e
−
R
T
t
r(u)du
(S
T
− K)
+
| F
t
i
= E
h
β(t)
β(T )
V | F
t
i
= β(t)E
h
V
β(T )
| F
t
i
.
From now on we assume we have already changed to the risk-neutral measure and
we write P instead of P.
A zero coupon bond with maturity date T pays $1 at time T and nothing before.
This is equivalent to an option with payoff value V = 1. So its price at time t, as above,
should be
B(t, T ) = β(t)E
h
1
β(T )
| F
t
i
= E
h
e
−
R
T
t
r(u)du
| F
t
i
.
Let’s derive the SDE satisfied by B(t, T ). Let N
t
= E [1/β(T ) | F
t
]. This is a
martingale. By the martingale representation theorem,
N
t
= E [1/β(T )] +
Z
t
0
H
s
dW
s
for some adapted integrand H
s
. So B(t, T ) = β(t)N
t
. Here T is fixed. By Ito’s product
formula,
dB(t, T ) = β(t)dN
t
+ N
t
dβ(t)
= β(t)H
t
dW
t
+ N
t
r(t)β(t)dt
= β(t)H
t
dW
t
+ B(t, T )r(t)dt,
and we thus have
dB(t, T ) = β(t)H
t
dW
t
+ B(t, T )r(t)dt.
(23.1)
We now discuss forward rates. If one holds T fixed and graphs B(t, T ) as a function
of t, the graph will not clearly show the behavior of r. One sometimes specifies interest
rates by what are known as forward rates.
58
Suppose you want to borrow $1 at time T and repay it with interest at time T + ε.
At the present time we are at time t ≤ T . One can accomplish this by buying a zero
coupon bond with maturity date T and shorting (i.e., selling) B(t, T )/B(t, T + ε) zero
coupon bonds with maturity date T + ε. The value of the portfolio at time t is
B(t, T ) −
B(t, T )
B(t, T + ε)
B(t, T + ε) = 0.
At time T you receive $1. At time T + ε you pay B(t, T )/B(t, T + ε). The effective rate
of interest R over the time period T to T + ε is
e
εR
=
B(t, T )
B(t, T + ε)
.
Solving for R, we have
R =
log B(t, T ) − log B(t, T + ε)
ε
.
We now let ε → 0. We define the forward rate by
f (t, T ) = −
∂
∂T
log B(t, T ).
(23.2)
Sometimes interest rates are specified by giving f (t, T ) instead of B(t, T ) or r(t).
Let us see how to recover B(t, T ) from f (t, T ). Integrating, we have
Z
T
t
f (t, u)du = −
Z
T
t
∂
∂u
log B(t, u)du = − log B(t, u) |
u=T
u=t
= − log B(t, T ) + log B(t, t).
Since B(t, t) is the value of a zero coupon bond at time t which expires at time t, it is
equal to 1, and its log is 0. Solving for B(t, T ), we have
B(t, T ) = e
−
R
T
t
f (t,u)du
.
(23.3)
Next, let us show how to recover r(t) from the forward rates. We have
B(t, T ) = E
h
e
−
R
T
t
r(u)du
| F
t
i
.
Differentiating,
∂
∂T
B(t, T ) = E
h
− r(T )e
−
R
T
t
r(u)du
| F
t
i
.
Evaluating this when T = t, we obtain
E [−r(t) | F
t
] = r(t).
(23.4)
59
On the other hand, from (23.3) we have
∂
∂T
B(t, T ) = −f (t, T )e
−
R
T
t
f (t,u)du
.
Setting T = t we obtain −f (t, t). Comparing with (23.4) yields
r(t) = f (t, t).
(23.5)
24. Some interest rate models.
Heath-Jarrow-Morton model
Instead of specifying r, the Heath-Jarrow-Morton model (HJM) specifies the forward
rates:
df (t, T ) = σ(t, T )dW
t
+ α(t, T )dt.
(24.1)
Let us derive the SDE that B(t, T ) satisfies. Let
α
∗
(t, T ) =
Z
T
t
α(t, u)du,
σ
∗
(t, T ) =
Z
T
t
σ(t, u)du.
Since B(t, T ) = exp(−
R
T
t
f (t, u)du), we derive the SDE for B by using Ito’s formula with
the function e
x
and X
t
= −
R
T
t
f (t, u)du. We have
dX
t
= f (t, t)dt −
Z
T
t
df (t, u)du
= r(t)dt −
Z
T
t
[α(t, u)dt + σ(t, u)dW
t
] du
= r(t)dt −
h
Z
T
t
α(t, u)du
i
dt −
h
Z
T
t
σ(t, u)du
i
dW
t
= r(t)dt − α
∗
(t, T )dt − σ
∗
(t, T )dW
t
.
Therefore, using Ito’s formula,
dB(t, T ) = B(t, T )dX
t
+
1
2
B(t, T )(σ
∗
(t, T ))
2
dt
= B(t, T )
h
r(t) − α
∗
+
1
2
(σ
∗
)
2
i
dt − σ
∗
B(t, T )dW
t
.
From (23.1)
dB(t, T ) = B(t, T )r(t)dt − σ
∗
B(t, T )dW
t
.
Comparing, we see that if P is the risk-neutral measure, we have α
∗
=
1
2
(σ
∗
)
2
.
60
If P is not the risk-neutral measure, it is still possible that one exists. Let θ(t) be a
function of t, let M
t
= exp(−
R
t
0
θ(u)dW
u
−
1
2
R
t
0
θ(u)
2
du) and define P(A) = E [M
T
; A] for
A ∈ F
T
. By the Girsanov theorem,
dB(t, T ) = B(t, T )
h
r(t) − α
∗
+
1
2
(σ
∗
)
2
+ σ
∗
θ]dt − σ
∗
B(t, T )df
W
t
,
where f
W
t
is a Brownian motion under P. So we must have
α
∗
=
1
2
(σ
∗
)
2
+ σ
∗
θ.
Differentiating with respect to T , we obtain
α(t, T ) = σ(t, T )σ
∗
(t, T ) + σ(t, T )θ(t).
If we try to solve this equation for θ, there is no reason off-hand that θ depends only on t
and not T . However, if θ does not depend on T , P will be the risk-neutral measure.
Hull and White model
In this model, the interest rate r is specified as the solution to the SDE
dr(t) = σ(t)dW
t
+ (a(t) − b(t)r(t))dt.
Here σ, a, b are deterministic functions. The stochastic integral term introduces random-
ness, while the a − br term causes a drift toward a(t)/b(t).
This is one of those SDE’s that can be solved explicitly. Let K(t) =
R
t
0
b(u)du.
Then
d
h
e
K(t)
r(t)
i
= e
K(t)
r(t)b(t) + e
K(t)
h
a(t) − b(t)r(t)
i
dt + e
K(t)
[σ(t)dW
t
]
= e
K(t)
a(t)dt + e
K(t)
[σ(t)dW
t
].
Integrating both sides,
e
K(t)
r(t) = r(0) +
Z
t
0
e
K(u)
a(u)du +
Z
t
0
e
K(u)
σ(u)dW
u
.
Multiplying both sides by e
−K(t)
, we have the explicit solution
r(t) = e
−K(t)
h
r(0) +
Z
t
0
e
K(u)
a(u)du +
Z
t
0
e
K(u)
σ(u)dW
u
i
.
If F (u) is deterministic, then
Z
t
0
F (u)dW
u
= lim
X
F (u
i
)(W
u
i+1
− W
u
i
).
61
Linear combinations of Gaussian r.v.’s (Gaussian = normal) are Gaussian, and limits of
Gaussian r.v.’s are Gaussian, so we conclude
R
t
0
F (u)dW
u
is a Gaussian r.v. We see that
the mean at time t is
E r(t) = e
−K(t)
h
r(0) +
Z
t
0
e
K(u)
a(u)du
i
.
We know how to calculate the second moment of a stochastic integral, so
Var r(t) = e
−2K(t)
Z
t
0
e
2K(u)
σ(u)
2
du.
(One can similarly calculate the covariance of r(s) and r(t).) Limits of linear combinations
of Gaussians are Gaussian, so we can calculate the mean and variance of
R
T
0
r(t)dt and get
an explicit expression for
B(0, T ) = E e
−
R
T
0
r(u)du
.
Cox-Ingersoll-Ross model
One drawback of the Hull and White model is that since r(t) is Gaussian, it can take
negative values with positive probability, which doesn’t make sense. The Cox-Ingersoll-
Ross model avoids this by modeling r by the SDE
dr(t) = (a − br(t))dt + σ
p
r(t)dW
t
.
The difference from the Hull and White model is the square root of r in the stochastic
integral term. Provided a ≥
1
2
σ
2
, it can be shown that r(t) will never hit 0 and will always
be positive. Although one cannot solve for r explicitly, one can calculate the distribution
of r. It turns out to be related to the square of what are known in probability theory
as Bessel processes. (The density of r(t), for example, will be given in terms of Bessel
functions.)
25. Foreign exchange.
Suppose we can buy bonds in dollars with constant interest rate r. So the value
of the bond at time t is B
t
= B
0
e
rt
. Suppose we can buy bonds in pounds sterling with
constant rate u. If D
t
is the price of the bond, then D
t
= D
0
e
ut
.
Let C
t
be the exchange rate; at time t one pound is worth C
t
dollars. Not surpris-
ingly, one model for exchange rates is to set
C
t
= C
0
e
σW
t
−σ
2
t/2+µt
,
where W
t
is a Brownian motion.
62
We want to see how to price options in terms of the exchange rate. There are two
main differences from the stock case. One is that if we buy pounds, we can invest them
in sterling bonds and receive interest. The other is that C
t
is not a quantity that one can
invest in. One cannot buy an exchange rate.
Let S
t
= C
t
D
t
. Start with with S
0
= C
0
D
0
dollars at time 0, exchange them
for S
0
/C
0
pounds, and buy S
0
/(C
0
D
0
) sterling bonds. At time t redeem the bonds for
D
t
pounds each and convert back to dollars. So at time t, you have C
t
D
t
= S
t
dollars.
Therefore S
t
is tradable, even if C
t
is not.
The present value of S
t
is e
−rt
S
t
= B
−1
t
S
t
. Let us set Z
t
= B
−1
t
S
t
. Substituting
for C
t
and D
t
, we have
Z
t
= e
−rt
e
ut
e
σW
t
−σ
2
t/2+µt
= e
σW
t
−σ
2
t/2+(µ+u−r)t
.
Let M
t
= exp(−(µ + u − r)W
t
− (µ + u − r)
2
t/2) and define Q(A) = E [M
t
; A] if A ∈ F
t
.
By what are now standard calculations, Z
t
is a martingale under Q.
Now let’s price options. For example, one might have a sterling call, which is the
right at time T to buy a pound for K dollars. The payoff at time T is V = (C
T
− K)
+
.
We use the martingale representation theorem, just as in the Black-Scholes derivation, to
write
V
T
= c +
Z
T
0
H
s
dZ
s
.
Since Z is a martingale under Q, then c = E
Q
V and this is the value of the call in today’s
dollars. H gives the hedging strategy: at time s hold H
s
units of sterling bonds, and the
remainder, namely, V
s
− H
s
Z
s
, in dollar bonds.
Are the calculations hard? Not really – the situation looks exactly the same as the
case of stock prices, but the interest rate is now r − u instead of r. This makes sense; we
don’t discount by the rate r, because insteading of holding stocks, which pay no interest,
we hold sterling bonds, which pay at interest rate u.
One could also do all these calculations from the point of view of the English in-
vestor. He has the alternative of putting his pounds into sterling bonds, or else exchanging
them for dollars and investing in dollar bonds. The calculations are very similar.
It turns out that the martingale measure (Q) will be different for the American and
the English investor. Nevertheless, they will come up with the identical value for an option
and will have the identical hedging strategy.
26. Dividends.
How do things change if a stock issues dividends? Of course, typically a stock issues
dividends at fixed discrete times, but for the sake of our continuous model, let us assume
that the stock issues dividends at a continuous rate.
63
There are two possibilities. One possibility is that the stock issues dividends at a
fixed rate, regardless of what the stock price is. This case is very similar to the foreign
exchange discussion: like the investor who exchanges his dollars for pounds and invests in
sterling bonds, the security purchased (sterling bonds in the foreign exchange case, stock
in the present case) pays interest.
So we will look at the other case, where we suppose that the stock issues dividends
at a rate proportional to the stock price. We suppose in a short time interval ∆t that the
amount of dividends issued is δS
t
∆t. Here δ is the dividend rate.
Suppose that as soon as we receive dividends, we immediately buy stock with it.
Our net gain in cash is then zero, but the number of shares we hold has increased. If S
t
is
the stock price, we hold e
δt
times as many shares, so our investment in the stock is now
e
S
t
= e
δt
S
t
= e
σW
t
−σ
2
t/2+µt+δt
.
We are back in the standard stock model, except that our mean rate of return has become
µ + δ instead of µ. The Black-Scholes formulas are much as before.
64