Futurebasic/Language/Reference/annuity

From testwiki
Revision as of 05:05, 3 August 2017 by imported>PokestarFan (clean up using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FN Annuity#

Function

✔ Appearance ✔ Standard ✔ Console

Syntax

annuityFactor# = fn annuity#( rate, periods )

Description

Returns the annuity factor for the given interest rate and number of periods. The interest rate should be expressed as a fraction of 1; for example, 5.2 percent should be expressed as 0.052.

Notes

fn annuity# uses the following formula:

annuityFactor#=1(1+rate)periodsrate

See Also

compound

Language Reference

Template:BookCat