Skip to content

Commit

Permalink
FINERACT-1981: Enhance EMI Calculator Daily Interest calculation for …
Browse files Browse the repository at this point in the history
…Accrual
  • Loading branch information
janez89 committed Nov 4, 2024
1 parent 04ff462 commit 0dd5d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ public void verifyUC13() {
verifyTransactions(loanId, transaction(250.0, "Disbursement", "01 January 2021"), //
transaction(750.0, "Disbursement", "01 January 2021"), //
transaction(500.0, "Merchant Issued Refund", "22 January 2021"), //
transaction(2.88, "Interest Refund", "22 January 2021") //
transaction(2.87, "Interest Refund", "22 January 2021") //
);
});
runAt("26 January 2021", () -> {
Expand Down

0 comments on commit 0dd5d15

Please sign in to comment.