Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates that the INPC rates are available within the date range.
Syntax
public boolean validateInflationRate(
FromDate _fromDate,
ToDate _toDate,
int _monthDiff)
Run On
Called
Parameters
- _fromDate
Type: FromDate Extended Data Type
The start date to check for the INPC rate for the month and year.
- _toDate
Type: ToDate Extended Data Type
The end date to check for the INPC rate for the month and year.
- _monthDiff
Type: int
The difference in months between the start and end dates.
Return Value
Type: boolean
true if the INPC rates are found for the date range; otherwise, false.
Remarks
This step is used as a pre-check before the start of the inflation adjustment process.