pV Function

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

Calculates the present value of an annuity, where an amount is received over multiple periods and the interest rate is deducted for each period.

real pv(real amount, real interest, real life)

Parameters

Parameter

Description

amount

The amount paid during each period.

interest

The interest rate.

life

The number of times that the value specified by the amount parameter is paid.

Return Value

The current value of an annuity.

Remarks

  • pv(300,0.14,4); //Returns the value 874.11.

See also

fV Function

Announcements: To see known issues and recent fixes, use Issue search in Microsoft Dynamics Lifecycle Services (LCS).