Uses of Interface
com.opengamma.strata.product.index.type.OvernightFutureContractSpec
-
Packages that use OvernightFutureContractSpec Package Description com.opengamma.strata.product.index.type Conventions and templates to aid the construction of rate index products. -
-
Uses of OvernightFutureContractSpec in com.opengamma.strata.product.index.type
Classes in com.opengamma.strata.product.index.type that implement OvernightFutureContractSpec Modifier and Type Class Description classImmutableOvernightFutureContractSpecA contract specification for exchange traded Overnight Futures.Fields in com.opengamma.strata.product.index.type declared as OvernightFutureContractSpec Modifier and Type Field Description static OvernightFutureContractSpecOvernightFutureContractSpecs. GBP_SONIA_1M_ICEThe 'GBP-SONIA-1M-ICE' contract.static OvernightFutureContractSpecOvernightFutureContractSpecs. GBP_SONIA_1M_IMM_LCHThe 'GBP-SONIA-1M-IMM-LCH' contract.static OvernightFutureContractSpecOvernightFutureContractSpecs. GBP_SONIA_3M_IMM_CMEThe 'GBP-SONIA-3M-IMM-CME' contract.static OvernightFutureContractSpecOvernightFutureContractSpecs. GBP_SONIA_3M_IMM_ICEThe 'GBP-SONIA-3M-IMM-ICE' contract.static OvernightFutureContractSpecOvernightFutureContractSpecs. GBP_SONIA_3M_IMM_LCHThe 'GBP-SONIA-3M-IMM-LCH' contract.static OvernightFutureContractSpecOvernightFutureContractSpecs. USD_FED_FUND_1M_CMEThe 'USD-FED-FUND-1M-CME' contract.static OvernightFutureContractSpecOvernightFutureContractSpecs. USD_SOFR_1M_CMEThe 'USD-SOFR-1M-CME' contract.static OvernightFutureContractSpecOvernightFutureContractSpecs. USD_SOFR_1M_ICEThe 'USD-SOFR-1M-ICE' contract.static OvernightFutureContractSpecOvernightFutureContractSpecs. USD_SOFR_3M_IMM_CMEThe 'USD-SOFR-3M-IMM-CME' contract.static OvernightFutureContractSpecOvernightFutureContractSpecs. USD_SOFR_3M_IMM_ICEThe 'USD-SOFR-3M-IMM-ICE' contract.Methods in com.opengamma.strata.product.index.type that return OvernightFutureContractSpec Modifier and Type Method Description OvernightFutureContractSpecOvernightFutureTemplate. getContractSpec()Gets the underlying contract specification.static OvernightFutureContractSpecOvernightFutureContractSpec. 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 OvernightFutureContractSpec Modifier and Type Method Description static ExtendedEnum<OvernightFutureContractSpec>OvernightFutureContractSpec. extendedEnum()Gets the extended enum helper.Methods in com.opengamma.strata.product.index.type with parameters of type OvernightFutureContractSpec Modifier and Type Method Description static OvernightFutureTemplateOvernightFutureTemplate. of(SequenceDate sequenceDate, OvernightFutureContractSpec contractSpec)Obtains a template based on the specified contract specification and sequence date.
-