Uses of Interface
com.opengamma.strata.calc.marketdata.MarketDataFactory
-
Packages that use MarketDataFactory Package Description com.opengamma.strata.calc.marketdata Provides the ability to obtain market data and perform calibrations and scenario perturbations.com.opengamma.strata.measure Provides the ability to calculate high-level measures on financial instruments. -
-
Uses of MarketDataFactory in com.opengamma.strata.calc.marketdata
Methods in com.opengamma.strata.calc.marketdata that return MarketDataFactory Modifier and Type Method Description static MarketDataFactoryMarketDataFactory. of(ObservableDataProvider observableDataProvider, TimeSeriesProvider timeSeriesProvider, MarketDataFunction<?,?>... functions)Obtains an instance of the factory based on providers of market data and time-series. -
Uses of MarketDataFactory in com.opengamma.strata.measure
Methods in com.opengamma.strata.measure that return MarketDataFactory Modifier and Type Method Description static MarketDataFactoryStandardComponents. marketDataFactory()Returns a market data factory containing the standard set of market data functions.static MarketDataFactoryStandardComponents. marketDataFactory(ObservableDataProvider observableDataProvider)Returns a market data factory containing the standard set of market data functions.
-