This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 81ed0260b FINERACT-2169: Refactor api to concrete types and add
validation;
new b4b9d3ea7 FINERACT-1981: Fix calculation new way when applies multi
disbursement
new e02420f99 FINERACT-1981: Fix interest calculation logic (rounding
issues with sub interest periods)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../test/resources/features/EMICalculation.feature | 384 ++++++------
.../src/test/resources/features/Loan.feature | 14 +-
.../resources/features/LoanAccrualActivity.feature | 344 +++++-----
.../test/resources/features/LoanChargeOff.feature | 8 +-
.../test/resources/features/LoanChargeback.feature | 10 +-
.../resources/features/LoanInterestPause.feature | 12 +-
.../test/resources/features/LoanRepayment.feature | 26 +-
.../loanproduct/calc/ProgressiveEMICalculator.java | 22 +-
.../loanproduct/calc/data/EmiChangeOperation.java | 7 +
.../loanproduct/calc/data/InterestPeriod.java | 11 +-
.../data/ProgressiveLoanInterestScheduleModel.java | 19 +-
.../loanproduct/calc/data/RepaymentPeriod.java | 61 +-
.../calc/ProgressiveEMICalculatorTest.java | 692 ++++++++++-----------
...PaymentAllocationLoanRepaymentScheduleTest.java | 12 +-
.../integrationtests/BaseLoanIntegrationTest.java | 4 +-
.../LoanInterestRecalculationCOBTest.java | 8 +-
.../integrationtests/LoanInterestRefundTest.java | 49 +-
.../LoanTransactionChargebackTest.java | 8 +-
18 files changed, 870 insertions(+), 821 deletions(-)