Uses of Interface
com.opengamma.strata.product.index.type.IborFutureContractSpec
-
Packages that use IborFutureContractSpec Package Description com.opengamma.strata.product.index.type Conventions and templates to aid the construction of rate index products. -
-
Uses of IborFutureContractSpec in com.opengamma.strata.product.index.type
Classes in com.opengamma.strata.product.index.type that implement IborFutureContractSpec Modifier and Type Class Description classImmutableIborFutureContractSpecA contract specification for exchange traded Ibor Futures.Fields in com.opengamma.strata.product.index.type declared as IborFutureContractSpec Modifier and Type Field Description static IborFutureContractSpecIborFutureContractSpecs. EUR_EURIBOR_3M_IMM_ICEThe 'EUR-EURIBOR-3M-IMM-ICE' contract.static IborFutureContractSpecIborFutureContractSpecs. GBP_LIBOR_3M_IMM_ICEThe 'GBP-LIBOR-3M-IMM-ICE' contract.static IborFutureContractSpecIborFutureContractSpecs. USD_LIBOR_3M_IMM_CMEThe 'USD-LIBOR-3M-IMM-CME' contract.Methods in com.opengamma.strata.product.index.type that return IborFutureContractSpec Modifier and Type Method Description IborFutureContractSpecIborFutureTemplate. getContractSpec()Gets the underlying contract specification.static IborFutureContractSpecIborFutureContractSpec. of(String uniqueName)Obtains an instance from the specified unique name.Methods in com.opengamma.strata.product.index.type that return types with arguments of type IborFutureContractSpec Modifier and Type Method Description static ExtendedEnum<IborFutureContractSpec>IborFutureContractSpec. extendedEnum()Gets the extended enum helper.Methods in com.opengamma.strata.product.index.type with parameters of type IborFutureContractSpec Modifier and Type Method Description static IborFutureTemplateIborFutureTemplate. of(SequenceDate sequenceDate, IborFutureContractSpec contractSpec)Obtains a template based on the specified contract specification and sequence date.
-