Generate all the dates between a starting and ending date given a frequency
Introduced in release: 1.9 Component: Generic Purpose:
Given a starting date and an ending date, and a amortization frequency, this routine generates each amortization date between the starting and ending dates, inclusive of the starting and ending dates.
Notes:
This function allows for the adjustment of the dates to business dates including rolling from the previous date.
Results:
The results are returned in the arrays months, days, and years, and the number of dates generated is in num_dates.
Error Conditions:
Returned values should be ignored for a non-zero status. See Errors.