| Package | Description |
|---|---|
| com.opengamma.strata.basics.date |
Tools for working with dates.
|
| Modifier and Type | Field and Description |
|---|---|
static PeriodAdditionConvention |
PeriodAdditionConventions.LAST_BUSINESS_DAY
Convention applying a last business day of month rule.
|
static PeriodAdditionConvention |
PeriodAdditionConventions.LAST_DAY
Convention applying a last day of month rule, ignoring business days.
|
static PeriodAdditionConvention |
PeriodAdditionConventions.NONE
No specific rule applies.
|
| Modifier and Type | Method and Description |
|---|---|
PeriodAdditionConvention |
TenorAdjustment.getAdditionConvention()
Gets the addition convention to apply.
|
PeriodAdditionConvention |
PeriodAdjustment.getAdditionConvention()
Gets the addition convention to apply.
|
static PeriodAdditionConvention |
PeriodAdditionConvention.of(String uniqueName)
Obtains an instance from the specified unique name.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<PeriodAdditionConvention> |
TenorAdjustment.Meta.additionConvention()
The meta-property for the
additionConvention property. |
org.joda.beans.MetaProperty<PeriodAdditionConvention> |
PeriodAdjustment.Meta.additionConvention()
The meta-property for the
additionConvention property. |
static ExtendedEnum<PeriodAdditionConvention> |
PeriodAdditionConvention.extendedEnum()
Gets the extended enum helper.
|
| Modifier and Type | Method and Description |
|---|---|
TenorAdjustment.Builder |
TenorAdjustment.Builder.additionConvention(PeriodAdditionConvention additionConvention)
Sets the addition convention to apply.
|
PeriodAdjustment.Builder |
PeriodAdjustment.Builder.additionConvention(PeriodAdditionConvention additionConvention)
Sets the addition convention to apply.
|
static PeriodAdjustment |
PeriodAdjustment.of(Period period,
PeriodAdditionConvention additionConvention,
BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified period.
|
static TenorAdjustment |
TenorAdjustment.of(Tenor tenor,
PeriodAdditionConvention additionConvention,
BusinessDayAdjustment adjustment)
Obtains an instance that can adjust a date by the specified tenor.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.