Module: FinancialCalculator

Defined in:
lib/financial_calculator.rb,
lib/financial_calculator/rates.rb,
lib/financial_calculator/version.rb,
lib/financial_calculator/cashflows.rb,
lib/financial_calculator/transaction.rb,
lib/financial_calculator/amortization.rb

Overview

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_.

Defined Under Namespace

Modules: Cashflow Classes: Amortization, Interest, Payment, Rate, Transaction

Constant Summary collapse

VERSION =
'2.1.0'