| Package | Description |
|---|---|
| com.opengamma.strata.basics.schedule |
Basic financial tools for working with date-based schedules.
|
| com.opengamma.strata.basics.value |
Basic financial tools for working with values.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.Builder.build() |
Schedule |
PeriodicSchedule.createSchedule(ReferenceData refData)
Creates the schedule from the definition, see
PeriodicSchedule.createSchedule(ReferenceData, boolean). |
Schedule |
PeriodicSchedule.createSchedule(ReferenceData refData,
boolean combinePeriodsIfNecessary)
Creates the schedule from the definition.
|
Schedule |
Schedule.merge(int groupSize,
LocalDate firstRegularStartDate,
LocalDate lastRegularEndDate)
Merges this schedule to form a new schedule by combining the schedule periods.
|
Schedule |
Schedule.mergeRegular(int groupSize,
boolean rollForwards)
Merges this schedule to form a new schedule by combining the regular schedule periods.
|
Schedule |
Schedule.mergeToTerm()
Merges this schedule to form a new schedule with a single 'Term' period.
|
static Schedule |
Schedule.ofTerm(SchedulePeriod period)
Obtains a 'Term' instance based on a single period.
|
Schedule |
Schedule.toAdjusted(DateAdjuster adjuster)
Converts this schedule to a schedule where the start and end dates are
adjusted using the specified adjuster.
|
Schedule |
Schedule.toUnadjusted()
Converts this schedule to a schedule where every adjusted date is reset
to the unadjusted equivalent.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Schedule> |
Schedule.Meta.beanType() |
| Modifier and Type | Method and Description |
|---|---|
double |
SchedulePeriod.yearFraction(DayCount dayCount,
Schedule schedule)
Calculates the year fraction using the specified day count.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleArray |
ValueSchedule.resolveValues(Schedule schedule)
Resolves the value and adjustments against a specific schedule.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.