Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finance::Amortization is a simple object oriented interface to an amortization | miwi | 2007-01-09 | 4 | -0/+43 |
table. Pass in the principal to be amortized, the number of payments to be made, and the interest rate per payment. It will calculate the rest on demand, and provides a few methods to ask for the state of the table after a given number of periods. Authors: Nathan Wagner <nw@hydaspes.if.org> WWW: http://search.cpan.org/dist/Finance-Amortization/ PR: ports/107603 Submitted by: Christopher Boumenot <boumenot at gmail.com> |