• 沒有找到結果。

Brownian Motion

N/A
N/A
Protected

Academic year: 2022

Share "Brownian Motion"

Copied!
82
0
0

加載中.... (立即查看全文)

全文

(1)

Brownian Motion

a

• Brownian motion is a stochastic process { X(t), t ≥ 0 } with the following properties.

1. X(0) = 0, unless stated otherwise.

2. for any 0 ≤ t0 < t1 < · · · < tn, the random variables X(tk) − X(tk−1)

for 1 ≤ k ≤ n are independent.b

3. for 0 ≤ s < t, X(t) − X(s) is normally distributed with mean µ(t − s) and variance σ2(t − s), where µ and σ 6= 0 are real numbers.

aRobert Brown (1773–1858).

(2)

Brownian Motion (concluded)

• Such a process will be called a (µ, σ) Brownian motion with drift µ and variance σ2.

• The existence and uniqueness of such a process is guaranteed by Wiener’s theorem.a

• Although Brownian motion is a continuous function of t with probability one, it is almost nowhere differentiable.

• The (0, 1) Brownian motion is also called the Wiener process.

aNorbert Wiener (1894–1964).

(3)

Example

• If { X(t), t ≥ 0 } is the Wiener process, then X(t) − X(s) ∼ N (0, t − s).

• A (µ, σ) Brownian motion Y = { Y (t), t ≥ 0 } can be expressed in terms of the Wiener process:

Y (t) = µt + σX(t). (46)

• Note that Y (t + s) − Y (t) ∼ N (µs, σ2s).

(4)

Brownian Motion as Limit of Random Walk

Claim 1 A (µ, σ) Brownian motion is the limiting case of random walk.

• A particle moves ∆x to the left with probability 1 − p.

• It moves to the right with probability p after ∆t time.

• Assume n ≡ t/∆t is an integer.

• Its position at time t is

Y (t) ≡ ∆x (X1 + X2 + · · · + Xn) .

(5)

Brownian Motion as Limit of Random Walk (continued)

• (continued) – Here

Xi



+1 if the ith move is to the right,

−1 if the ith move is to the left.

– Xi are independent with

Prob[ Xi = 1 ] = p = 1 − Prob[ Xi = −1 ].

• Recall E[ Xi ] = 2p − 1 and Var[ Xi ] = 1 − (2p − 1)2.

(6)

Brownian Motion as Limit of Random Walk (continued)

• Therefore,

E[ Y (t) ] = n(∆x)(2p − 1), Var[ Y (t) ] = n(∆x)2 £

1 − (2p − 1)2 ¤ .

• With ∆x ≡ σ√

∆t and p ≡ [ 1 + (µ/σ)√

∆t ]/2, E[ Y (t) ] = nσ√

∆t (µ/σ)√

∆t = µt, Var[ Y (t) ] = nσ2∆t £

1 − (µ/σ)2∆t¤

→ σ2t, as ∆t → 0.

(7)

Brownian Motion as Limit of Random Walk (concluded)

• Thus, { Y (t), t ≥ 0 } converges to a (µ, σ) Brownian motion by the central limit theorem.

• Brownian motion with zero drift is the limiting case of symmetric random walk by choosing µ = 0.

• Note that

Var[ Y (t + ∆t) − Y (t) ]

=Var[ ∆x Xn+1 ] = (∆x)2 × Var[ Xn+1 ] → σ2∆t.

• Similarity to the the BOPM: The p is identical to the probability in Eq. (24) on p. 242 and ∆x = ln u.

(8)

Geometric Brownian Motion

• Let X ≡ { X(t), t ≥ 0 } be a Brownian motion process.

• The process

{ Y (t) ≡ eX(t), t ≥ 0 }, is called geometric Brownian motion.

• Suppose further that X is a (µ, σ) Brownian motion.

• X(t) ∼ N (µt, σ2t) with moment generating function E

h

esX(t) i

= E [ Y (t)s ] = eµts+(σ2ts2/2) from Eq. (17) on p 143.

(9)

Geometric Brownian Motion (continued)

• In particular,

E[ Y (t) ] = eµt+(σ2t/2), Var[ Y (t) ] = E £

