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.
- Host: GitHub
- URL: https://github.com/seagatesoft/eir-calculator
- Owner: seagatesoft
- Created: 2012-06-28T11:46:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T15:46:04.000Z (almost 14 years ago)
- Last Synced: 2025-01-07T23:56:24.804Z (over 1 year ago)
- Language: Java
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.