From abb478d3416a3ec78536998c0dd89617c5a09487 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 8 Jan 2007 22:59:05 +0000 Subject: Finance::Amortization is a simple object oriented interface to an amortization 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 WWW: http://search.cpan.org/dist/Finance-Amortization/ PR: ports/107603 Submitted by: Christopher Boumenot --- finance/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'finance/Makefile') diff --git a/finance/Makefile b/finance/Makefile index 1d647b9e08d5..cc166f64d181 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -46,6 +46,7 @@ SUBDIR += p5-Business-OnlinePayment-eSec SUBDIR += p5-Business-OnlinePayment-iAuthorizer SUBDIR += p5-Business-WorldPay-Junior + SUBDIR += p5-Finance-Amortization SUBDIR += p5-Finance-Currency-Convert SUBDIR += p5-Finance-Currency-Convert-WebserviceX SUBDIR += p5-Finance-Currency-Convert-XE -- cgit v1.2.3