-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate "annuity due" #68
Comments
Hello, |
Hi @vettloffah, please update to version 1.1.0 and than use const annuityDueLoan = new Loan(1000, 12, 5, 'annuityDue'); please let me know if it's working for you |
Very cool thanks buddy I will try it out |
@kfiku I'm being told my our corporate accountant that the monthly installment amount is correct for the |
Hello, Ok i will check it next week, Thanks for letting me know |
@vettloffah can you show me an example of similar calculator online, because I can not find any similar examples. Its also interesting that "monthly installment amount is correct", now if I will make first installment with 0 interest rate, than all other installments will be changed. Can you provide some proper example with all installments? |
I need to get an amortization where the payment is made in the beginning of the pay period, not the end. This is known as an "annuity due".
If anyone knows how to modify the calculation to achieve that please let me know.
The text was updated successfully, but these errors were encountered: