Open vettloffah opened 1 year ago
Hello, For now its not possible. I will try to add this option to calculation and let you know. Thanks, Grzegorz
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
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 annuityDue
option. However when calculating annuity due, the first payment should have $0.00 interest since the payment is made at the beginning of the billing period. Currently the software package is returning interest including in the first installment.
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.