Uses of Interface
com.opengamma.strata.basics.date.DateAdjuster
-
Packages that use DateAdjuster Package Description com.opengamma.strata.basics.date Tools for working with dates.com.opengamma.strata.basics.schedule Basic financial tools for working with date-based schedules. -
-
Uses of DateAdjuster in com.opengamma.strata.basics.date
Methods in com.opengamma.strata.basics.date that return DateAdjuster Modifier and Type Method Description static DateAdjuster
DateAdjusters. nextLeapDay()
Obtains an instance that finds the next leap day after the input date.static DateAdjuster
DateAdjusters. nextOrSameLeapDay()
Obtains a date adjuster that finds the next leap day on or after the input date.DateAdjuster
BusinessDayAdjustment. resolve(ReferenceData refData)
Resolves this adjustment using the specified reference data, returning an adjuster.DateAdjuster
DaysAdjustment. resolve(ReferenceData refData)
Resolves this adjustment using the specified reference data, returning an adjuster.DateAdjuster
PeriodAdjustment. resolve(ReferenceData refData)
Resolves this adjustment using the specified reference data, returning an adjuster.DateAdjuster
TenorAdjustment. resolve(ReferenceData refData)
Resolves this adjustment using the specified reference data, returning an adjuster. -
Uses of DateAdjuster in com.opengamma.strata.basics.schedule
Methods in com.opengamma.strata.basics.schedule with parameters of type DateAdjuster Modifier and Type Method Description Schedule
Schedule. toAdjusted(DateAdjuster adjuster)
Converts this schedule to a schedule where the start and end dates are adjusted using the specified adjuster.SchedulePeriod
SchedulePeriod. toAdjusted(DateAdjuster adjuster)
Converts this period to one where the start and end dates are adjusted using the specified adjuster.
-