An open API service indexing awesome lists of open source software.

https://github.com/seagatesoft/eir-calculator

A program to calculate effective interest rate (EIR) from given present value and a series of cash flow.
https://github.com/seagatesoft/eir-calculator

Last synced: 22 days ago
JSON representation

A program to calculate effective interest rate (EIR) from given present value and a series of cash flow.

Awesome Lists containing this project

README

          

eir-calculator
==============

A program to calculate effective interest rate (EIR) from given present value and a series of cash flow.
It's similar to IRR function in Microsoft Excel.


Given the present value and a series of cash flow, we can transform them into a polynomial function.
The root of this function is calculated using Newton-Raphson method and then will be used to find the EIR.