Part 15 - Brownian Motion and Gaussian Processes III

Introduction

In this last part, we will continue looking at Brownian motions and Gaussian processes. We will cover some applications of what we have learned so far.

Example: Counting Zeroes

Example 1 (Counting Zeroes)

How many zeroes does BtB_t have in the interval (0,s)(0, s)?

If LsL_s is the last zero in (0,s)(0, s), we saw that,

LssBeta(12,12),\frac{L_s}{s} \sim \mathrm{Beta}\left(\frac{1}{2}, \frac{1}{2}\right),

which means that, with probability one, there exists a zero in the interval (0,s)(0, s) and for the last zero LsL_s we have 0<Ls<s0 < L_s < s.

Repeating the argument, we have that 0<LLs<Ls0 < L_{L_s} < L_s with probability one, and thus there exists another zero in (0,Ls)(0,s)(0, L_s) \subset (0, s).

The conclusion is that, with probability one, there is an infinite number of zeroes in (0,s)(0, s) for any s>0s > 0.

Stock Options

Intuition (Stock Options)

A (European) stock option is a right (but not an obligation) to buy a stock at a given time tt in the future for a given price KK.

How much can you expect to earn from a stock option at that future time?

We get that (we will derive this),

E[max(GtK,0)]=G0et(μ+σ22)P(B1>βσtt)KP(B1>βt),\mathbb{E}[\max(G_t - K, 0)] = G_0 e^{t(\mu + \frac{\sigma^2}{2})} P\left(B_1 > \frac{\beta - \sigma t}{\sqrt{t}}\right) - K P\left(B_1 > \frac{\beta}{\sqrt{t}}\right),

where β=log(K/G0)μtσ\beta = \frac{\log(K / G_0) - \mu t}{\sigma}.

Derivation

Firstly, we need to prove the algebraic identity,

eσxN(x;0,t)=eσ2t2N(x;σt,t).e^{\sigma x} \mathcal{N}(x; 0, t) = e^{\frac{\sigma^2 t}{2}} \mathcal{N}(x; \sigma t, t).
Proof

We have,

eσxN(x;0,t)=12πtexp(x22t+σx)=12πtexp((xσt)22t+σ2t2)=eσ2t2N(x;σt,t). \begin{align*} e^{\sigma x} \mathcal{N}(x; 0, t) & = \frac{1}{\sqrt{2 \pi t}} \exp\left(-\frac{x^2}{2 t} + \sigma x\right) \newline & = \frac{1}{\sqrt{2 \pi t}} \exp\left(-\frac{(x - \sigma t)^2}{2 t} + \frac{\sigma^2 t}{2}\right) \newline & = e^{\frac{\sigma^2 t}{2}} \mathcal{N}(x; \sigma t, t). \ _\blacksquare \end{align*}

Then, defining β=log(K/G0)μtσ\beta = \frac{\log(K / G_0) - \mu t}{\sigma} we get,

E[max(GtK,0)]E[max(G0eμt+σBtK,0)]=max(G0eμt+σxK,0) N(x;0,t) dx=β(G0eμt+σxK) N(x;0,t) dx=G0eμtβeσx N(x;0,t) dxKβN(x;0,t) dx=G0et(μ+σ22)βN(x;σt,t) dxKβN(x;0,t) dx=G0et(μ+σ22)P(B1>βσtt)KP(B1>βt). \begin{align*} \mathbb{E}[\max(G_t - K, 0)] & \coloneqq \mathbb{E}[\max(G_0 e^{\mu t + \sigma B_t} - K, 0)] \newline & = \int_{-\infty}^{\infty} \max(G_0 e^{\mu t + \sigma x} - K, 0) \ \mathcal{N}(x; 0, t) \ dx \newline & = \int_{\beta}^{\infty} (G_0 e^{\mu t + \sigma x} - K) \ \mathcal{N}(x; 0, t) \ dx \newline & = G_0 e^{\mu t} \int_{\beta}^{\infty} e^{\sigma x} \ \mathcal{N}(x; 0, t) \ dx - K \int_{\beta}^{\infty} \mathcal{N}(x; 0, t) \ dx \newline & = G_0 e^{t(\mu + \frac{\sigma^2}{2})} \int_{\beta}^{\infty} \mathcal{N}(x; \sigma t, t) \ dx - K \int_{\beta}^{\infty} \mathcal{N}(x; 0, t) \ dx \newline & = G_0 e^{t(\mu + \frac{\sigma^2}{2})} P\left(B_1 > \frac{\beta - \sigma t}{\sqrt{t}}\right) - K P\left(B_1 > \frac{\beta}{\sqrt{t}}\right). \ _\blacksquare \end{align*}
Example 2

