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 classImmutableIborFutureConventionDeprecated.Fields in com.opengamma.strata.product.index.type declared as IborFutureConvention Modifier and Type Field Description static IborFutureConventionIborFutureConventions. EUR_EURIBOR_3M_MONTHLY_IMMDeprecated.The 'EUR-EURIBOR-3M-Monthly-IMM' convention.static IborFutureConventionIborFutureConventions. EUR_EURIBOR_3M_QUARTERLY_IMMDeprecated.The 'EUR-EURIBOR-3M-Quarterly-IMM' convention.static IborFutureConventionIborFutureConventions. GBP_LIBOR_3M_MONTHLY_IMMDeprecated.The 'GBP-LIBOR-3M-Monthly-IMM' convention.static IborFutureConventionIborFutureConventions. GBP_LIBOR_3M_QUARTERLY_IMMDeprecated.The 'GBP-LIBOR-3M-Quarterly-IMM' convention.static IborFutureConventionIborFutureConventions. USD_LIBOR_3M_MONTHLY_IMMDeprecated.The 'USD-LIBOR-3M-Monthly-IMM' convention.static IborFutureConventionIborFutureConventions. USD_LIBOR_3M_QUARTERLY_IMMDeprecated.The 'USD-LIBOR-3M-Quarterly-IMM' convention.Methods in com.opengamma.strata.product.index.type that return IborFutureConvention Modifier and Type Method Description IborFutureConventionIborFutureTemplate. getConvention()Deprecated.static IborFutureConventionIborFutureConvention. 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 IborFutureTemplateIborFutureTemplate. of(Period minimumPeriod, int sequenceNumber, IborFutureConvention convention)Deprecated.static IborFutureTemplateIborFutureTemplate. of(YearMonth yearMonth, IborFutureConvention convention)Deprecated.
-