| 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 |
|---|---|
MarketDataConfigBuilder |
MarketDataConfigBuilder.add(String name,
Object value)
Adds an item of configuration under the specified name.
|
MarketDataConfigBuilder |
MarketDataConfigBuilder.add(TypedString<?> name,
Object value)
Adds an item of configuration under the specified name.
|
<T> MarketDataConfigBuilder |
MarketDataConfigBuilder.addDefault(T value)
Adds an item of configuration that is the default of its type.
|
static MarketDataConfigBuilder |
MarketDataConfig.builder()
Returns a mutable builder for building an instance of
MarketDataConfig. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.