Uses of Class
com.opengamma.strata.calc.marketdata.PerturbationMapping
-
Packages that use PerturbationMapping Package Description com.opengamma.strata.calc.marketdata Provides the ability to obtain market data and perform calibrations and scenario perturbations. -
-
Uses of PerturbationMapping in com.opengamma.strata.calc.marketdata
Methods in com.opengamma.strata.calc.marketdata that return PerturbationMapping Modifier and Type Method Description PerturbationMapping<T>
PerturbationMapping.Builder. build()
static <T> PerturbationMapping<T>
PerturbationMapping. of(MarketDataFilter<? extends T,?> filter, ScenarioPerturbation<T> perturbation)
Returns a mapping containing a single perturbation.Methods in com.opengamma.strata.calc.marketdata that return types with arguments of type PerturbationMapping Modifier and Type Method Description Class<? extends PerturbationMapping<T>>
PerturbationMapping.Meta. beanType()
ImmutableList<PerturbationMapping<?>>
ScenarioDefinition. getMappings()
Gets the market data filters and perturbations that define the scenarios.org.joda.beans.MetaProperty<ImmutableList<PerturbationMapping<?>>>
ScenarioDefinition.Meta. mappings()
The meta-property for themappings
property.Methods in com.opengamma.strata.calc.marketdata with parameters of type PerturbationMapping Modifier and Type Method Description ScenarioDefinition.Builder
ScenarioDefinition.Builder. mappings(PerturbationMapping<?>... mappings)
Sets themappings
property in the builder from an array of objects.static ScenarioDefinition
ScenarioDefinition. ofMappings(PerturbationMapping<?>... mappings)
Returns a scenario definition containing the perturbations inmappings
.Method parameters in com.opengamma.strata.calc.marketdata with type arguments of type PerturbationMapping Modifier and Type Method Description ScenarioDefinition.Builder
ScenarioDefinition.Builder. mappings(List<? extends PerturbationMapping<?>> mappings)
Sets the market data filters and perturbations that define the scenarios.static ScenarioDefinition
ScenarioDefinition. ofMappings(List<? extends PerturbationMapping<?>> mapping)
Returns a scenario definition containing the perturbations inmappings
.static ScenarioDefinition
ScenarioDefinition. ofMappings(List<? extends PerturbationMapping<?>> mappings, List<String> scenarioNames)
Returns a scenario definition containing the perturbations inmappings
.
-