Question
What is the implied volatility of a European call option with the following parameters? c = $4 s0 = $40 k = 40 r =
What is the implied volatility of a European call option with the following parameters? c = $4 s0 = $40 k = 40 r = 10% T = 0.5 years (Enter 11.51% as 0.1151. Required precision +/- 0.0002) black scholes equation.PNG As a reminder, the cumulative probability function is calculated in Excel as follows: N(d1) = NORM.S.DIST(d1,TRUE) N(d2) = NORM.S.DIST(d2,TRUE) If the above equations don't load for whatever reason, here are the text versions of the equations as a back-up: c = So*N(d1) - K*e^(-rT)*N(d2) p = K*e^(-rT)*N(-d2) - So*N(-d1) d1 = [ln(So/K) + (r + 0.5*(sigma^2))*T] / [sigma * sqrt(T)] d2 = d1 - sigma*sqrt(T) To validate your equations, you may use the following information to ensure you have it coded correctly: s0 = 22 k = 25 r = 0.1 sigma = 0.2 T = 0.75 d1 = -0.2184 d2 = -0.3916 c = 1.03446 p = 2.22805
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started