Share

jFin

File Release Notes and Changelog

Release Name: B_0_2_0

Notes:
Added adjust(List<Period>,BusinessDayConvention) method to HolidayCalendar to allow entire schedules to be adjusted.
Introduced strongly typed new ScheduleGenerator.
Modified HolidayCalendar and HolidayCalendarFactory to support generics.
Added org.jfin.date.accrual package to provide common functionality for manipulating accrual periods.
Added copy constructor to Period and it's subclasses.
Added org.jfin.date.accrual.impl to provide implementations of fixed and floating accrual periods.
Created implementation of fixed and floating accrual periods.
Created implementation of accrual schedule which adjusts and calculates payments for accrual periods.

Changes: Added adjust(List<Period>,BusinessDayConvention) method to HolidayCalendar to allow entire schedules to be adjusted. Introduced strongly typed new ScheduleGenerator. Modified HolidayCalendar and HolidayCalendarFactory to support generics. Added org.jfin.date.accrual package to provide common functionality for manipulating accrual periods. Added copy constructor to Period and it's subclasses. Added org.jfin.date.accrual.impl to provide implementations of fixed and floating accrual periods. Created implementation of fixed and floating accrual periods. Created implementation of accrual schedule which adjusts and calculates payments for accrual periods.