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 54723edfac Merge pull request #6140
add 54509ef111 FINERACT-2455: Add IRR based calculation for working
capital schedule model, fix amortization rounding drift, add multiple payment
rate change support
new c84a436f6f Merge pull request #6171
The 1 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:
.../WorkingCapitalAmortizationScheduleStepDef.java | 51 +++
.../WorkingCapitalAmortizationSchedule.feature | 439 ++++++++++++---------
.../WorkingCapitalDiscountAdjustment.feature | 4 +-
.../WorkingCapitalDiscountAmortization.feature | 42 +-
.../features/WorkingCapitalLoanDetails.feature | 4 +-
.../features/WorkingCapitalLoanRepayment.feature | 10 +-
.../calc/ProjectedAmortizationScheduleModel.java | 275 +++++++++----
.../workingcapitalloan/calc/TvmFunctions.java | 116 +++---
...WorkingCapitalLoanApplicationDataValidator.java | 4 +-
.../WorkingCapitalLoanDataValidator.java | 4 +-
...alLoanAmortizationScheduleWriteServiceImpl.java | 13 +-
...rojectedAmortizationScheduleCalculatorTest.java | 43 +-
.../WorkingCapitalLoanEirValidationTest.java | 88 ++++-
.../WorkingCapitalLoanRepaymentTest.java | 2 +-
14 files changed, 703 insertions(+), 392 deletions(-)