public interface IborCapFloorMarketData
This interface exposes the market data necessary for pricing Ibor caps/floors.
Implementations of this interface must be immutable.
| Modifier and Type | Method and Description |
|---|---|
IborCapFloorMarketDataLookup |
getLookup()
Gets the lookup that provides access to cap/floor volatilities.
|
MarketData |
getMarketData()
Gets the market data.
|
default LocalDate |
getValuationDate()
Gets the valuation date.
|
IborCapletFloorletVolatilities |
volatilities(IborIndex index)
Gets the volatilities for the specified Ibor index.
|
IborCapFloorMarketData |
withMarketData(MarketData marketData)
Returns a copy of this instance with the specified market data.
|
default LocalDate getValuationDate()
IborCapFloorMarketDataLookup getLookup()
MarketData getMarketData()
IborCapFloorMarketData withMarketData(MarketData marketData)
marketData - the market data to useIborCapletFloorletVolatilities 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.