A stock price is modeled with G0=67.3G_0 = 67.3, μ=0.08\mu = 0.08, and σ=0.3\sigma = 0.3. What is the expected payoff from an option to buy the stock at 100 in 3 years?

Solution

We want to compute,

E[max(G3100,0)]=67.3e3(0.08+0.322)P(B1>β0.333)100P(B1>β3)\begin{align*} \mathbb{E}[\max(G_3 - 100, 0)] & = 67.3 e^{3(0.08 + \frac{0.3^2}{2})} P\left(B_1 > \frac{\beta - 0.3 \cdot 3}{\sqrt{3}}\right) - 100 P\left(B_1 > \frac{\beta}{\sqrt{3}}\right) \newline \end{align*}

where,

β=log(100/67.3)0.0830.31.213.\beta = \frac{\log(100 / 67.3) - 0.08 \cdot 3}{0.3} \approx 1.213.

Thus, we can compute this as 67.3 * exp(3 * (0.08 + 0.3^2 / 2)) * (1 - pnorm((1.213 - 0.3 * 3) / sqrt(3), mean = 0, sd = 1)) - 100 * (1 - pnorm(1.213 / sqrt(3), mean = 0, sd = 1)) in R.

Martingales

Definition 1 (Martingale)

A stochastic process {Yt}t0\{Y_t\}_{t \geq 0} is a martingale if for t0t \geq 0,

  • E[YtYr,0rs]=Ys\mathbb{E}[Y_t \mid Y_r, 0 \leq r \leq s] = Y_s for 0st0 \leq s \leq t.
  • E[Yt]<\mathbb{E}[|Y_t|] < \infty. A Brownian motion BtB_t is a martingale.
Proof

We have,

E[BtBr,0rs]=E[BtBs+BsBr,0rs]=E[BtBsBr,0rs]+E[BsBr,0rs]=0+Bs=Bs.\begin{align*} \mathbb{E}[B_t \mid B_r, 0 \leq r \leq s] & = \mathbb{E}[B_t - B_s + B_s \mid B_r, 0 \leq r \leq s] \newline & = \mathbb{E}[B_t - B_s \mid B_r, 0 \leq r \leq s] + \mathbb{E}[B_s \mid B_r, 0 \leq r \leq s] \newline & = 0 + B_s \newline & = B_s. \end{align*}

and,

E[Bt]=x N(x;0,t) dx=20x N(x;0,t) dx=20x 12πtexp(x22t) dx=212πtt=2tπ<.\begin{align*} \mathbb{E}[|B_t|] & = \int_{-\infty}^{\infty} |x| \ \mathcal{N}(x; 0, t) \ dx \newline & = 2 \int_{0}^{\infty} x \ \mathcal{N}(x; 0, t) \ dx \newline & = 2 \int_{0}^{\infty} x \ \frac{1}{\sqrt{2 \pi t}} \exp\left(-\frac{x^2}{2 t}\right) \ dx \newline & = 2 \cdot \frac{1}{\sqrt{2 \pi t}} \cdot t \newline & = \sqrt{\frac{2 t}{\pi}} < \infty. \newline \end{align*}

Further, one can define a martingale with respect to other stochastic processes.

{Yt}t0\{Y_t\}_{t \geq 0} is a martingale with respect to {Xt}t0\{X_t\}_{t \geq 0} if for t0t \geq 0,

  • E[YtXr,0rs]=Ys\mathbb{E}[Y_t \mid X_r, 0 \leq r \leq s] = Y_s for 0st0 \leq s \leq t.
  • E[Yt]<\mathbb{E}[|Y_t|] < \infty.
Example 3

Let YtBt2tY_t \coloneqq B_t^2 - t for t0t \geq 0. Then, {Yt}t0\{Y_t\}_{t \geq 0} is a martingale with respect to the Brownian motion {Bt}t0\{B_t\}_{t \geq 0}.

Proof

We have,

E[YtBr,0rs]=E[Bt2tBr,0rs]=E[(BtBs+Bs)2tBr,0rs]=E[(BtBs)2Br,0rs]+2BsE[BtBsBr,0rs]+Bs2t=(ts)+0+Bs2t=Bs2s=Ys.\begin{align*} \mathbb{E}[Y_t \mid B_r, 0 \leq r \leq s] & = \mathbb{E}[B_t^2 - t \mid B_r, 0 \leq r \leq s] \newline & = \mathbb{E}[(B_t - B_s + B_s)^2 - t \mid B_r, 0 \leq r \leq s] \newline & = \mathbb{E}[(B_t - B_s)^2 \mid B_r, 0 \leq r \leq s] + 2 B_s \mathbb{E}[B_t - B_s \mid B_r, 0 \leq r \leq s] + B_s^2 - t \newline & = (t - s) + 0 + B_s^2 - t \newline & = B_s^2 - s \newline & = Y_s. \end{align*}

