| Package | Description |
|---|---|
| com.opengamma.strata.basics.date |
Tools for working with dates.
|
| com.opengamma.strata.basics.schedule |
Basic financial tools for working with date-based schedules.
|
| Modifier and Type | Method and Description |
|---|---|
static DateAdjuster |
DateAdjusters.nextLeapDay()
Obtains an instance that finds the next leap day after the input date.
|
static DateAdjuster |
DateAdjusters.nextOrSameLeapDay()
Obtains a date adjuster that finds the next leap day on or after the input date.
|
DateAdjuster |
DaysAdjustment.resolve(ReferenceData refData)
Resolves this adjustment using the specified reference data, returning an adjuster.
|
DateAdjuster |
BusinessDayAdjustment.resolve(ReferenceData refData)
Resolves this adjustment using the specified reference data, returning an adjuster.
|
DateAdjuster |
TenorAdjustment.resolve(ReferenceData refData)
Resolves this adjustment using the specified reference data, returning an adjuster.
|
DateAdjuster |
PeriodAdjustment.resolve(ReferenceData refData)
Resolves this adjustment using the specified reference data, returning an adjuster.
|
| Modifier and Type | Method and Description |
|---|---|
SchedulePeriod |
SchedulePeriod.toAdjusted(DateAdjuster adjuster)
Converts this period to one where the start and end dates are adjusted using the specified adjuster.
|
Schedule |
Schedule.toAdjusted(DateAdjuster adjuster)
Converts this schedule to a schedule where the start and end dates are
adjusted using the specified adjuster.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.