public interface CreditRatesMarketData
This interface exposes the market data necessary for pricing credit products.
Implementations of this interface must be immutable.
| Modifier and Type | Method and Description |
|---|---|
CreditRatesProvider |
creditRatesProvider()
Gets the credit rates provider.
|
CreditRatesMarketDataLookup |
getLookup()
Gets the lookup that provides access to credit, discount and recovery rate curves.
|
MarketData |
getMarketData()
Gets the market data.
|
default LocalDate |
getValuationDate()
Gets the valuation date.
|
CreditRatesMarketData |
withMarketData(MarketData marketData)
Returns a copy of this instance with the specified market data.
|
default LocalDate getValuationDate()
CreditRatesMarketDataLookup getLookup()
MarketData getMarketData()
CreditRatesMarketData withMarketData(MarketData marketData)
marketData - the market data to useCreditRatesProvider creditRatesProvider()
This provides access to credit, discount and recovery rate curves.
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.