Y (t)2 ¤

− E[ Y (t) ]2

= e2µt+σ2t

³

eσ2t − 1

´ .

(10)

0.2 0.4 0.6 0.8 1 Time (t) -1

1 2 3 4 5 6 Y(t)

(11)

Geometric Brownian Motion (continued)

• It is useful for situations in which percentage changes are independent and identically distributed.

• Let Yn denote the stock price at time n and Y0 = 1.

• Assume relative returns

Xi Yi Yi−1

are independent and identically distributed.

(12)

Geometric Brownian Motion (concluded)

• Then

ln Yn =

Xn i=1

ln Xi

is a sum of independent, identically distributed random variables.

• Thus { ln Yn, n ≥ 0 } is approximately Brownian motion.

– And { Yn, n ≥ 0 } is approximately geometric Brownian motion.

(13)

Continuous-Time Financial Mathematics

(14)

A proof is that which convinces a reasonable man;

a rigorous proof is that which convinces an unreasonable man.

— Mark Kac (1914–1984) The pursuit of mathematics is a divine madness of the human spirit.

— Alfred North Whitehead (1861–1947), Science and the Modern World

(15)

Stochastic Integrals

• Use W ≡ { W (t), t ≥ 0 } to denote the Wiener process.

• The goal is to develop integrals of X from a class of stochastic processes,a

It(X) ≡ Z t

0

X dW, t ≥ 0.

• It(X) is a random variable called the stochastic integral of X with respect to W .

• The stochastic process { It(X), t ≥ 0 } will be denoted by R

X dW .

aKiyoshi Ito (1915–2008).

(16)

Stochastic Integrals (concluded)

• Typical requirements for X in financial applications are:

– Prob[Rt

0 X2(s) ds < ∞ ] = 1 for all t ≥ 0 or the stronger R t

0 E[ X2(s) ] ds < ∞.

– The information set at time t includes the history of X and W up to that point in time.

– But it contains nothing about the evolution of X or W after t (nonanticipating, so to speak).

– The future cannot influence the present.

• { X(s), 0 ≤ s ≤ t } is independent of { W (t + u) − W (t), u > 0 }.

(17)

Ito Integral

• A theory of stochastic integration.

• As with calculus, it starts with step functions.

• A stochastic process { X(t) } is simple if there exist 0 = t0 < t1 < · · · such that

X(t) = X(tk−1) for t ∈ [ tk−1, tk), k = 1, 2, . . . for any realization (see figure on next page).

(18)

t0 t

1 t

2 t

3 t

4 t

5

X t

a f

t

(19)

Ito Integral (continued)

• The Ito integral of a simple process is defined as It(X) ≡

n−1X

k=0

X(tk)[ W (tk+1) − W (tk) ], (47) where tn = t.

– The integrand X is evaluated at tk, not tk+1.

• Define the Ito integral of more general processes as a limiting random variable of the Ito integral of simple stochastic processes.

(20)

Ito Integral (continued)

• Let X = { X(t), t ≥ 0 } be a general stochastic process.

• Then there exists a random variable It(X), unique almost certainly, such that It(Xn) converges in probability to It(X) for each sequence of simple

stochastic processes X1, X2, . . . such that Xn converges in probability to X.

• If X is continuous with probability one, then It(Xn) converges in probability to It(X) as

δn ≡ max1≤k≤n(tk − tk−1) goes to zero.

(21)

Ito Integral (concluded)

• It is a fundamental fact that R

X dW is continuous almost surely.

• The following theorem says the Ito integral is a martingale.

– A corollary is the mean value formula E

" Z b

a

X dW

#

= 0.

Theorem 15 The Ito integral R

X dW is a martingale.

(22)

Discrete Approximation

• Recall Eq. (47) on p. 471.

• The following simple stochastic process { bX(t) } can be used in place of X to approximate the stochastic

integral Rt

0 X dW ,

X(s) ≡ X(tb k−1) for s ∈ [ tk−1, tk), k = 1, 2, . . . , n.

• Note the nonanticipating feature of bX.

– The information up to time s,

{ bX(t), W (t), 0 ≤ t ≤ s },

