Uses of Interface
com.opengamma.strata.basics.date.DateSequence
-
Packages that use DateSequence Package Description com.opengamma.strata.basics.date Tools for working with dates.com.opengamma.strata.product.index.type Conventions and templates to aid the construction of rate index products. -
-
Uses of DateSequence in com.opengamma.strata.basics.date
Fields in com.opengamma.strata.basics.date declared as DateSequence Modifier and Type Field Description static DateSequence
DateSequences. MONTHLY_1ST
The 'Monthly-1st' date sequence, equivalent to a sequence of calendar months.static DateSequence
DateSequences. MONTHLY_IMM
The 'Monthly-IMM' date sequence.static DateSequence
DateSequences. QUARTERLY_10TH
The 'Quarterly-10th' date sequence.static DateSequence
DateSequences. QUARTERLY_IMM
The 'Quarterly-IMM' date sequence.static DateSequence
DateSequences. QUARTERLY_IMM_3_SERIAL
The 'Quarterly-IMM-3-Serial' date sequence.static DateSequence
DateSequences. QUARTERLY_IMM_6_SERIAL
The 'Quarterly-IMM-6-Serial' date sequence.Methods in com.opengamma.strata.basics.date that return DateSequence Modifier and Type Method Description default DateSequence
DateSequence. baseSequence()
Returns the simpler "base" sequence underlying this one.static DateSequence
DateSequence. of(String uniqueName)
Obtains an instance from the specified unique name.Methods in com.opengamma.strata.basics.date that return types with arguments of type DateSequence Modifier and Type Method Description static ExtendedEnum<DateSequence>
DateSequence. extendedEnum()
Gets the extended enum helper. -
Uses of DateSequence in com.opengamma.strata.product.index.type
Methods in com.opengamma.strata.product.index.type that return DateSequence Modifier and Type Method Description DateSequence
ImmutableIborFutureContractSpec. getDateSequence()
Gets the sequence of dates that the future is based on.DateSequence
ImmutableIborFutureConvention. getDateSequence()
Deprecated.Gets the sequence of dates that the future is based on.DateSequence
ImmutableOvernightFutureContractSpec. getDateSequence()
Gets the sequence of dates that the future is based on.Methods in com.opengamma.strata.product.index.type that return types with arguments of type DateSequence Modifier and Type Method Description org.joda.beans.MetaProperty<DateSequence>
ImmutableIborFutureConvention.Meta. dateSequence()
The meta-property for thedateSequence
property.Methods in com.opengamma.strata.product.index.type with parameters of type DateSequence Modifier and Type Method Description ImmutableIborFutureContractSpec.Builder
ImmutableIborFutureContractSpec.Builder. dateSequence(DateSequence dateSequence)
Sets the sequence of dates that the future is based on.ImmutableIborFutureConvention.Builder
ImmutableIborFutureConvention.Builder. dateSequence(DateSequence dateSequence)
Sets the sequence of dates that the future is based on.ImmutableOvernightFutureContractSpec.Builder
ImmutableOvernightFutureContractSpec.Builder. dateSequence(DateSequence dateSequence)
Sets the sequence of dates that the future is based on.static ImmutableIborFutureConvention
ImmutableIborFutureConvention. of(IborIndex index, DateSequence dateSequence)
Deprecated.Creates a convention based on the specified index and the sequence of dates.
-