You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby...@ruby-lang.org, נדיר כהן
Hi,
I want to announce and share my humble finrb gem. (based on finance
gem/FinCal R pkg)
Any help/usage/commentary will be greatly appreciated.
(I find it reasonable to announce it by now to this mailing list.)
- Uses the [flt](https://github.com/jgoizueta/flt) gem to ensure
precision decimal arithmetic in all calculations.
- Fixed-rate mortgage amortization (30/360).
- Interest rates
- Various cash flow computations, such as NPV and IRR.
- Adjustable rate mortgage amortization.
- Payment modifications (i.e., how does paying an additional $75 per
month affect the amortization?)
- Utils class provides basic financial calculation utilities (ported
from R's [FinCal](https://github.com/felixfan/FinCal) library)
## What are the main difference between this Ruby project and similar ones?
Maintained; and sadly there aren't other financial gems available..
even basic as this.