| Package | Description |
|---|---|
| com.opengamma.strata.data.scenario |
Basic types to model market data across scenarios.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ScenarioPerturbation<T> |
ScenarioPerturbation.none()
Returns an instance that does not perturb the input.
|
| Modifier and Type | Method and Description |
|---|---|
default <T> ScenarioMarketData |
ScenarioMarketData.withPerturbation(MarketDataId<T> id,
ScenarioPerturbation<T> perturbation,
ReferenceData refData)
Returns a copy of this market data with the specified value perturbed.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.