In: Finance
For 3-month 55-strike European options on a stock, you are given:
(1) The stock's price follows the Black-Scholes framework.
(2) The stock's price is 52.
(3) The stock's volatility is 0.5.
(5)The stock's continuous dividend rate is 3%.
(6) The continuously compounded risk-free interest rate is 7%.
Calculate the premiums for call and put options.
We use Black-Scholes Model to calculate the value of the call and put options.
The value of a call and put option are:
C = (S0 * e-qt * N(d1)) - (Ke-rt * N(d2))
P = (K * e-rt * N(-d2)) - (S0 * e-qt * N(-d1))
where :
S0 = current spot price
K = strike price
N(x) is the cumulative normal distribution function
q = dividend yield
r = risk-free interest rate
t is the time to maturity in years
d1 = (ln(S0 / K) + (r + σ2/2)*T) / σ√T
d2 = d1 - σ√T
σ = standard deviation of underlying stock returns
First, we calculate d1 and d2 as below :
d1 = -0.0294
d2 = -0.2794
N(d1), N(-d1), N(d2),N(-d2) are calculated in Excel using the NORMSDIST function and inputting the value of d1 and d2 into the function.
N(d1) = 0.4883
N(d2) = 0.3900
N(-d1) = 0.5117
N(-d2) = 0.6110
Now, we calculate the values of the call and put options as below:
C = (S0 * e-qt * N(d1)) - (Ke-rt * N(d2)), which is (52 * e(-0.03 * 0.25) * 0.4883) - (55 * e(-0.07 * 0.25) * 0.3900) ==> $4.1243
P = (K * e-rt * N(-d2)) - (S0 * e-qt * N(-d1)), which is (55 * e(-0.07 * 0.25) * 0.6100) - (52 * e(-0.03 * 0.25) * 0.5117) ==> $6.5587
Call premium = $4.1243
Put premium = $6.5587
Value of call option is $6.1987
Value of put option is $6.5134