Package | Description |
---|---|
com.opengamma.strata.data |
Basic types to model market data.
|
com.opengamma.strata.data.scenario |
Basic types to model market data across scenarios.
|
Modifier and Type | Method and Description |
---|---|
MarketDataName<T> |
NamedMarketDataId.getMarketDataName()
Gets the market data name.
|
Modifier and Type | Method and Description |
---|---|
int |
MarketDataName.compareTo(MarketDataName<?> other)
Compares this name to another.
|
<T> Set<MarketDataId<T>> |
MarketData.findIds(MarketDataName<T> name)
Finds the market data identifiers associated with the specified name.
|
<T> Set<MarketDataId<T>> |
ImmutableMarketData.findIds(MarketDataName<T> name) |
Modifier and Type | Method and Description |
---|---|
<T> Set<MarketDataId<T>> |
ScenarioMarketData.findIds(MarketDataName<T> name)
Finds the market data identifiers associated with the specified name.
|
<T> Set<MarketDataId<T>> |
ImmutableScenarioMarketData.findIds(MarketDataName<T> name) |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.