Futurebasic/Language/Reference/annuity

From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Jump to: navigation, search

Contents

[edit] FN Annuity#

[edit] Function

✔ Appearance ✔ Standard ✔ Console

[edit] Syntax

annuityFactor# = fn annuity#( rate, periods )

[edit] 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.


[edit] Notes

fn annuity# uses the following formula:

annuityFactor\# = \frac {1-(1+rate) ^{periods}} {rate}

[edit] See Also

compound

Language Reference

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export