Module: Finrb
- Includes:
- ActiveSupport::Configurable, Newton
- Defined in:
- lib/finrb.rb,
lib/finrb/rates.rb,
lib/finrb/utils.rb,
lib/finrb/config.rb,
lib/finrb/cashflows.rb,
lib/finrb/transaction.rb,
lib/finrb/amortization.rb
Overview
The Finrb 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, Utils