| Package | Description |
|---|---|
| com.opengamma.strata.basics.schedule |
Basic financial tools for working with date-based schedules.
|
| Modifier and Type | Method and Description |
|---|---|
static SchedulePeriod.Builder |
SchedulePeriod.builder()
Returns a builder used to create an instance of the bean.
|
SchedulePeriod.Builder |
SchedulePeriod.Meta.builder() |
SchedulePeriod.Builder |
SchedulePeriod.Builder.endDate(LocalDate endDate)
Sets the end date of this period, used for financial calculations such as interest accrual.
|
SchedulePeriod.Builder |
SchedulePeriod.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
SchedulePeriod.Builder |
SchedulePeriod.Builder.set(String propertyName,
Object newValue) |
SchedulePeriod.Builder |
SchedulePeriod.Builder.startDate(LocalDate startDate)
Sets the start date of this period, used for financial calculations such as interest accrual.
|
SchedulePeriod.Builder |
SchedulePeriod.toBuilder()
Returns a builder that allows this bean to be mutated.
|
SchedulePeriod.Builder |
SchedulePeriod.Builder.unadjustedEndDate(LocalDate unadjustedEndDate)
Sets the unadjusted end date.
|
SchedulePeriod.Builder |
SchedulePeriod.Builder.unadjustedStartDate(LocalDate unadjustedStartDate)
Sets the unadjusted start date.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.