| Package | Description |
|---|---|
| com.opengamma.strata.basics.schedule |
Basic financial tools for working with date-based schedules.
|
| Modifier and Type | Method and Description |
|---|---|
static Schedule.Builder |
Schedule.builder()
Returns a builder used to create an instance of the bean.
|
Schedule.Builder |
Schedule.Meta.builder() |
Schedule.Builder |
Schedule.Builder.frequency(Frequency frequency)
Sets the periodic frequency used when building the schedule.
|
Schedule.Builder |
Schedule.Builder.periods(List<SchedulePeriod> periods)
Sets the schedule periods.
|
Schedule.Builder |
Schedule.Builder.periods(SchedulePeriod... periods)
Sets the
periods property in the builder
from an array of objects. |
Schedule.Builder |
Schedule.Builder.rollConvention(RollConvention rollConvention)
Sets the roll convention used when building the schedule.
|
Schedule.Builder |
Schedule.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
Schedule.Builder |
Schedule.Builder.set(String propertyName,
Object newValue) |
Schedule.Builder |
Schedule.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.