cannot determine the future evolution of X or W .

(23)

Discrete Approximation (concluded)

• Suppose we defined the stochastic integral as

n−1X

k=0

X(tk+1)[ W (tk+1) − W (tk) ].

• Then we would be using the following different simple stochastic process in the approximation,

Y (s) ≡ X(tb k) for s ∈ [ tk−1, tk), k = 1, 2, . . . , n.

• This clearly anticipates the future evolution of X.

(24)

X

t

X

t

$ Y

(a) (b)

$X

(25)

Ito Process

• The stochastic process X = { Xt, t ≥ 0 } that solves Xt = X0 +

Z t

0

a(Xs, s) ds + Z t

0

b(Xs, s) dWs, t ≥ 0 is called an Ito process.

– X0 is a scalar starting point.

– { a(Xt, t) : t ≥ 0 } and { b(Xt, t) : t ≥ 0 } are stochastic processes satisfying certain regularity conditions.

• The terms a(Xt, t) and b(Xt, t) are the drift and the diffusion, respectively.

(26)

Ito Process (continued)

• A shorthanda is the following stochastic differential equation for the Ito differential dXt,

dXt = a(Xt, t) dt + b(Xt, t) dWt. (48) – Or simply dXt = at dt + bt dWt.

• This is Brownian motion with an instantaneous drift at and an instantaneous variance b2t.

• X is a martingale if the drift at is zero by Theorem 15 (p. 473).

aPaul Langevin (1904).

(27)

Ito Process (concluded)

• dW is normally distributed with mean zero and variance dt.

• An equivalent form to Eq. (48) is dXt = at dt + bt

dt ξ, (49)

where ξ ∼ N (0, 1).

(28)

Euler Approximation

• The following approximation follows from Eq. (49), X(tb n+1)

= bX(tn) + a( bX(tn), tn) ∆t + b( bX(tn), tn) ∆W (tn),

(50) where tn ≡ n∆t.

• It is called the Euler or Euler-Maruyama method.

• Under mild conditions, bX(tn) converges to X(tn).

• Recall that ∆W (tn) should be interpreted as W (tn+1) − W (tn) instead of W (tn) − W (tn−1).

(29)

More Discrete Approximations

• Under fairly loose regularity conditions, approximation (50) on p. 480 can be replaced by

X(tb n+1)

= bX(tn) + a( bX(tn), tn) ∆t + b( bX(tn), tn)

∆t Y (tn).

– Y (t0), Y (t1), . . . are independent and identically distributed with zero mean and unit variance.

(30)

More Discrete Approximations (concluded)

• An even simpler discrete approximation scheme:

X(tb n+1)

= bX(tn) + a( bX(tn), tn) ∆t + b( bX(tn), tn)

∆t ξ.

– Prob[ ξ = 1 ] = Prob[ ξ = −1 ] = 1/2.

– Note that E[ ξ ] = 0 and Var[ ξ ] = 1.

• This clearly defines a binomial model.

• As ∆t goes to zero, bX converges to X.

(31)

Trading and the Ito Integral

• Consider an Ito process dSt = µt dt + σt dWt. – St is the vector of security prices at time t.

• Let φt be a trading strategy denoting the quantity of each type of security held at time t.

– Hence the stochastic process φtSt is the value of the portfolio φt at time t.

• φt dSt ≡ φtt dt + σt dWt) represents the change in the value from security price changes occurring at time t.

(32)

Trading and the Ito Integral (concluded)

• The equivalent Ito integral, GT(φ) ≡

Z T

0

φt dSt =

Z T

0

φtµt dt +

Z T

0

φtσt dWt, measures the gains realized by the trading strategy over the period [ 0, T ].

(33)

Ito’s Lemma

A smooth function of an Ito process is itself an Ito process.

Theorem 16 Suppose f : R → R is twice continuously differentiable and dX = at dt + bt dW . Then f (X) is the Ito process,

f (Xt)

= f (X0) + Z t

0

f0(Xs) as ds + Z t

0

f0(Xs) bs dW +1

2 Z t

0

f00(Xs) b2s ds for t ≥ 0.

(34)

