static <T> PerturbationMapping.Builder<T> |
PerturbationMapping.builder() |
Returns a builder used to create an instance of the bean.
|
PerturbationMapping.Builder<T> |
PerturbationMapping.Meta.builder() |
|
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(String propertyName,
Object newValue) |
|
PerturbationMapping.Builder<T> |
PerturbationMapping.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
PerturbationMapping.Builder<T> |
PerturbationMapping.toBuilder() |
Returns a builder that allows this bean to be mutated.
|