Uses of Class
com.opengamma.strata.basics.date.SequenceDate
-
Packages that use SequenceDate 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 SequenceDate in com.opengamma.strata.basics.date
Methods in com.opengamma.strata.basics.date that return SequenceDate Modifier and Type Method Description static SequenceDateSequenceDate. base(int sequenceNumber)Obtains an instance that selects the nth base sequence date on or after the input date.static SequenceDateSequenceDate. base(Period minimumPeriod, int sequenceNumber)Obtains an instance that selects the nth base sequence date on or after the input date once the minimum period is added.static SequenceDateSequenceDate. base(YearMonth yearMonth)Obtains an instance that selects the next base sequence date on or after the start of the specified month.static SequenceDateSequenceDate. base(YearMonth yearMonth, int sequenceNumber)Obtains an instance that selects the nth base sequence date on or after the start of the specified month.static SequenceDateSequenceDate. full(int sequenceNumber)Obtains an instance that selects the nth full sequence date on or after the input date.static SequenceDateSequenceDate. full(Period minimumPeriod, int sequenceNumber)Obtains an instance that selects the nth full sequence date on or after the input date once the minimum period is added.static SequenceDateSequenceDate. full(YearMonth yearMonth)Obtains an instance that selects the next full sequence date on or after the start of the specified month.static SequenceDateSequenceDate. full(YearMonth yearMonth, int sequenceNumber)Obtains an instance that selects the nth full sequence date on or after the start of the specified month.Methods in com.opengamma.strata.basics.date that return types with arguments of type SequenceDate Modifier and Type Method Description static org.joda.beans.TypedMetaBean<SequenceDate>SequenceDate. meta()The meta-bean forSequenceDate.org.joda.beans.TypedMetaBean<SequenceDate>SequenceDate. metaBean()Methods in com.opengamma.strata.basics.date with parameters of type SequenceDate Modifier and Type Method Description default LocalDateDateSequence. selectDate(LocalDate inputDate, SequenceDate sequenceDate)Selects a date from the sequence.default LocalDateDateSequence. selectDateOrSame(LocalDate inputDate, SequenceDate sequenceDate)Selects a date from the sequence. -
Uses of SequenceDate in com.opengamma.strata.product.index.type
Methods in com.opengamma.strata.product.index.type that return SequenceDate Modifier and Type Method Description SequenceDateIborFutureTemplate. getSequenceDate()Gets the instructions that define which future is desired.SequenceDateOvernightFutureTemplate. getSequenceDate()Gets the instructions that define which future is desired.Methods in com.opengamma.strata.product.index.type with parameters of type SequenceDate Modifier and Type Method Description LocalDateIborFutureContractSpec. calculateReferenceDate(LocalDate tradeDate, SequenceDate sequenceDate, ReferenceData refData)Calculates the reference date from the trade date.LocalDateImmutableIborFutureContractSpec. calculateReferenceDate(LocalDate tradeDate, SequenceDate sequenceDate, ReferenceData refData)LocalDateImmutableOvernightFutureContractSpec. calculateReferenceDate(LocalDate tradeDate, SequenceDate sequenceDate, ReferenceData refData)LocalDateOvernightFutureContractSpec. calculateReferenceDate(LocalDate tradeDate, SequenceDate sequenceDate, ReferenceData refData)Calculates the reference date from the trade date.IborFutureTradeIborFutureContractSpec. createTrade(LocalDate tradeDate, SecurityId securityId, SequenceDate sequenceDate, double quantity, double price, ReferenceData refData)Creates a trade based on this convention.IborFutureTradeImmutableIborFutureContractSpec. createTrade(LocalDate tradeDate, SecurityId securityId, SequenceDate sequenceDate, double quantity, double price, ReferenceData refData)OvernightFutureTradeImmutableOvernightFutureContractSpec. createTrade(LocalDate tradeDate, SecurityId securityId, SequenceDate sequenceDate, double quantity, double price, ReferenceData refData)OvernightFutureTradeOvernightFutureContractSpec. createTrade(LocalDate tradeDate, SecurityId securityId, SequenceDate sequenceDate, double quantity, double price, ReferenceData refData)Creates a trade based on this convention.static IborFutureTemplateIborFutureTemplate. of(SequenceDate sequenceDate, IborFutureContractSpec contractSpec)Obtains a template based on the specified contract specification and sequence date.static OvernightFutureTemplateOvernightFutureTemplate. of(SequenceDate sequenceDate, OvernightFutureContractSpec contractSpec)Obtains a template based on the specified contract specification and sequence date.
-