Ito’s Lemma (continued)

• In differential form, Ito’s lemma becomes df (X) = f0(X) a dt + f0(X) b dW + 1

2 f00(X) b2 dt.

(51)

• Compared with calculus, the interesting part is the third term on the right-hand side.

• A convenient formulation of Ito’s lemma is df (X) = f0(X) dX + 1

2 f00(X)(dX)2.

(35)

Ito’s Lemma (continued)

• We are supposed to multiply out

(dX)2 = (a dt + b dW )2 symbolically according to

× dW dt

dW dt 0

dt 0 0

– The (dW )2 = dt entry is justified by a known result.

• This form is easy to remember because of its similarity to the Taylor expansion.

(36)

Ito’s Lemma (continued)

Theorem 17 (Higher-Dimensional Ito’s Lemma) Let W1, W2, . . . , Wn be independent Wiener processes and

X ≡ (X1, X2, . . . , Xm) be a vector process. Suppose

f : Rm → R is twice continuously differentiable and Xi is an Ito process with dXi = ai dt + Pn

j=1 bij dWj. Then df (X) is an Ito process with the differential,

df (X) =

Xm i=1

fi(X) dXi + 1 2

Xm i=1

Xm k=1

fik(X) dXi dXk, where fi ≡ ∂f /∂xi and fik ≡ ∂2f /∂xi∂xk.

(37)

Ito’s Lemma (continued)

• The multiplication table for Theorem 17 is

× dWi dt

dWk δik dt 0

dt 0 0

in which

δik =



1 if i = k, 0 otherwise.

(38)

Ito’s Lemma (continued)

Theorem 18 (Alternative Ito’s Lemma) Let W1, W2, . . . , Wm be Wiener processes and

X ≡ (X1, X2, . . . , Xm) be a vector process. Suppose

f : Rm → R is twice continuously differentiable and Xi is an Ito process with dXi = ai dt + bi dWi. Then df (X) is the following Ito process,

df (X) =

Xm i=1

fi(X) dXi + 1 2

Xm i=1

Xm k=1

fik(X) dXi dXk.

(39)

Ito’s Lemma (concluded)

• The multiplication table for Theorem 18 is

× dWi dt

dWk ρik dt 0

dt 0 0

• Here, ρik denotes the correlation between dWi and dWk.

(40)

Geometric Brownian Motion

• Consider the geometric Brownian motion process Y (t) ≡ eX(t)

– X(t) is a (µ, σ) Brownian motion.

– Hence dX = µ dt + σ dW by Eq. (46) on p. 455.

• As ∂Y /∂X = Y and ∂2Y /∂X2 = Y , Ito’s formula (51) on p. 486 implies

dY = Y dX + (1/2) Y (dX)2

= Y (µ dt + σ dW ) + (1/2) Y (µ dt + σ dW )2

= Y (µ dt + σ dW ) + (1/2) Y σ2 dt.

(41)

Geometric Brownian Motion (concluded)

• Hence

dY

Y = ¡

µ + σ2/2¢

dt + σ dW.

• The annualized instantaneous rate of return is µ + σ2/2 not µ.

(42)

Product of Geometric Brownian Motion Processes

• Let

dY /Y = a dt + b dWY , dZ/Z = f dt + g dWZ.

• Consider the Ito process U ≡ Y Z.

• Apply Ito’s lemma (Theorem 18 on p. 490):

dU = Z dY + Y dZ + dY dZ

= ZY (a dt + b dWY ) + Y Z(f dt + g dWZ) +Y Z(a dt + b dWY )(f dt + g dWZ)

= U (a + f + bgρ) dt + U b dWY + U g dWZ.

(43)

Product of Geometric Brownian Motion Processes (continued)

• The product of two (or more) correlated geometric Brownian motion processes thus remains geometric Brownian motion.

• Note that

Y = exp£¡

a − b2/2¢

dt + b dWY ¤ , Z = exp£¡

f − g2/2¢

dt + g dWZ¤ , U = exp£ ¡

a + f − ¡

b2 + g2¢

/2¢

dt + b dWY + g dWZ ¤ .

(44)

Product of Geometric Brownian Motion Processes (concluded)

