Using the IB API, calculates the implied volatility or option price given parameters.
calculateImpliedVolatility(twsconn,
Contract,
optionPrice,
underPrice,
reqId = 1)calculateOptionPrice(twsconn,
Contract,
volatility,
underPrice,
reqId = 1)
A numeric value corresponding to the request
A twsConnection object
A twsContract object
The option price from which to calculate implied
The volatility from which to calculate price
The underlying price
The request id
Jeffrey A. Ryan
Both calls will use the IB described method for calculation. See the official API for documentation.
https://interactivebrokers.github.io/tws-api/classIBApi_1_1EClient.html#a04c5d248c1036dd72435cc1edc7c58e2 https://interactivebrokers.github.io/tws-api/classIBApi_1_1EClient.html#a7afa53b655542e74ede683e1de2b2fc4