budaidev commented on code in PR #6264:
URL: https://github.com/apache/fineract/pull/6264#discussion_r3872517397
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/domain/WorkingCapitalLoanPeriodPaymentRateChange.java:
##########
@@ -58,6 +64,26 @@ public class WorkingCapitalLoanPeriodPaymentRateChange
extends AbstractAuditable
@Column(name = "reversed_on_date")
private LocalDate reversedOnDate;
+ /**
+ * Snapshot of what the amortization schedule computed for the segment
this change opened, taken once when the
+ * change was booked. Nullable: changes booked before the snapshot existed
never had one, and it cannot be
+ * reconstructed from a schedule model that has since been rewritten.
+ */
+ @Column(name = "eir", scale = EIR_SCALE, precision = 19)
+ private BigDecimal eir;
Review Comment:
fixed
--
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]