Vous êtes sur le site Web historique de la documentation de 4D. Les documentations sont progressivement déplacées vers developer.4d.com

Accueil

 
4D v19
FV

FV 


 

FV ( i , n , m {, f} )  
Paramètre Type   Description
Numérique in The interest rate for a period
Numérique in The number of periods
Numérique in For compound interest: the monthly payment at the end of each period (use a negative value).
For single interest: pass an empty parameter (see example)
Numérique in For single interest rate: the final value at the end of a period (use a negative value)

The FV function calculates:

  • the final value of a sum using compound interest, or
  • the final value of a sum using single interest

To calculate the value acquired during an investment, if the monthly payments are paid at the end of the period, pass the m parameter and omit the f parameter. Here is the formula for this calculation:

To calculate the final value of a sum using single interest, pass the f parameter and pass an empty parameter (,,) for the m placeholder. Here is the formula for this calculation:

Compound interest: you plan on depositing €1,000 each month in a savings account, which earns you 12% annual interest, for 35 months.

FV(1%,35,-1000) //41660.275603126

Single interest rates: same type of scenario as above.

FV(12%,35,,-35*1000) //1847986.69



Voir aussi  

PV

 
PROPRIÉTÉS 

Produit : 4D
Thème : Formules 4D View Pro
Nom intl. : FV

 
PAGE CONTENTS 
 
HISTORIQUE 

 
UTILISATION DE L'ARTICLE

4D View Pro ( 4D v19)