/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Provides the ability to obtain market data and perform calibrations and scenario perturbations. * <p> * The main entry point is {@link com.opengamma.strata.calc.marketdata.MarketDataFactory MarketDataFactory}. * It provides two "build" methods that process a set of requirements to produce market data. */ package com.opengamma.strata.calc.marketdata;