Share via


InfAdjMethod_MonthBalance_MX.calculate Method [AX 2012]

Calculates the inflation adjustment for adjustment method Monthly Balance and returns the RepomoReportTmp_MX temporary table buffer.

Syntax

public Common calculate(Common _repomoReportTmp)

Run On

Called

Parameters

  • _repomoReportTmp
    Type: Common Table
    The RepomoReportTmp_MX temporary table buffer to use to calculate the total inflation adjustment for adjustment method Monthly Balance.

Return Value

Type: Common Table
The RepomoReportTmp_MX temporary table buffer with inflation adjustment values for adjustment method Monthly Balance.

Remarks

The process considers the monthly INPC and inflation ratio to calculate the inflation adjustment for the adjustment method Monthly Balance.

See Also

Reference

InfAdjMethod_MonthBalance_MX Class