Further,

E[Yt]=E[Bt2t]E[Bt2]+t=Var(Bt)+(E[Bt])2+t=t+0+t=2t<.\begin{align*} \mathbb{E}[|Y_t|] & = \mathbb{E}[|B_t^2 - t|] \newline & \leq \mathbb{E}[B_t^2] + t \newline & = \mathrm{Var}(B_t) + (\mathbb{E}[B_t])^2 + t \newline & = t + 0 + t \newline & = 2 t < \infty. \newline \end{align*}

Thus, {Yt}t0\{Y_t\}_{t \geq 0} is a martingale with respect to {Bt}t0\{B_t\}_{t \geq 0}. _\blacksquare

Derivation (Geometric Brownian Motion can be a Martingale)

Let GtG0eμt+σBtG_t \coloneqq G_0 e^{\mu t + \sigma B_t} be a geometric Brownian motion. We can derive that,

E[GtBr,0rs]E[G0eμt+σBtBr,0rs]=E[G0eμ(ts)+σ(BtBs)+μs+σBseμs+σBsBr,0rs]=E[Gts]eμs+σBs=G0e(ts)(μ+σ22)eμs+σBs.=Gse(ts)(μ+σ22).\begin{align*} \mathbb{E}[G_t \mid B_r, 0 \leq r \leq s] & \coloneqq \mathbb{E}[G_0 e^{\mu t + \sigma B_t} \mid B_r, 0 \leq r \leq s] \newline & = \mathbb{E}[G_0 e^{\mu(t - s) + \sigma (B_t - B_s) + \mu s + \sigma B_s} e^{\mu s + \sigma B_s} \mid B_r, 0 \leq r \leq s] \newline & = \mathbb{E}[G_{t - s}] e^{\mu s + \sigma B_s} \newline & = G_0 e^{(t - s)(\mu + \frac{\sigma^2}{2})} e^{\mu s + \sigma B_s}. \newline & = G_s e^{(t - s)(\mu + \frac{\sigma^2}{2})}. \newline \end{align*}

We see that GtG_t is a martingale with respect to BtB_t if and only if μ+σ22=0\mu + \frac{\sigma^2}{2} = 0, i.e., μ=σ22\mu = -\frac{\sigma^2}{2}.

Example 4 (Discounting Future Values of Stocks & The Black-Scholes Formula for Option Pricing)

When making investments, there is always a range of choices, some of which are sometimes called “risk-free”. Such investments may pay a fixed interest.

When interests are compounded frequently, a reasonable model is that an investment of G0G_0 has a value G0ertG_0 e^{rt} after time tt, where rr is the “risk-free” investment rate of return.

A common way to take this alternative into account is to instead “discount” all other investments with the factor erte^{-rt}.

For example, the discounted value of a stock can be modeled as,

ertGt=ertG0eμt+σBt=G0e(μr)t+σBt.e^{-rt} G_t = e^{-rt} G_0 e^{\mu t + \sigma B_t} = G_0 e^{(\mu - r) t + \sigma B_t}.

A possible assumption about the trend μ\mu of a stock price is that the discounted value behaves as a martingale with respect to the Brownian motion BtB_t.

Thus, we get,

μr+σ22=0,i.e.,μ=rσ22.\mu - r + \frac{\sigma^2}{2} = 0, \quad \text{i.e.,} \quad \mu = r - \frac{\sigma^2}{2}.

The Black-Scholes formula for option pricing is based on,

  • Assuming the discounted stock price is a martingale with respect to the Brownian motion.
  • Using discounting when computing the value of the option.

From this, we get,

ertE[max(GtK,0)]=G0P(B1>βσtt)KertP(B1>βt),e^{-rt} \mathbb{E}[\max(G_t - K, 0)] = G_0 P\left(B_1 > \frac{\beta - \sigma t}{\sqrt{t}}\right) - K e^{-rt} P\left(B_1 > \frac{\beta}{\sqrt{t}}\right),

where β=log(K/G0)(rσ22)tσ\beta = \frac{\log(K / G_0) - (r - \frac{\sigma^2}{2}) t}{\sigma}.