
Last chance! 50% off unlimited learning
Sale ends in
EuropeanOptionImpliedVolatility
function solves for the
(unobservable) implied volatility, given an option price as well as
the other required parameters to value an option.## S3 method for class 'default':
EuropeanOptionImpliedVolatility(type, value,
underlying, strike, dividendYield, riskFreeRate, maturity, volatility)
call
or put
EuropeanOptionImpliedVolatility
function returns an object
of class ImpliedVolatility
. It contains a list with the
following elements: Please see any decent Finance textbook for background reading, and the
QuantLib
documentation for details on the QuantLib
implementation.
QuantLib
.EuropeanOption
,AmericanOption
,BinaryOption
EuropeanOptionImpliedVolatility(type="call", value=11.10, underlying=100,
strike=100, dividendYield=0.01, riskFreeRate=0.03,
maturity=0.5, volatility=0.4)
Run the code above in your browser using DataLab