| Package | Description |
|---|---|
| com.opengamma.strata.basics.date |
Tools for working with dates.
|
| Modifier and Type | Field and Description |
|---|---|
static PeriodAdjustment |
PeriodAdjustment.NONE
An instance that performs no adjustment.
|
| Modifier and Type | Method and Description |
|---|---|
PeriodAdjustment |
PeriodAdjustment.Builder.build() |
static PeriodAdjustment |
PeriodAdjustment.of(Period period,
PeriodAdditionConvention additionConvention,
BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified period.
|
static PeriodAdjustment |
PeriodAdjustment.ofLastBusinessDay(Period period,
BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified period using the
last business day of month convention.
|
static PeriodAdjustment |
PeriodAdjustment.ofLastDay(Period period,
BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified period using the
last day of month convention.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PeriodAdjustment> |
PeriodAdjustment.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.