| 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 |
|---|---|
PerturbationMapping.Builder<T> |
PerturbationMapping.Meta.builder() |
static <T> PerturbationMapping.Builder<T> |
PerturbationMapping.builder()
Returns a builder used to create an instance of the bean.
|
PerturbationMapping.Builder<T> |
PerturbationMapping.Builder.filter(MarketDataFilter<? extends T,?> filter)
Sets the filter that decides whether the perturbation should be applied to a piece of market data.
|
PerturbationMapping.Builder<T> |
PerturbationMapping.Builder.marketDataType(Class<T> marketDataType)
Sets the type of market data handled by this mapping.
|
PerturbationMapping.Builder<T> |
PerturbationMapping.Builder.perturbation(ScenarioPerturbation<T> perturbation)
Sets perturbation that should be applied to market data as part of a scenario.
|
PerturbationMapping.Builder<T> |
PerturbationMapping.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
PerturbationMapping.Builder<T> |
PerturbationMapping.Builder.set(String propertyName,
Object newValue) |
PerturbationMapping.Builder<T> |
PerturbationMapping.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.