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 DateAdjusterDateAdjusters. nextLeapDay()Obtains an instance that finds the next leap day after the input date.static DateAdjusterDateAdjusters. nextOrSameLeapDay()Obtains a date adjuster that finds the next leap day on or after the input date.DateAdjusterBusinessDayAdjustment. resolve(ReferenceData refData)Resolves this adjustment using the specified reference data, returning an adjuster.DateAdjusterDaysAdjustment. resolve(ReferenceData refData)Resolves this adjustment using the specified reference data, returning an adjuster.DateAdjusterPeriodAdjustment. resolve(ReferenceData refData)Resolves this adjustment using the specified reference data, returning an adjuster.DateAdjusterTenorAdjustment. 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 ScheduleSchedule. toAdjusted(DateAdjuster adjuster)Converts this schedule to a schedule where the start and end dates are adjusted using the specified adjuster.SchedulePeriodSchedulePeriod. toAdjusted(DateAdjuster adjuster)Converts this period to one where the start and end dates are adjusted using the specified adjuster.
-