adamsaghy commented on code in PR #6264:
URL: https://github.com/apache/fineract/pull/6264#discussion_r3925807473


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/domain/WorkingCapitalLoanPeriodPaymentRateChange.java:
##########
@@ -62,6 +62,16 @@ public class WorkingCapitalLoanPeriodPaymentRateChange 
extends AbstractAuditable
     @Column(name = "submitted_on_date", nullable = false)
     private LocalDate submittedOnDate;
 
+    /** Snapshot taken when the change was booked, never restated; null for 
changes booked before it existed. */
+    @Column(name = "calculated_annual_eir", scale = 6, precision = 19)
+    private BigDecimal calculatedAnnualEir;

Review Comment:
   This should store the percentage amount like "26.123456"



-- 
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]

Reply via email to