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 doubleDayCount. relativeYearFraction(LocalDate firstDate, LocalDate secondDate, DayCount.ScheduleInfo scheduleInfo)Gets the relative year fraction between the specified dates.doubleDayCount. 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 classScheduleA complete schedule of periods (date ranges), with both unadjusted and adjusted dates.
-