File: RATE-Function.properties

package info (click to toggle)
libformula 1.1.7.dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: java: 17,370; xml: 1,541; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
display-name=RATE
description=Calculates the constant interest rate of an investment with regular payments.
parameter.0.display-name=NPER
parameter.0.description=Payment period. The total number of periods in which the annuity (pension) is paid.
parameter.1.display-name=PMT
parameter.1.description=Regular payments. The constant annuity to be paid in each period.
parameter.2.display-name=PV
parameter.2.description=Present value. The current value of a series of payments
parameter.3.display-name=FV
parameter.3.description=Future value. The value (end value) to be attained after the final payment.
parameter.4.display-name=Type
parameter.4.description=Type = 1 denotes due at the beginning of the period, = 0 at the end.
parameter.5.display-name=Guess
parameter.5.description=Guess. The estimate of the interest rate for the iterative calculating method.