module FinancialCalculator
The FinancialCalculator module adheres to the following conventions for financial calculations:
* Positive values represent cash inflows (money received); negative values represent cash outflows (payments). * *principal* represents the outstanding balance of a loan or annuity. * *rate* represents the interest rate _per period_.
Constants
- FutureValue
Calculate the future value of a series of equal of payments
- NetPresentValue
Calculates the present value of a series of equally spaced cashflows of unequal amounts
- PresentValue
Calculate the present value of a series of equal of payments
- VERSION