brownian motion Flashcards

1
Q

List the desirable characteristics of a model that can be used for modelling a share price
process.

A
  • The model should return non-negative share price values.
  • There should be an increasing trend in the share prices produced by the model.
  • The volatility of the share prices should increase in magnitude with increasing price.
  • The model should be relatively simple and have a good empirical fit to past data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

State Ito’s lemma

A

d(log St) = σdBt +(µ −σ^2/2)dt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
When dSt= St[σdBt +µdt]
Using Ito’s lemma on the function f(t, St) = log St
show that:
St = S0 exp [σBt +(µ −1/2σ^2)t]
.
A

St = S0 exp [σBt +(µ −1/2σ^2)t]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List the defining properties of a standard Brownian motion.

A

Standard Brownian motion is a stochastic process {Bt
: t ≥ 0}, on state space S = R
(set of real numbers) with the following defining properties:
(i) B0 = 0.
(ii) Independent increments: Bt − Bs is independent of {Br : r ≤ s}, where s < t.
(iii) Stationary increments: Distribution of Bt − Bs depends only on (t − s), where s < t.
(iv) Gaussian increments: Bt − Bs ∼ N(0, t − s).
(v) Continuity: Bt has continuous sample paths.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Let Bt be a standard Brownian motion and Fu denote the filtration (history) up to time u.
Show that: Bt = Bt+1 − B1, is also a standard Brownian motion.

A

Bt+1 and B1 are Gaussian, so B*t is Gaussian.
• E[B∗t] = E[Bt+1] − E[B1] = 0.
•Cov[B∗t, B∗s] = Cov[Bt+1 − B1, Bs+1 − B1]
= Cov[Bt+1, Bs+1] − Cov[Bt+1, B1] − Cov[Bs+1, B1] + V [B1]
= min(s + 1, t + 1) − 1 − 1 + 1
= min(s, t).
• As Bt has continuous sample paths, B∗t will also have continuous sample paths, as B∗t is a linear combination of Bt+1 and B1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly