A good question came up today about dividends in BSM, as a proposed correction to one of my practice questions @ http://www.bionicturtle.com/how-to/question/t4.hull-chapters-13-14
Shyamasonti is correct to want to reduce the stock price in d1. Basically a dividend yield reduces the stock price in the "outer" BSM:
c = S(0)*exp(-qT)*N(d1) - ...
and the dividend also (additionally) reduces the stock price "inside" the d1:
d1 = ( LN[S(0)/K] + ( r - q + sigma^2/2)*T ) / ....
Inside the d1, alternatively, we can use the equivalent:
d1 = ( LN[S(0)*exp(-qT)/K] + ( r + sigma^2/2)*T ) / ....
Because, here's why it's great to get facile with LN() and EXP():
LN[S(0)*exp(-qT)/K] = LN[S(0)] + LN[exp(-qT)] - LN(K) = LN[S(0)/K] - qT
In summary:
Shyamasonti is correct to want to reduce the stock price in d1. Basically a dividend yield reduces the stock price in the "outer" BSM:
c = S(0)*exp(-qT)*N(d1) - ...
and the dividend also (additionally) reduces the stock price "inside" the d1:
d1 = ( LN[S(0)/K] + ( r - q + sigma^2/2)*T ) / ....
Inside the d1, alternatively, we can use the equivalent:
d1 = ( LN[S(0)*exp(-qT)/K] + ( r + sigma^2/2)*T ) / ....
Because, here's why it's great to get facile with LN() and EXP():
LN[S(0)*exp(-qT)/K] = LN[S(0)] + LN[exp(-qT)] - LN(K) = LN[S(0)/K] - qT
In summary:
- Dividends reduce the stock price in both the "outer" BSM and the "inner" d1 (therefore d2, too)
- But with respect to d1, see how we can either (i) discount the stock price with exp(-qT) or (ii) parse out the subtraction term, -qT, but we should not do both as both double-counts the reduction?