adamsaghy commented on code in PR #5317:
URL: https://github.com/apache/fineract/pull/5317#discussion_r2704422309
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculator.java:
##########
@@ -530,6 +530,34 @@ public Money getPeriodInterestTillDate(@NotNull
ProgressiveLoanInterestScheduleM
recalculatedScheduleModelTillDate.mc());
}
+ @Override
+ public Money calculateInterestForAccelerateMaturity(final
ProgressiveLoanInterestScheduleModel scheduleModel,
Review Comment:
Why do we need this?
Also i really dont like the idea to get parts of the `scheduleModel` from
outside as arguments...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]