| 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 ScenarioDefinition.Builder |
ScenarioDefinition.builder()
Returns a builder used to create an instance of the bean.
|
ScenarioDefinition.Builder |
ScenarioDefinition.Meta.builder() |
ScenarioDefinition.Builder |
ScenarioDefinition.Builder.mappings(List<? extends PerturbationMapping<?>> mappings)
Sets the market data filters and perturbations that define the scenarios.
|
ScenarioDefinition.Builder |
ScenarioDefinition.Builder.mappings(PerturbationMapping<?>... mappings)
Sets the
mappings property in the builder
from an array of objects. |
ScenarioDefinition.Builder |
ScenarioDefinition.Builder.scenarioNames(List<String> scenarioNames)
Sets the names of the scenarios.
|
ScenarioDefinition.Builder |
ScenarioDefinition.Builder.scenarioNames(String... scenarioNames)
Sets the
scenarioNames property in the builder
from an array of objects. |
ScenarioDefinition.Builder |
ScenarioDefinition.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ScenarioDefinition.Builder |
ScenarioDefinition.Builder.set(String propertyName,
Object newValue) |
ScenarioDefinition.Builder |
ScenarioDefinition.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.