Views:

Description

Calculate the periodic payment for an annuity.

Signature 

Annuity_PMT('rate', 'nper', 'pv', ['fv'], ['type'])

Parameters

NameRequiredTypeDescription
rateYesdoubleThe interest rate for the loan.
nperYesdoubleThe total number of payments for the loan.
pvYesdoubleThe present value, or the total amount that a series of future payments is worth now; also known as the principal.
fvNodoubleThe future value, or a cash balance you want to attain after the last payment is made.
typeNointThe number 0 (the end of the period) or 1 (the start of the period), indicates when payments are due.

Example 1

Annuity_PMT(0.08 / 12, 24, 75000) Returns -3392.04