https://bugs.kde.org/show_bug.cgi?id=431160
Bug ID: 431160 Summary: Loan account calculates wrong data Product: kmymoney Version: 5.1.0 Platform: openSUSE RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: proje...@localside.net Target Milestone: --- KMyMoney Version: ``` kmymoney --version kmymoney 5.1.0 ``` **Steps to reproduce:** 1) Account -> New Account 2) Choose a bank 3) Choose account type: Load (or credit) 4) Type: Take a loan Frequency: monthly interest change rate: monthly fixed interest 5) loan amount: 150000 \ interest rate: 1% \ duration: 312 month \ rest: 381.01 6) calculate **Expected results:** Amortization should be: 544.65 **Actual results:** Amortization: 545.10 **What works** Insert the following: 5) loan amount: 150000 \ interest rate: 1% \ duration: 313 month \ amortization: 544.65 \ rest: 0,00 But then the rest is wrong (should be 381.01) and it should be 312 rates plus one rate with the rest. -- You are receiving this mail because: You are the assignee for the bug.