Uses of Interface
com.opengamma.strata.product.index.type.IborFutureConvention
-
Packages that use IborFutureConvention Package Description com.opengamma.strata.product.index.type Conventions and templates to aid the construction of rate index products. -
-
Uses of IborFutureConvention in com.opengamma.strata.product.index.type
Classes in com.opengamma.strata.product.index.type that implement IborFutureConvention Modifier and Type Class Description class
ImmutableIborFutureConvention
Deprecated.Fields in com.opengamma.strata.product.index.type declared as IborFutureConvention Modifier and Type Field Description static IborFutureConvention
IborFutureConventions. EUR_EURIBOR_3M_MONTHLY_IMM
Deprecated.The 'EUR-EURIBOR-3M-Monthly-IMM' convention.static IborFutureConvention
IborFutureConventions. EUR_EURIBOR_3M_QUARTERLY_IMM
Deprecated.The 'EUR-EURIBOR-3M-Quarterly-IMM' convention.static IborFutureConvention
IborFutureConventions. GBP_LIBOR_3M_MONTHLY_IMM
Deprecated.The 'GBP-LIBOR-3M-Monthly-IMM' convention.static IborFutureConvention
IborFutureConventions. GBP_LIBOR_3M_QUARTERLY_IMM
Deprecated.The 'GBP-LIBOR-3M-Quarterly-IMM' convention.static IborFutureConvention
IborFutureConventions. USD_LIBOR_3M_MONTHLY_IMM
Deprecated.The 'USD-LIBOR-3M-Monthly-IMM' convention.static IborFutureConvention
IborFutureConventions. USD_LIBOR_3M_QUARTERLY_IMM
Deprecated.The 'USD-LIBOR-3M-Quarterly-IMM' convention.Methods in com.opengamma.strata.product.index.type that return IborFutureConvention Modifier and Type Method Description IborFutureConvention
IborFutureTemplate. getConvention()
Deprecated.static IborFutureConvention
IborFutureConvention. of(String uniqueName)
Deprecated.Obtains an instance from the specified unique name.Methods in com.opengamma.strata.product.index.type that return types with arguments of type IborFutureConvention Modifier and Type Method Description static ExtendedEnum<IborFutureConvention>
IborFutureConvention. extendedEnum()
Deprecated.Gets the extended enum helper.Methods in com.opengamma.strata.product.index.type with parameters of type IborFutureConvention Modifier and Type Method Description static IborFutureTemplate
IborFutureTemplate. of(Period minimumPeriod, int sequenceNumber, IborFutureConvention convention)
Deprecated.static IborFutureTemplate
IborFutureTemplate. of(YearMonth yearMonth, IborFutureConvention convention)
Deprecated.
-