In: Finance
The stock price of a company is currently $75 per share. A call option on the company’s stock has an exercise price of $80 and six months to expiration. The continuous riskfree rate is 5% per year and the stock's volatility is 28% per year.
A.) Use the Black-Scholes formula to find the value of the call option.
B.) Calculate the hedge ratio for the call option.
a]
We use Black-Scholes Model to calculate the value of the call 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 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.1007
d2 = -0.2987
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.4599
N(d2) = 0.3826
Now, we calculate the values of the call option as below:
C = (S0 * N(d1)) - (Ke-rt * N(d2)), which is (75 * 0.4599) - (80 * e(-0.05 * 0.50))*(0.3826) ==> $4.6407
Value of call option is $4.6407
b]
Hedge ratio = 1 / delta of call option
delta of call option = N(d1)
Hedge ratio = 1 / 0.4599 = 2.17