adamsaghy commented on code in PR #6264:
URL: https://github.com/apache/fineract/pull/6264#discussion_r3925801641
##########
fineract-e2e-tests-runner/src/test/resources/features/WorkingCapitalPeriodPaymentRate.feature:
##########
@@ -371,6 +371,10 @@ Feature: Working Capital Period Payment Rate
| Effective Date | Previous Rate | New Rate | Reversed |
| 10 January 2026 | 18.0 | 11.0 | false |
| 20 January 2026 | 11.0 | 20.0 | false |
+ And Working capital loan account has the correct period payment rate
history data:
+ | effectiveDate | previousRate | newRate | calculatedAnnualEIR |
dailyPaymentAmount | segmentTerm | reversed |
+ | 10 January 2026 | 18.0 | 11.0 | 0.265288 | 30.56
| 328 | false |
Review Comment:
0.265288 looks way too low... it should percentage, like 26.5288... that way
we truly can have the required 6 precision after the decimal point
--
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]