| Package | Description |
|---|---|
| com.opengamma.strata.basics.date |
Tools for working with dates.
|
| Modifier and Type | Method and Description |
|---|---|
static BusinessDayAdjustment.Builder |
BusinessDayAdjustment.builder()
Returns a builder used to create an instance of the bean.
|
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Meta.builder() |
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Builder.calendar(HolidayCalendarId calendar)
Sets the calendar that defines holidays and business days.
|
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Builder.convention(BusinessDayConvention convention)
Sets the convention used to the adjust the date if it does not fall on a business day.
|
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.Builder.set(String propertyName,
Object newValue) |
BusinessDayAdjustment.Builder |
BusinessDayAdjustment.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.