Use the Black-Scholes formula for the following stock:
Time to expiration 6 months
Standard deviation 44%
per year Exercise price $46
Stock price $45
Annual interest rate 4%
Dividend 0
Calculate the value of a call option.
We use Black-Scholes Model to calculate the value of the call option.
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.1492
d2 = -0.1619
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.5593
N(d2) = 0.4357
Now, we calculate the values of the call option as below:
C = (S0 * N(d1)) - (Ke-rt * N(d2)), which is (45 * 0.5593) - (46 * e(-0.04 * 0.50))*(0.4357) ==> $5.5241
Value of call option is $5.5241
Get Answers For Free
Most questions answered within 1 hours.