Uses of Interface
com.opengamma.strata.calc.marketdata.MarketDataFilter
-
Packages that use MarketDataFilter Package Description com.opengamma.strata.calc.marketdata Provides the ability to obtain market data and perform calibrations and scenario perturbations. -
-
Uses of MarketDataFilter in com.opengamma.strata.calc.marketdata
Methods in com.opengamma.strata.calc.marketdata that return MarketDataFilter Modifier and Type Method Description MarketDataFilter<? extends T,?>
PerturbationMapping. getFilter()
Gets the filter that decides whether the perturbation should be applied to a piece of market data.static <T> MarketDataFilter<T,MarketDataId<T>>
MarketDataFilter. ofId(MarketDataId<T> id)
Obtains a filter that matches the specified identifier.static <T> MarketDataFilter<T,MarketDataId<T>>
MarketDataFilter. ofIdType(Class<? extends MarketDataId<T>> type)
Obtains a filter that matches any value with the specified identifier type.static <T> MarketDataFilter<T,NamedMarketDataId<T>>
MarketDataFilter. ofName(MarketDataName<T> name)
Obtains a filter that matches the specified name.Methods in com.opengamma.strata.calc.marketdata that return types with arguments of type MarketDataFilter Modifier and Type Method Description org.joda.beans.MetaProperty<MarketDataFilter<? extends T,?>>
PerturbationMapping.Meta. filter()
The meta-property for thefilter
property.Methods in com.opengamma.strata.calc.marketdata with parameters of type MarketDataFilter Modifier and Type Method Description 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.static <T> PerturbationMapping<T>
PerturbationMapping. of(MarketDataFilter<? extends T,?> filter, ScenarioPerturbation<T> perturbation)
Returns a mapping containing a single perturbation.
-