Could someone please explain the difference between Implied and Quoted for inputVolatilityType on the surfaces API endpoint:
https://api.edp.thomsonreuters.com/data/quantitative-analytics-curves-and-surfaces/v1/surfaces
From API documentation page:
inputVolatilityTypeenumThe enumerate specifies the type of volatility used to build the surface.
- Quoted
- Implied
- Settle (deprecated)
From an older PDF (outdated)
inputVolatilityType Enumerate This enumerate specify if the generation of the volatility is done from the implied volatility calculated from the latest quote or from the settlement volatility from the previous close. The available values are: Implied, Settle.
Is it correct to assume that:
Implied - calculated from previous close (same as "Settle")
Quoted - calculated from latest quote (used to be "implied")?
Also, trying to relate these options to the Equity Volatility Surface Eikon app, are the Volatilty Type options there analagous to the API options?
Settlement IV (eikon) -> Implied (API)?
Mid IV (eikon) -> Quoted (API)?