4D v19RATE |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
RATE
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RATE ( n , m , p {, f} ) | ||||||||
| Paramètre | Type | Description | ||||||
| n | Numérique |
|
The number of periods | |||||
| m | Numérique |
|
The monthly payment paid at the end of the period (use a negative number). For future value: pass an empty parameter (see example) |
|||||
| p | Numérique |
|
The current value of the loan | |||||
| f | Numérique |
|
The future value (use a negative number) | |||||
The RATE function returns the interest rate corresponding to the values passed in parameters. Two formulas can be used:


You borrowed 3,000 euros and your monthly payments are 1,000 euros over 5 months:
RATE(5,-1000,3000) //0.19You borrowed 2,800 euros and the total paid value is 6,000 euros over 5 months:
RATE(5,,2800,-6000) //0.16
Produit : 4D
Thème : Formules 4D View Pro
Nom intl. : RATE
4D View Pro ( 4D v19)
Ajouter un commentaire