| Package | Description |
|---|---|
| com.opengamma.strata.basics.schedule |
Basic financial tools for working with date-based schedules.
|
| Modifier and Type | Method and Description |
|---|---|
static StubConvention |
StubConvention.of(String name)
Obtains an instance from the specified name.
|
static StubConvention |
StubConvention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StubConvention[] |
StubConvention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<StubConvention> |
PeriodicSchedule.getStubConvention()
Gets the optional convention defining how to handle stubs.
|
org.joda.beans.MetaProperty<StubConvention> |
PeriodicSchedule.Meta.stubConvention()
The meta-property for the
stubConvention property. |
| Modifier and Type | Method and Description |
|---|---|
static PeriodicSchedule |
PeriodicSchedule.of(LocalDate unadjustedStartDate,
LocalDate unadjustedEndDate,
Frequency frequency,
BusinessDayAdjustment businessDayAdjustment,
StubConvention stubConvention,
boolean preferEndOfMonth)
Obtains an instance based on a stub convention and end-of-month flag.
|
static PeriodicSchedule |
PeriodicSchedule.of(LocalDate unadjustedStartDate,
LocalDate unadjustedEndDate,
Frequency frequency,
BusinessDayAdjustment businessDayAdjustment,
StubConvention stubConvention,
RollConvention rollConvention)
Obtains an instance based on roll and stub conventions.
|
PeriodicSchedule.Builder |
PeriodicSchedule.Builder.stubConvention(StubConvention stubConvention)
Sets the optional convention defining how to handle stubs.
|
PeriodicSchedule |
SchedulePeriod.subSchedule(Frequency frequency,
RollConvention rollConvention,
StubConvention stubConvention,
BusinessDayAdjustment adjustment)
Creates a sub-schedule within this period.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.