• ln U is Brownian motion with a mean equal to the sum of the means of ln Y and ln Z.

• This holds even if Y and Z are correlated.

• Finally, ln Y and ln Z have correlation ρ.

(45)

Quotients of Geometric Brownian Motion Processes

• Suppose Y and Z are drawn from p. 494.

• Let U ≡ Y /Z.

• We now show thata dU

U = (a − f + g2 − bgρ) dt + b dWY − g dWZ.

(52)

• Keep in mind that dWY and dWZ have correlation ρ.

aExercise 14.3.6 of the textbook is erroneous.

(46)

Quotients of Geometric Brownian Motion Processes (concluded)

• The multidimensional Ito’s lemma (Theorem 18 on p. 490) can be employed to show that

dU

= (1/Z) dY − (Y /Z2) dZ − (1/Z2) dY dZ + (Y /Z3) (dZ)2

= (1/Z)(aY dt + bY dWY ) − (Y /Z2)(f Z dt + gZ dWZ)

−(1/Z2)(bgY Zρ dt) + (Y /Z3)(g2Z2 dt)

= U (a dt + b dWY) − U (f dt + g dWZ)

−U (bgρ dt) + U (g2 dt)

= U (a − f + g2 − bgρ) dt + U b dWY − U g dWZ.

(47)

Ornstein-Uhlenbeck Process

• The Ornstein-Uhlenbeck process:

dX = −κX dt + σ dW, where κ, σ ≥ 0.

• It is known that

E[ X(t) ] = e−κ(t−t0) E[ x0 ], Var[ X(t) ] = σ2

³

1 − e−2κ(t−t0)

´

+ e−2κ(t−t0) Var[ x0],

Cov[ X(s), X(t) ] = σ2

e−κ(t−s) h

1 − e−2κ(s−t0) i

+e−κ(t+s−2t0)Var[ x0],

for t0 ≤ s ≤ t and X(t0) = x0.

(48)

Ornstein-Uhlenbeck Process (continued)

• X(t) is normally distributed if x0 is a constant or normally distributed.

• X is said to be a normal process.

• E[ x0 ] = x0 and Var[ x0 ] = 0 if x0 is a constant.

• The Ornstein-Uhlenbeck process has the following mean reversion property.

– When X > 0, X is pulled toward zero.

– When X < 0, it is pulled toward zero again.

(49)

Ornstein-Uhlenbeck Process (continued)

• Another version:

dX = κ(µ − X) dt + σ dW, where σ ≥ 0.

• Given X(t0) = x0, a constant, it is known that

E[ X(t) ] = µ + (x0 − µ) e−κ(t−t0), (53) Var[ X(t) ] = σ2

h

1 − e−2κ(t−t0) i

, for t0 ≤ t.

(50)

Ornstein-Uhlenbeck Process (concluded)

• The mean and standard deviation are roughly µ and σ/√

2κ , respectively.

• For large t, the probability of X < 0 is extremely

unlikely in any finite time interval when µ > 0 is large relative to σ/√

2κ .

• The process is mean-reverting.

– X tends to move toward µ.

– Useful for modeling term structure, stock price volatility, and stock price return.

(51)

Continuous-Time Derivatives Pricing

(52)

I have hardly met a mathematician who was capable of reasoning.

— Plato (428 B.C.–347 B.C.)

(53)

Toward the Black-Scholes Differential Equation

• The price of any derivative on a non-dividend-paying stock must satisfy a partial differential equation.

• The key step is recognizing that the same random process drives both securities.

• As their prices are perfectly correlated, we figure out the amount of stock such that the gain from it offsets

exactly the loss from the derivative.

• The removal of uncertainty forces the portfolio’s return to be the riskless rate.

(54)

Assumptions

• The stock price follows dS = µS dt + σS dW .

• There are no dividends.

• Trading is continuous, and short selling is allowed.

• There are no transactions costs or taxes.

• All securities are infinitely divisible.

• The term structure of riskless rates is flat at r.

• There is unlimited riskless borrowing and lending.

• t is the current time, T is the expiration time, and τ ≡ T − t.

(55)

