Assume you are given the following information for a European call option written on the common stock of a major corporation:
P = $18, X = $18, t = 4 months, risk free interest rate = 4.6%, variance of the rate of return on the stock = 0.25.
Compute the value of this option using the Black-Scholes Option Pricing Model.
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. Standard deviation = variance = 0.25 = 0.50
First, we calculate d1 and d2 as below :
d1 = 0.1975
d2 = -0.0912
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.5783
N(d2) = 0.4637
Now, we calculate the values of the call option as below:
C = (S0 * N(d1)) - (Ke-rT * N(d2)), which is (18 * 0.5783) - (18 * e(-0.046 * (4/12)))*(0.4637) ==> $2.1899
Value of call option is $2.1899
Get Answers For Free
Most questions answered within 1 hours.