aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Amortization
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.8.8Martin Wilke2008-02-202-4/+4
| | | | | | | | | PR: 120395 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=207644
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Finance::Amortization is a simple object oriented interface to an amortizationMartin Wilke2007-01-084-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> Notes: svn path=/head/; revision=181809