| Package | Description |
|---|---|
| com.opengamma.strata.calc.marketdata |
Provides the ability to obtain market data and perform calibrations and scenario perturbations.
|
| Modifier and Type | Method and Description |
|---|---|
static MarketDataFactory |
MarketDataFactory.of(ObservableDataProvider observableDataProvider,
TimeSeriesProvider timeSeriesProvider,
MarketDataFunction<?,?>... functions)
Obtains an instance of the factory based on providers of market data and time-series.
|
| Modifier and Type | Method and Description |
|---|---|
static com.opengamma.strata.calc.marketdata.DefaultMarketDataFactory |
MarketDataFactory.of(ObservableDataProvider observableDataProvider,
TimeSeriesProvider timeSeriesProvider,
List<MarketDataFunction<?,?>> functions)
Obtains an instance of the factory based on providers of market data and time-series.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.