【推导】Black Scholes Model
基于格拉ECO5009课件;
省略了关于测度变换的部分,直接求解;
是比较早的笔记,完整的可以看进阶版;
前情提要
- stock price 基于GBM:
- Ito’s lemma:
推导
- let f = lnS, we have:
- so :
- Integrating equation from time 0 to t and taking the exponential:
- In the distribution $W_t \sim \epsilon \sqrt{t}$
- With the risk-neutral valuation, where $\tau = T-t$:
- 代入$S_T$(老师写的是$-\sigma \epsilon \sqrt{\tau}$ ,但说不影响EXP),$y \sim N(0,1)$
- 分析,存在某一个点使$()^+$部分从正数到0
- 代入前一个式子:
- 第一部分去掉$S_T$相当于:
- 得到最终结果:
MATLAB公式
[Call,Put] = blsprice(Price,Strike,Rate,Time,Volatility)
【推导】Black Scholes Model
http://achlier.github.io/2021/02/28/Black_Scholes_Model推导/