In: Finance
A stock is currently priced at $62 and has an annual standard deviation of 42 percent. The dividend yield of the stock is 3 percent, and the risk-free rate is 5 percent. What is the value of a call option on the stock with a strike price of $59 and 50 days to expiration?
How do you find the call option using Excel?
I got a really far off answer
We use Black-Scholes Model to calculate the value of the call option.
The value of a call option is:
C = (S0 * e-qt * N(d1)) - (Ke-rt * N(d2))
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.4408
d2 = 0.2854
N(d1) and N(d2) are calculated in Excel using the NORMSDIST function and inputting the value of d1 and d2 into the function.
N(d1) = 0.6703
N(d2) = 0.6123
Now, we calculate the values of the call option as below:
C = (S0 * e-qt * N(d1)) - (Ke-rt * N(d2)), which is (62 * e(-0.03 * (50/365)) * 0.6703) - (59 * e(-0.05 * (50/365)) * 0.6123) ==> $5.5096
Value of call option is $5.5096