Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FINERACT-1981: fix interest multi disbursement #4260

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

janez89
Copy link
Contributor

@janez89 janez89 commented Jan 11, 2025

This P.R. includes a fix for interest calculation multi-disbursement case.

@janez89 janez89 marked this pull request as draft January 11, 2025 11:05
@@ -361,7 +381,7 @@ private void checkAndAdjustEmiIfNeededOnRelatedRepaymentPeriods(final Progressiv
});
calculateOutstandingBalance(scheduleModel);
adjustCounter++;
} while (emiAdjustment.hasUncountablePeriods() && adjustCounter < 3);
} while (adjustCounter <= 3);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can raise a PR for this enhancement.

@janez89 janez89 force-pushed the bugfix/FINERACT-1981__fix_interest_multi_disbursement branch from 5fe7ef6 to 83cc0a4 Compare January 15, 2025 19:22
@janez89 janez89 marked this pull request as ready for review January 15, 2025 19:23
@janez89 janez89 force-pushed the bugfix/FINERACT-1981__fix_interest_multi_disbursement branch from 83cc0a4 to bcc7267 Compare January 17, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants