2025-05-08 03:26:52
When we have tools like Ito’s Lemma and the Geometric Brownian Motion (GBM) model, we can now start proving the Black-Scholes equation.
Assume that:
Where the asset price follows a GBM:
dS=μSdt+σSdB
And we want to evaluate V(t,S)
Since V is a function of both t and S, we use Ito's Lemma:
dV = ∂t∂V dt + ∂S∂V dS + 1/2 ∂S²∂²V (dS)²2
Substituting dS from GBM:
dV=∂t∂Vdt+∂S∂V(μSdt+σSdB)+21∂S2∂2Vσ2S2dt
Rearranging:
dV=(∂t∂V+μS∂S∂V+21σ2S2∂S2∂2V)dt+σS∂S∂VdB
Create a portfolio:
Π=V−ΔS
The change in the portfolio:
dΠ=dV−ΔdS
Substituting the values from above:
dΠ=(∂t∂V+μS∂S∂V+21σ2S2∂S2∂2V)dt+σS∂S∂VdB−Δ(μSdt+σSdB)
Rearranging:
dΠ=(∂t∂V+μS∂S∂V−ΔμS+21σ2S2∂S2∂2V)dt+(σS∂S∂V−ΔσS)dB
To eliminate risk (hedge randomness):
Set Δ=∂S/∂V
It will be:
dΠ=(∂t∂V+21σ2S2∂S2∂2V)dt
If the portfolio is risk-free, it should grow at a rate of r:
dΠ=rΠdt=r(V−ΔS)dt=r(V−S∂S∂V)dt
Pair the dt terms on both sides:
∂t∂V+21σ2S2∂S2∂2V=r(V−S∂S∂V)
Move to the other side:
∂t∂V+rS∂S∂V+21σ2S2∂S2∂2V−rV=0
This is the Black-Scholes equation:
∂t∂V+rS∂S∂V+21σ2S2∂S2∂2V−rV=0
To solve this PDE, boundary conditions are required, such as:
European Call Option with strike K
Payoff at t=T: V(T,S)=max(S−K,0)V(T, S) = \max(S - K, 0)V(T,S)=max(S−K,0)
From here, we can use the method of transforming the PDE and solving it analytically to obtain the closed-form Black-Scholes formula.
Reference: Deriving the Black-Scholes Equation
From https://www.quantstart.com/articles/Deriving-the-Black-Scholes-Equation/
2025-01-10 10:12:01
2024-05-31 03:06:49
2024-05-28 03:09:25
There are many other interesting articles, try selecting them from below.
2024-10-28 02:17:59
2024-10-28 01:48:58
2024-04-18 04:52:43
2023-11-07 10:15:06
2025-02-27 01:20:56
2024-03-25 03:46:48
2024-10-18 01:18:22
2023-10-20 09:48:57
2025-03-05 10:17:38