Financial Toolbox | ![]() ![]() |
Syntax
Volatility = blsimpv(Price, Strike, Rate, Time, Call, MaxIterations)
Description
Volatility = blsimpv(Price, Strike, Rate, Time, Call,
MaxIterations)
returns the implied volatility of an underlying asset, using Newton's method.
Note:
This function uses normcdf and normpdf , the normal cumulative
distribution and normal probability density functions in the Statistics
Toolbox.
|
Examples
An asset has a current price of $100, an exercise price of $95, the risk free interest rate is 7.5%, the time to maturity of the option is 0.25 years, and the call option has a value of $10.00.
Vol = blsimpv(100, 95, 0.075, 0.25, 10) Vol = 0.3130 (or 31.3%)
See Also
blsprice
References
Bodie, Kane, and Marcus, Investments, page 681.
![]() | blsgamma | blslambda | ![]() |