Black-Scholes Differential Equation

• Let C be the price of a derivative on S.

• From Ito’s lemma (p. 488), dC =

µ

µS ∂C

∂S + ∂C

∂t + 1

2 σ2S2 2C

∂S2

dt + σS ∂C

∂S dW.

– The same W drives both C and S.

• Short one derivative and long ∂C/∂S shares of stock (call it Π).

• By construction,

Π = −C + S(∂C/∂S).

(56)

Black-Scholes Differential Equation (continued)

• The change in the value of the portfolio at time dt isa dΠ = −dC + ∂C

∂S dS.

• Substitute the formulas for dC and dS into the partial differential equation to yield

dΠ = µ

−∂C

∂t 1

2 σ2S2 2C

∂S2

dt.

• As this equation does not involve dW , the portfolio is riskless during dt time: dΠ = rΠ dt.

aMathematically speaking, it is not quite right (Bergman, 1982).

(57)

Black-Scholes Differential Equation (concluded)

• So µ

∂C

∂t + 1

2 σ2S2 2C

∂S2

dt = r µ

C − S ∂C

∂S

dt.

• Equate the terms to finally obtain

∂C

∂t + rS ∂C

∂S + 1

2 σ2S2 2C

∂S2 = rC.

• When there is a dividend yield q,

∂C

∂t + (r − q) S ∂C

∂S + 1

2 σ2S2 2C

∂S2 = rC.

(58)

Rephrase

• The Black-Scholes differential equation can be expressed in terms of sensitivity numbers,

Θ + rS∆ + 1

2 σ2S2Γ = rC. (54)

• Identity (54) leads to an alternative way of computing Θ numerically from ∆ and Γ.

• When a portfolio is delta-neutral, Θ + 1

2 σ2S2Γ = rC.

– A definite relation thus exists between Γ and Θ.

(59)

PDEs for Asian Options

• Add the new variable A(t) ≡ R t

0 S(u) du.

• Then the value V of the Asian option satisfies this two-dimensional PDE:a

∂V

∂t + rS ∂V

∂S + 1

2 σ2S2 2V

∂S2 + S ∂V

∂A = rV.

• The terminal conditions are V (T, S, A) = max

µA

T − X, 0

for call, V (T, S, A) = max

µ

X − A T , 0

for put.

(60)

PDEs for Asian Options (continued)

• The two-dimensional PDE produces algorithms similar to that on pp. 340ff.

• But one-dimensional PDEs are available for Asian options.a

• For example, Veˇceˇr (2001) derives the following PDE for Asian calls:

∂u

∂t + r µ

1 − t

T − z

∂u

∂z +

¡1 − Tt − z¢2 σ2 2

2u

∂z2 = 0 with the terminal condition u(T, z) = max(z, 0).

