| Package | Description |
|---|---|
| com.opengamma.strata.basics.date |
Tools for working with dates.
|
| Modifier and Type | Method and Description |
|---|---|
static SequenceDate |
SequenceDate.base(int sequenceNumber)
Obtains an instance that selects the nth base sequence date on or after the input date.
|
static SequenceDate |
SequenceDate.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 SequenceDate |
SequenceDate.base(YearMonth yearMonth)
Obtains an instance that selects the next base sequence date on or after the start of the specified month.
|
static SequenceDate |
SequenceDate.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 SequenceDate |
SequenceDate.full(int sequenceNumber)
Obtains an instance that selects the nth full sequence date on or after the input date.
|
static SequenceDate |
SequenceDate.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 SequenceDate |
SequenceDate.full(YearMonth yearMonth)
Obtains an instance that selects the next full sequence date on or after the start of the specified month.
|
static SequenceDate |
SequenceDate.full(YearMonth yearMonth,
int sequenceNumber)
Obtains an instance that selects the nth full sequence date on or after the start of the specified month.
|
| Modifier and Type | Method and Description |
|---|---|
static org.joda.beans.TypedMetaBean<SequenceDate> |
SequenceDate.meta()
The meta-bean for
SequenceDate. |
org.joda.beans.TypedMetaBean<SequenceDate> |
SequenceDate.metaBean() |
| Modifier and Type | Method and Description |
|---|---|
default LocalDate |
DateSequence.selectDate(LocalDate inputDate,
SequenceDate sequenceDate)
Selects a date from the sequence.
|
default LocalDate |
DateSequence.selectDateOrSame(LocalDate inputDate,
SequenceDate sequenceDate)
Selects a date from the sequence.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.