Uses of Interface
com.opengamma.strata.data.NamedMarketDataId
-
Packages that use NamedMarketDataId Package Description com.opengamma.strata.calc.marketdata Provides the ability to obtain market data and perform calibrations and scenario perturbations.com.opengamma.strata.market.curve Definitions of curves.com.opengamma.strata.pricer.bond Calculators for bonds.com.opengamma.strata.pricer.capfloor Calculators for Ibor cap-floor.com.opengamma.strata.pricer.fxopt Calculators for FX options.com.opengamma.strata.pricer.index Calculators for products based on rate indices, such as Short Term Interest Rate futures (STIRs).com.opengamma.strata.pricer.swaption Calculators for swaptions. -
-
Uses of NamedMarketDataId in com.opengamma.strata.calc.marketdata
Methods in com.opengamma.strata.calc.marketdata that return types with arguments of type NamedMarketDataId Modifier and Type Method Description static <T> MarketDataFilter<T,NamedMarketDataId<T>>
MarketDataFilter. ofName(MarketDataName<T> name)
Obtains a filter that matches the specified name. -
Uses of NamedMarketDataId in com.opengamma.strata.market.curve
Classes in com.opengamma.strata.market.curve that implement NamedMarketDataId Modifier and Type Class Description class
CurveId
An identifier used to access a curve by name. -
Uses of NamedMarketDataId in com.opengamma.strata.pricer.bond
Classes in com.opengamma.strata.pricer.bond that implement NamedMarketDataId Modifier and Type Class Description class
BondFutureVolatilitiesId
An identifier used to access bond future volatilities by name. -
Uses of NamedMarketDataId in com.opengamma.strata.pricer.capfloor
Classes in com.opengamma.strata.pricer.capfloor that implement NamedMarketDataId Modifier and Type Class Description class
IborCapletFloorletVolatilitiesId
An identifier used to access Ibor cap/floor volatilities by name. -
Uses of NamedMarketDataId in com.opengamma.strata.pricer.fxopt
Classes in com.opengamma.strata.pricer.fxopt that implement NamedMarketDataId Modifier and Type Class Description class
FxOptionVolatilitiesId
An identifier used to access FX option volatilities by name. -
Uses of NamedMarketDataId in com.opengamma.strata.pricer.index
Classes in com.opengamma.strata.pricer.index that implement NamedMarketDataId Modifier and Type Class Description class
IborFutureOptionVolatilitiesId
An identifier used to access Ibor future option volatilities by name. -
Uses of NamedMarketDataId in com.opengamma.strata.pricer.swaption
Classes in com.opengamma.strata.pricer.swaption that implement NamedMarketDataId Modifier and Type Class Description class
SwaptionVolatilitiesId
An identifier used to access swaption volatilities by name.
-