In: Finance
~~~In Excel~~~
Question 4: Consider a European option on a non-dividend-paying stock when the stock price is $50, the exercise price is $45, continuously compounded risk-free interest rate is 3%, volatility is 35% per annum, and time to maturity is 3 months.
Find the value of a put option at the strike price of $45 using the Black-Scholes option pricing model. Show all steps. (7 points)
Find the value of Delta for this option. (3 points)
Using just delta, what should be the change in the price of the put option if the price of the underlying stock decreases by $0.50? (4 points)
What is the change in the value of the put option if time changes by 1 day while all other variables remain the same in the Black-Scholes Option pricing model? (6 points)
~~~In Excel~~~
Here we can use P - value of put option.
Formula for finding value of Put Option using excel:
=IF(ISBLANK(DividendYield),EXP(-RiskFreeRate * TimeToMaturity) * StrikePrice * (1 - K4) - SpotPrice * (1 - J4),EXP(-RiskFreeRate * TimeToMaturity) * StrikePrice * NORMSDIST(-I4) - EXP(-DividendYield * TimeToMaturity) * SpotPrice * NORMSDIST(-H4))
Formula for finding d1:
=IF(ISBLANK(DividendYield),LN(SpotPrice/B5)+((RiskFreeRate +
(0.5*(sigma^2)))*TimeToMaturity),LN(SpotPrice/B5)+((RiskFreeRate
-DividendYield+
(0.5*(sigma^2)))*TimeToMaturity))/(sigma*TimeToMaturity^0.5)
Formula for finding d2:
=H4-sigma*TimeToMaturity^0.5
Formula for finding N(d1):
=NORMSDIST(H4)
Formula for finding N(d1):
=NORMSDIST(I4)
Formula for Delta:
=(J4 - 1) * EXP(-DividendYield * TimeToMaturity)
---------------------------------
if a put option delta is -0.231956972, if the price of the underlying asset increases by $1, the price of the put option will decrease by -0.231956972
Here $.5 decrease in stock price
-0.231956972 * -.5 = .115978
New option price = 1.293059996 + .115978 = 1.409028