AnnualRateOfFlow

The AnnualRateOfFlow built-in Glb.Financial method calculates the annual rate of flow required to reduce the present value to zero in the specified number of time units.

The following calculation is used:

Refer to Glb.Financial Built-In Methods for more information on designations used in this calculation.

Failure behavior

The AnnualRateOfFlow method can return an inconsistent result if an error occurs. The Glb.Status built-in segment attribute should be verified before the result is used.

If assigning the result to a signed number-primitive variable, truncation of significant digits occurs without warning if it is not of a sufficient length.

Syntax

Glb.Financial::AnnualRateOfFlow(
presentValue : numericExpression,
interestRate : numericExpression,
timeUnits : numericExpression) : numericLiteral

  

Owner

Glb.Financial.

Return type

A numeric literal, length and decimal properties of which can vary. As a guideline, the internal intermediate work files are stored as USAGE COMP-2, and rounded on output.

Parameters