| Package | Description |
|---|---|
| com.opengamma.strata.basics.date |
Tools for working with dates.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtendedEnum<DateSequence> |
DateSequence.extendedEnum()
Gets the extended enum helper.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.