Index: openacs-4/packages/accounts-finance/tcl/finance-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/tcl/finance-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/accounts-finance/tcl/finance-procs.tcl 13 Aug 2010 06:41:13 -0000 1.12 +++ openacs-4/packages/accounts-finance/tcl/finance-procs.tcl 27 Mar 2018 17:08:50 -0000 1.13 @@ -309,7 +309,7 @@ } { Provides table of common loan data for complex modeling. Interest is compounded per interval (period). - If a list of payments are supplied, they are applied in order with first payment at end of period 1. Second payment at end of period 2 etc. and final payment is repeated until loan is paid in full or number of loan years is complete. If the last payment is zero, the balance remaining is reported as a baloon payment. + If a list of payments are supplied, they are applied in order with first payment at end of period 1. Second payment at end of period 2 etc. and final payment is repeated until loan is paid in full or number of loan years is complete. If the last payment is zero, the balance remaining is reported as a balloon payment. If no payments are supplied, a constant payment is calculated and assumed. Returns elements of query in list pairs of period number provided. Period 0 is before loan begins. Use "summary" to return summary accumulations. "all" to return all data as ordered list of lists; first list containing data names. } {