adamsaghy commented on code in PR #5219:
URL: https://github.com/apache/fineract/pull/5219#discussion_r2661191545
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/data/ProgressiveLoanInterestScheduleModel.java:
##########
@@ -69,6 +69,12 @@ public class ProgressiveLoanInterestScheduleModel {
@Setter
private LocalDate lastOverdueBalanceChange;
+ @Setter
+ private boolean allowFullTermForTranche = false;
Review Comment:
This should be part of `loanProductRelatedDetail`
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/data/ProgressiveLoanInterestScheduleModel.java:
##########
@@ -69,6 +69,12 @@ public class ProgressiveLoanInterestScheduleModel {
@Setter
private LocalDate lastOverdueBalanceChange;
+ @Setter
+ private boolean allowFullTermForTranche = false;
+
+ @Setter
+ private int originalNumberOfRepayments;
Review Comment:
This already available on the `loanProductRelatedDetail`
--
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]