Difference between revisions of "PAYMENT()"

From Lianjapedia
Jump to: navigation, search
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to calculate the payment on a loan
 
Function to calculate the payment on a loan
 
  
 
==Syntax==
 
==Syntax==
 
PAYMENT(<expN1>,<expN2>,<expN3>)
 
PAYMENT(<expN1>,<expN2>,<expN3>)
 
  
 
==See Also==
 
==See Also==
 
[[CAGR()]], [[FV()]], [[LOG10()]], [[PI()]], [[PMT()]], [[PV()]]
 
[[CAGR()]], [[FV()]], [[LOG10()]], [[PI()]], [[PMT()]], [[PV()]]
 
  
 
==Description==
 
==Description==
 
The PAYMENT() function is synonymous with the PMT() function.  It calculates the payment on a loan where <expN1> is the principal amount of the loan, <expN2> is the periodic interest rate and <expN3> is the number of payment periods of the loan.  Interest rates must be converted to fractions of one (e.g. 25% = .25).
 
The PAYMENT() function is synonymous with the PMT() function.  It calculates the payment on a loan where <expN1> is the principal amount of the loan, <expN2> is the periodic interest rate and <expN3> is the number of payment periods of the loan.  Interest rates must be converted to fractions of one (e.g. 25% = .25).
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
     110.00
 
     110.00
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==
Recital, Recital Server
+
Lianja, Lianja Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 09:08, 4 February 2013

Purpose

Function to calculate the payment on a loan

Syntax

PAYMENT(<expN1>,<expN2>,<expN3>)

See Also

CAGR(), FV(), LOG10(), PI(), PMT(), PV()

Description

The PAYMENT() function is synonymous with the PMT() function. It calculates the payment on a loan where <expN1> is the principal amount of the loan, <expN2> is the periodic interest rate and <expN3> is the number of payment periods of the loan. Interest rates must be converted to fractions of one (e.g. 25% = .25).

Example

? payment(100,10,1)
    110.00

Products

Lianja, Lianja Server