This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 8fe900b57bc1f28c1465ff2b96715bb76130b619 Merge: 5884cf465d 353558297a Author: Adam Saghy <[email protected]> AuthorDate: Thu Jul 2 14:25:07 2026 +0200 Merge pull request #6067 FINERACT-2667: fix buydown fee amortization processing when fee is adjusted after sale to investor .../features/AssetExternalization-Part2.feature | 348 ++++++++++++++++++++- ...oanAmortizationAllocationMappingRepository.java | 8 + .../service/LoanAmortizationAllocationService.java | 2 + .../loanaccount/api/LoansApiResourceSwagger.java | 2 + .../LoanAmortizationAllocationServiceImpl.java | 5 + ...uyDownFeeAmortizationProcessingServiceImpl.java | 9 +- ...zedIncomeAmortizationProcessingServiceImpl.java | 11 +- .../integrationtests/LoanBuyDownFeeTest.java | 85 +++++ .../LoanCapitalizedIncomeTest.java | 86 +++++ 9 files changed, 550 insertions(+), 6 deletions(-)
