Share via


InfAdjMethod_OpenBalance_MX.calculate Method [AX 2012]

Calculates the inflation adjustment for the opening balance adjustment method and returns the buffer of the temporary RepomoReportTmp_MX table.

Syntax

public Common calculate(Common _repomoReportTmp)

Run On

Called

Parameters

  • _repomoReportTmp
    Type: Common Table
    The buffer from the RepomoReportTmp_MX temporary table that is used to calculate the total inflation adjustment for the opening balance adjustment method.

Return Value

Type: Common Table
The buffer from the RepomoReportTmp_MX temporary table that has the inflation adjustment values.

Remarks

The method considers the monthly INPC and the inflation ratio to calculate the inflation adjustment for the opening balance adjustment method.

See Also

Reference

InfAdjMethod_OpenBalance_MX Class