Uses of Interface
com.opengamma.strata.basics.date.DayCount.ScheduleInfo
-
Packages that use DayCount.ScheduleInfo 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 DayCount.ScheduleInfo in com.opengamma.strata.basics.date
Methods in com.opengamma.strata.basics.date with parameters of type DayCount.ScheduleInfo Modifier and Type Method Description default double
DayCount. relativeYearFraction(LocalDate firstDate, LocalDate secondDate, DayCount.ScheduleInfo scheduleInfo)
Gets the relative year fraction between the specified dates.double
DayCount. yearFraction(LocalDate firstDate, LocalDate secondDate, DayCount.ScheduleInfo scheduleInfo)
Gets the year fraction between the specified dates. -
Uses of DayCount.ScheduleInfo in com.opengamma.strata.basics.schedule
Classes in com.opengamma.strata.basics.schedule that implement DayCount.ScheduleInfo Modifier and Type Class Description class
Schedule
A complete schedule of periods (date ranges), with both unadjusted and adjusted dates.
-