Returns compound interest parameters.
Category: | Financial |
Returned data type: | DOUBLE |
specifies the initial amount.
Range | a ≥ 0 |
Data type | DOUBLE |
specifies the future amount (at the end of n periods).
Range | f ≥ 0 |
Data type | DOUBLE |
specifies the periodic interest rate expressed as a fraction.
Range | r ≥ 0 |
Data type | DOUBLE |
specifies the number of compounding periods.
Range | n ≥ 0 |
Data type | INTEGER |
select compound(2000,.,0.09/12,30);