fV Function

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

Calculates the future value of an investment.

real fV(real amount, real interest, real life)

Parameters

Parameter

Description

amount

The amount paid in during each period.

interest

The interest rate.

life

The number of investment periods.

Return Value

The future value of the investment.

Remarks

  • fV(100,0.14,10); //Returns the value 1933.73.

  • fV(400,0.10,5); //Returns the value 2442.04.

See also

pV Function

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