For a European call and put option, the Black-Scholes formulas are:
Call Option:
\[
C = S_0 \Phi(d_1) - K e^{-rT} \Phi(d_2)
\]
Put Option:
\[
P = K e^{-rT} \Phi(-d_2) - S_0 \Phi(-d_1)
\]
Where:
Using risk-neutral valuation and Ito's Lemma on a portfolio hedged with \(\Delta = \frac{\partial C}{\partial S}\), we derive the Black-Scholes PDE:
\[ \frac{\partial C}{\partial t} + \frac{1}{2} \sigma^2 S^2 \frac{\partial^2 C}{\partial S^2} + rS \frac{\partial C}{\partial S} - rC = 0 \]Solving this PDE with terminal condition \( C(S,T) = \max(S - K, 0) \) gives the Black-Scholes formula.
Sensitivity to underlying asset price.
\[ \Delta_{\text{call}} = \Phi(d_1), \quad \Delta_{\text{put}} = \Phi(d_1) - 1 \]Sensitivity of delta to price changes.
\[ \Gamma = \frac{\phi(d_1)}{S_0 \sigma \sqrt{T}}, \quad \text{same for calls and puts} \]Sensitivity to volatility.
\[ \text{Vega} = S_0 \phi(d_1) \sqrt{T} \]Time decay.
\[ \Theta_{\text{call}} = -\frac{S_0 \phi(d_1) \sigma}{2\sqrt{T}} - rK e^{-rT} \Phi(d_2) \] \[ \Theta_{\text{put}} = -\frac{S_0 \phi(d_1) \sigma}{2\sqrt{T}} + rK e^{-rT} \Phi(-d_2) \]Sensitivity to interest rate.
\[ \rho_{\text{call}} = K T e^{-rT} \Phi(d_2), \quad \rho_{\text{put}} = -K T e^{-rT} \Phi(-d_2) \]