public interface IborFutureOptionMarketData
This interface exposes the market data necessary for pricing an Ibor future option.
Implementations of this interface must be immutable.
| Modifier and Type | Method and Description |
|---|---|
IborFutureOptionMarketDataLookup |
getLookup()
Gets the lookup that provides access to Ibor future option volatilities.
|
MarketData |
getMarketData()
Gets the market data.
|
default LocalDate |
getValuationDate()
Gets the valuation date.
|
IborFutureOptionVolatilities |
volatilities(IborIndex index)
Gets the volatilities for the specified Ibor index.
|
IborFutureOptionMarketData |
withMarketData(MarketData marketData)
Returns a copy of this instance with the specified market data.
|
default LocalDate getValuationDate()
IborFutureOptionMarketDataLookup getLookup()
MarketData getMarketData()
IborFutureOptionMarketData withMarketData(MarketData marketData)
marketData - the market data to useIborFutureOptionVolatilities volatilities(IborIndex index)
If the index is not found, an exception is thrown.
index - the Ibor indexMarketDataNotFoundException - if the index is not foundCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.