| Package | Description |
|---|---|
| com.opengamma.strata.basics.date |
Tools for working with dates.
|
| Modifier and Type | Method and Description |
|---|---|
TenorAdjustment.Builder |
TenorAdjustment.Builder.additionConvention(PeriodAdditionConvention additionConvention)
Sets the addition convention to apply.
|
TenorAdjustment.Builder |
TenorAdjustment.Builder.adjustment(BusinessDayAdjustment adjustment)
Sets the business day adjustment that is performed to the result of the addition.
|
static TenorAdjustment.Builder |
TenorAdjustment.builder()
Returns a builder used to create an instance of the bean.
|
TenorAdjustment.Builder |
TenorAdjustment.Meta.builder() |
TenorAdjustment.Builder |
TenorAdjustment.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
TenorAdjustment.Builder |
TenorAdjustment.Builder.set(String propertyName,
Object newValue) |
TenorAdjustment.Builder |
TenorAdjustment.Builder.tenor(Tenor tenor)
Sets the tenor to be added.
|
TenorAdjustment.Builder |
TenorAdjustment.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.