In: Finance
Use the information below and the Black-Scholes Option Pricing Model to answer the following questions.
Stock price = |
$90 |
Exercise price = |
$86 |
Risk-free rate = |
2.6% per year, compounded continuously |
Maturity = |
10 months |
Standard deviation = |
26% per year |
a. What is the price of a call?
b. What is the exercise value of the call option?
c. What is the time value of the call option?
a]
We use Black-Scholes Model to calculate the value of the call and put 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.4015
d2 = 0.1642
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.6560
N(d2) = 0.5652
Now, we calculate the values of the call option as below:
C = (S0 * N(d1)) - (Ke-rt * N(d2)), which is (90 * 6560) - (86 * e(-0.026 * (10/12)))*(0.5652) ==> $11.4727
Price of call option is $11.4727
b]
Exercise value of in-the-money call option = stock price - exercise price
Exercise value of in-the-money call option = $90 - $86 = $4
c]
price of call option = intrinsic value + time value
$11.4727 = $4 + time value
time value = $7.4727