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.
Fills the InpcRateTmp_MX table with the monthly INPC rates and returns the table buffer.
Syntax
private InpcRateTmp_MX populateInpcRateTmp(
FromDate _fromDate,
ToDate _toDate,
InfAdjMethod_MX _infAdjMethod)
Run On
Server
Parameters
- _fromDate
Type: FromDate Extended Data Type
The starting date to consider the INPC rates.
- _toDate
Type: ToDate Extended Data Type
The ending date to consider the INPC rates.
- _infAdjMethod
Type: InfAdjMethod_MX Class
An instance of the InfAdjMethod_MX class.
Return Value
Type: InpcRateTmp_MX Table
The InpcRateTmp_MX table with the monthly INPC rates.
Remarks
This method determines whether INPC rates exists for the date range and inserts them into the InpcRateTmp_MX table.