aRogers and Shi (1995); Veˇceˇr (2001); Dubois and Leli`evre (2005).

(61)

PDEs for Asian Options (concluded)

• For Asian puts:

∂u

∂t + r µ t

T − 1 − z

∂u

∂z +

¡ t

T − 1 − z¢2 σ2 2

2u

∂z2 = 0 with the same terminal condition.

• One-dimensional PDEs lead to highly efficient numerical methods.

(62)

Heston’s Stochastic-Volatility Model

a

• Heston assumes the stock price follows dS

S = (µ − q) dt +

V dW1, (55) dV = κ(θ − V ) dt + σ√

V dW2. (56) – V is the instantaneous variance, which follows a

square-root process.

– dW1 and dW2 have correlation ρ.

– The riskless rate r is constant.

• It may be the most popular continuous-time stochastic-volatility model.

aHeston (1993).

(63)

Heston’s Stochastic-Volatility Model (continued)

• Heston assumes the market price of risk is b2 V .

• So µ = r + b2V .

• Define

dW1 = dW1 + b2

V dt, dW2 = dW2 + ρb2

V dt, κ = κ + ρb2σ,

θ = θκ

κ + ρb2σ.

• dW1 and dW2 have correlation ρ.

• Under the risk-neutral probability measure Q, both W1

(64)

Heston’s Stochastic-Volatility Model (continued)

• Heston’s model becomes, under probability measure Q, dS

S = (r − q) dt +

V dW1, dV = κ − V ) dt + σ√

V dW2.

(65)

Heston’s Stochastic-Volatility Model (continued)

• Define

φ(u, τ ) = exp { ıu(ln S + (r − q) τ ) κσ−2

·

− ρσuı − d) τ − 2 ln 1 − ge−dτ 1 − g

¸

+ −2 − ρσuı − d)¡

1 − e−dτ¢ 1 − ge−dτ

) ,

d = p

(ρσuı − κ)2 − σ2(−ıu − u2) , g = − ρσuı − d)/(κ − ρσuı + d).

(66)

Heston’s Stochastic-Volatility Model (concluded)

The formulas area

C = S

· 1

2 + 1 π

Z

0

Re

µX−ıuφ(u − ı, τ ) ıuSe

du

¸

−Xe−rτ

· 1

2 + 1 π

Z

0

Re

µX−ıuφ(u, τ ) ıu

du

¸ , P = Xe−rτ

· 1

2 1 π

Z

0

Re

µX−ıuφ(u, τ ) ıu

du

¸ ,

−S

· 1

2 1 π

Z

0

Re

µX−ıuφ(u − ı, τ ) ıuSe

du

¸ ,

where ı =

−1 and Re(x) denotes the real part of the complex number x.

aContributed by Mr. Chen, Jung-Ying (D95723006) on August 17,

(67)

Stochastic-Volatility Models and Further Extensions

a

• How to explain the October 1987 crash?

• Stochastic-volatility models require an implausibly high-volatility level prior to and after the crash.

• Merton (1976) proposed jump models.

• Discontinuous jump models in the asset price can alleviate the problem somewhat.

aEraker (2004).

(68)

Stochastic-Volatility Models and Further Extensions (continued)

• But if the jump intensity is a constant, it cannot explain the tendency of large movements to cluster over time.

• This assumption also has no impacts on option prices.

• Jump-diffusion models combine both.

– E.g., add a jump process to Eq. (55) on p. 514.

(69)

Stochastic-Volatility Models and Further Extensions (concluded)

• But they still do not adequately describe the systematic variations in option prices.a

• Jumps in volatility are alternatives.b

– E.g., add correlated jump processes to Eqs. (55) and Eq. (56) on p. 514.

• Such models allow high level of volatility caused by a jump to volatility.c

aBates (2000) and Pan (2002).

bDuffie, Pan, and Singleton (2000).

cEraker, Johnnes, and Polson (2000).

(70)

Hedging

(71)

When Professors Scholes and Merton and I invested in warrants, Professor Merton lost the most money.

And I lost the least.

— Fischer Black (1938–1995)

(72)

Delta Hedge

• The delta (hedge ratio) of a derivative f is defined as

∆ ≡ ∂f /∂S.

• Thus ∆f ≈ ∆ × ∆S for relatively small changes in the stock price, ∆S.

• A delta-neutral portfolio is hedged in the sense that it is immunized against small changes in the stock price.

• A trading strategy that dynamically maintains a delta-neutral portfolio is called delta hedge.

(73)

Delta Hedge (concluded)

• Delta changes with the stock price.

• A delta hedge needs to be rebalanced periodically in order to maintain delta neutrality.

• In the limit where the portfolio is adjusted continuously, perfect hedge is achieved and the strategy becomes

self-financing.

(74)

Implementing Delta Hedge

• We want to hedge N short derivatives.

• Assume the stock pays no dividends.

• The delta-neutral portfolio maintains N × ∆ shares of stock plus B borrowed dollars such that

−N × f + N × ∆ × S − B = 0.

• At next rebalancing point when the delta is ∆0, buy

N × (∆0 − ∆) shares to maintain N × ∆0 shares with a total borrowing of B0 = N × ∆0 × S0 − N × f0.

• Delta hedge is the discrete-time analog of the

continuous-time limit and will rarely be self-financing.

(75)

Example

• A hedger is short 10,000 European calls.

• σ = 30% and r = 6%.

• This call’s expiration is four weeks away, its strike price is $50, and each call has a current value of f = 1.76791.

• As an option covers 100 shares of stock, N = 1,000,000.

• The trader adjusts the portfolio weekly.

• The calls are replicateda well if the cumulative cost of trading stock is close to the call premium’s FV.

aThis example takes the replication viewpoint.

(76)

Example (continued)

• As ∆ = 0.538560, N × ∆ = 538, 560 shares are

purchased for a total cost of 538,560 × 50 = 26,928,000 dollars to make the portfolio delta-neutral.

• The trader finances the purchase by borrowing B = N × ∆ × S − N × f = 25,160,090 dollars net.a

• The portfolio has zero net value now.

aThis takes the hedging viewpoint — an alternative. See an exercise in the text.

(77)

Example (continued)

• At 3 weeks to expiration, the stock price rises to $51.

• The new call value is f0 = 2.10580.

• So the portfolio is worth

−N × f0 + 538,560 × 51 − Be0.06/52 = 171, 622 before rebalancing.

(78)

Example (continued)

• A delta hedge does not replicate the calls perfectly; it is not self-financing as $171,622 can be withdrawn.

• The magnitude of the tracking error—the variation in the net portfolio value—can be mitigated if adjustments are made more frequently.

• In fact, the tracking error over one rebalancing act is positive about 68% of the time, but its expected value is essentially zero.a

• It is furthermore proportional to vega.

aBoyle and Emanuel (1980).

(79)

Example (continued)

• In practice tracking errors will cease to decrease beyond a certain rebalancing frequency.

• With a higher delta ∆0 = 0.640355, the trader buys N × (∆0 − ∆) = 101, 795 shares for $5,191,545.

• The number of shares is increased to N × ∆0 = 640, 355.

(80)

Example (continued)

• The cumulative cost is

26,928,000 × e0.06/52 + 5,191,545 = 32,150,634.

• The total borrowed amount is

B0 = 640,355 × 51 − N × f0 = 30,552,305.

• The portfolio is again delta-neutral with zero value.

(81)

Option Change in No. shares Cost of Cumulative

value Delta delta bought shares cost

τ S f N ×(5) (1)×(6) FV(8’)+(7)

(1) (2) (3) (5) (6) (7) (8)

4 50 1.7679 0.53856 538,560 26,928,000 26,928,000 3 51 2.1058 0.64036 0.10180 101,795 5,191,545 32,150,634 2 53 3.3509 0.85578 0.21542 215,425 11,417,525 43,605,277 1 52 2.2427 0.83983 −0.01595 −15,955 −829,660 42,825,960 0 54 4.0000 1.00000 0.16017 160,175 8,649,450 51,524,853

The total number of shares is 1,000,000 at expiration (trading takes place at expiration, too).

(82)

Example (concluded)

• At expiration, the trader has 1,000,000 shares.

• They are exercised against by the in-the-money calls for

$50,000,000.

• The trader is left with an obligation of

51,524,853 − 50,000,000 = 1,524,853, which represents the replication cost.

• Compared with the FV of the call premium, 1,767,910 × e0.06×4/52 = 1,776,088, the net gain is 1,776,088 − 1,524,853 = 251,235.

參考文獻

相關文件

Lemma 2 An American call or a European call on a non-dividend-paying stock is never worth less than its intrinsic value.. • An American call cannot be worth less than its

vice versa.’ To verify the rule, you chose 100 days uniformly at random from the past 10 years of stock data, and found that 80 of them satisfy the rule. What is the best guarantee

• Use the Black-Scholes formula with the stock price reduced by the PV of the dividends.. • This essentially decomposes the stock price into a riskless one paying known dividends and

vice versa.’ To verify the rule, you chose 100 days uniformly at random from the past 10 years of stock data, and found that 80 of them satisfy the rule. What is the best guarantee

• The existence of different implied volatilities for options on the same underlying asset shows the Black-Scholes model cannot be literally true.

If that circle is formed into a square so that the circumference of the original circle and the perimeter of the square are exactly the same, the sides of a pyramid constructed on

* All rights reserved, Tei-Wei Kuo, National Taiwan University, 2005..

The remaining positions contain //the rest of the original array elements //the rest of the original array elements.