note1

2
1 Self-financing process: from discrete-time to continuous-time Let us first look at the discrete time version of a self-financing process. Denote t 0 <t 1 < ... < t N , and the stock price S ti , and wealth Z ti at time t i . Assume at time t i , we hold Δ ti stock until t i+1 , then W ti - Δ ti S ti is in the bank account. We change the positions only at time t i ,i =0, 1, ..., N - 1. So the profit/loss during [t i ,t i+1 ] r (Z ti - Δ ti S ti )(t i+1 - t i )+Δ ti ( S ti+1 - S ti ) . The accumulative profit/loss in [0,T ] is then Z T - Z 0 = N-1 X i=0 r (Z ti - Δ ti S ti )(t i+1 - t i )+Δ ti ( S ti+1 - S ti ) Z T 0 r (Z - Δ t S t ) dt + Z T 0 Δ t dS t , as max i |t i+1 - t i |→ 0 = Z T 0 r (Z - Δ t S t ) dt + Z T 0 Δ t (μS t dt + σS t dB t ) = Z T 0 [rZ +(μ - rt S t ] dt + Z T 0 σΔ t S t dB t . In differential form, dZ t =[rZ +(μ - rt S t ] dt + σΔ t S t dB t . This is the governing equation for a self-financing wealth process Z t : Note that 1) Z t is continuous; 2) The change of wealth is due to the change of asset prices, instead of the change of the positions we take. 2 On the linkage between PDE and expectation f (S t ,t) = b E t h (X - S T ) + i = b E t h E t+δt (X - S T ) + i = b E t [f (S t+δt ,t + δt)] , where b E is the risk-neutral expectation. So, 0 = b E t [f (S t+δt ,t + δt) - f (S t ,t)] = b E t " Z t+δt t ∂f ∂t + 1 2 σ 2 S 2 2 f ∂S 2 + rS ∂f ∂S dt + Z t+δt t σS ∂f ∂S dB t # 1

Upload: jwtan2010

Post on 13-Apr-2016

212 views

Category:

Documents


0 download

DESCRIPTION

note1

TRANSCRIPT

Page 1: note1

1 Self-financing process: from discrete-time tocontinuous-time

Let us first look at the discrete time version of a self-financing process. Denotet0 < t1 < ... < tN , and the stock price Sti

, and wealth Ztiat time ti. Assume at

time ti, we hold ∆ti stock until ti+1, then Wti −∆tiSti is in the bank account.We change the positions only at time ti, i = 0, 1, ..., N − 1. So the profit/lossduring [ti, ti+1]

r (Zti −∆tiSti) (ti+1 − ti) + ∆ti

(Sti+1 − Sti

).

The accumulative profit/loss in [0, T ] is then

ZT − Z0 =N−1∑

i=0

r (Zti−∆ti

Sti) (ti+1 − ti) + ∆ti

(Sti+1 − Sti

)

→∫ T

0

r (Z −∆tSt) dt +∫ T

0

∆tdSt, as maxi|ti+1 − ti| → 0

=∫ T

0

r (Z −∆tSt) dt +∫ T

0

∆t (µStdt + σStdBt)

=∫ T

0

[rZ + (µ− r)∆tSt] dt +∫ T

0

σ∆tStdBt.

In differential form,

dZt = [rZ + (µ− r)∆tSt] dt + σ∆tStdBt.

This is the governing equation for a self-financing wealth process Zt : Note that1) Zt is continuous;2) The change of wealth is due to the change of asset prices, instead of the

change of the positions we take.

2 On the linkage between PDE and expectation

f(St, t) = Et

[(X − ST )+

]

= Et

[Et+δt (X − ST )+

]

= Et [f(St+δt, t + δt)] ,

where E is the risk-neutral expectation. So,

0 = Et [f(St+δt, t + δt)− f(St, t)]

= Et

[∫ t+δt

t

(∂f

∂t+

12σ2S2 ∂2f

∂S2+ rS

∂f

∂S

)dt +

∫ t+δt

t

σS∂f

∂SdBt

]

1

Page 2: note1

= Et

[∫ t+δt

t

(∂f

∂t+

12σ2S2 ∂2f

∂S2+ rS

∂f

∂S

)dt

].

It follows

Et

[1δt

∫ t+δt

t

(∂f

∂t+

12σ2S2 ∂2f

∂S2+ rS

∂f

∂S

)dt

]= 0

which yields by letting δt → 0

∂f

∂t+

12σ2S2 ∂2f

∂S2+ rS

∂f

∂S= 0. (1)

Assume constant r. And consider

V (St, t) = Et

[e−r(T−t) (X − ST )+

]

= e−r(T−t)f(St, t)

or f(S, t) = er(T−t)V (S, t). Then

∂f

∂S= er(T−t) ∂V

∂S,

∂2f

∂S2= er(T−t) ∂

2V

∂S2,

∂f

∂t= er(T−t) ∂V

∂t− rer(T−t)V.

Substituting to the equation (1), we get the Black-Scholes equations.

2