Chapter 11: Properties of Stock Options
5 min readFactors Affecting Option Prices
Six factors influence option prices (↑\uparrow = increase, ↓\downarrow = decrease):
| Factor | Call price | Put price | Reason |
|---|---|---|---|
| Stock price S0↑S_0 \uparrow | ↑\uparrow | ↓\downarrow | Higher S0S_0 makes call exercise more likely |
| Strike price K↑K \uparrow | ↓\downarrow | ↑\uparrow | Higher KK reduces call payoff |
| Time to expiration T↑T \uparrow | ↑\uparrow (usually) | ↑\uparrow (usually) | More time = more chance to move in-the-money |
| Volatility σ↑\sigma \uparrow | ↑\uparrow | ↑\uparrow | More uncertainty = more chance of large payoff |
| Risk-free rate r↑r \uparrow | ↑\uparrow | ↓\downarrow | Higher rr reduces PV of strike price |
| Dividends ↑\uparrow | ↓\downarrow | ↑\uparrow | Dividends reduce stock price on ex-dividend date |
Assumptions and Notation
- No transaction costs, same borrowing/lending rates
- No restrictions on short selling
- Continuous trading, stock price follows a lognormal process
- Notation: S0S_0 = current stock price, KK = strike, TT = time to expiration, rr = risk-free rate, σ\sigma = volatility
Upper and Lower Bounds
Call Option Bounds
Upper bound: c≤S0c \leq S_0 and C≤S0C \leq S_0 (a call can't be worth more than the stock)
Lower bound for European call (no dividends):
c≥S0−Ke−rTc \geq S_0 - K e^{-rT}
Since a call can never have negative value: c≥max(S0−Ke−rT,0)c \geq \max(S_0 - K e^{-rT}, 0)
Put Option Bounds
Upper bound: p≤Kp \leq K and P≤KP \leq K (a put can't be worth more than the strike)
Lower bound for European put (no dividends):
p≥Ke−rT−S0p \geq K e^{-rT} - S_0
Since a put can never have negative value: p≥max(Ke−rT−S0,0)p \geq \max(K e^{-rT} - S_0, 0)
Put–Call Parity
One of the most important relationships in options theory. For European options on a non-dividend-paying stock:
c+Ke−rT=p+S0c + K e^{-rT} = p + S_0
Intuition: Portfolio A (one call + cash of Ke−rTK e^{-rT}) must equal Portfolio B (one put + one share) in value at expiration:
| Portfolio A at TT | Portfolio B at TT | |
|---|---|---|
| If ST>KS_T > K | Call exercised: ST−K+K=STS_T - K + K = S_T | Put expires worthless: ST+0=STS_T + 0 = S_T |
| If ST≤KS_T \leq K | Call worthless: 0+K=K0 + K = K | Put exercised: K−ST+ST=KK - S_T + S_T = K |
For American options (no dividends):
S0−K≤C−P≤S0−Ke−rTS_0 - K \leq C - P \leq S_0 - K e^{-rT}
Put–Call Parity with Dividends
For European options on a dividend-paying stock:
c+D+Ke−rT=p+S0c + D + K e^{-rT} = p + S_0
where DD is the present value of dividends during the option's life.
Calls on a Non-Dividend-Paying Stock
Early exercise is never optimal for an American call on a non-dividend-paying stock. A European call and an American call have the same value: C=cC = c.
Two reasons:
- Insurance: Holding the call protects against stock price declining below the strike until maturity
- Time value of money: Paying the strike later is better than paying it now
Puts on a Non-Dividend-Paying Stock
Early exercise can be optimal for American puts. When the stock price becomes very low, it may be optimal to exercise and earn interest on the strike price. Therefore:
P≥pP \geq p
And: P≥max(K−S0,0)P \geq \max(K - S_0, 0) for an American put (can always exercise immediately).
Effect of Dividends
Dividends make early exercise of American calls potentially optimal right before the ex-dividend date. The call holder gives up the dividend by not exercising. If the dividend is large enough, it's worth exercising early to capture it.
Condition for early exercise of American call (single known dividend DD):
Exercise just before ex-dividend date if D>K(1−e−r(T−td))\text{Exercise just before ex-dividend date if } D > K \left(1 - e^{-r(T - t_d)}\right)
where tdt_d is the time of the dividend.