In: Finance
A stock trades for $47 per share. A call option on that stock has a strike price of $53 and an expiration date six months in the future. The volatility of the stock's returns is 32%, and the risk-free rate is 5%. What is the Black and Scholes value of this option? The Black and Scholes value of this call option is $ ________. (Round to the nearest cent.)
We use Black-Scholes Model to calculate the value of the call and put options.
The value of a call option is:
C = (S0 * N(d1)) - (Ke-rT * N(d2))
where :
S0 = current spot price
K = strike price
N(x) is the cumulative normal distribution function
r = risk-free interest rate
T is the time to expiry 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.3073
d2 = -0.5336
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.3793
N(d2) = 0.2968
Now, we calculate the values of the call option as below:
C = (S0 * N(d1)) - (Ke-rT * N(d2)), which is (47 * 0.3793) - (53 * e(-0.05 * 0.50))*(0.2968) ==> $2.4845
Value of call option is $2.4845