Views:

Description

Calculate future value of an annuity based on periodic, constant payments and a constant interest rate.

Signature 

AAnnuity_FV('rate', 'nper', 'pmt', ['pv'], ['type'])

Parameters

NameRequiredTypeDescription
rateYesdoubleThe interest rate per period.
nperYesdoubleThe total number of payment periods in an annuity.
pmtYesdoubleThe payment made each period; it cannot change over the life of the annuity.
pvNodoubleThe present value, or the lump-sum amount that a series of future payments is worth right now.
typeNointThe number 0 (the end of the period) or 1 (the start of the period), indicates when payments are due

Example 1

Annuity_FV(0.08/12, 60, 0, -10000) Returns 14898.45