-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
fix: Updates in term loan processing #28034
fix: Updates in term loan processing #28034
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #28034 +/- ##
===========================================
+ Coverage 55.67% 55.71% +0.04%
===========================================
Files 1128 1129 +1
Lines 67335 67471 +136
===========================================
+ Hits 37488 37593 +105
- Misses 29847 29878 +31
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within a week if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within a week if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing. |
Keep-alive! |
1d7c28f
to
68d4981
Compare
@Mergifyio backport version-13-hotfix |
✅ Backports have been created
|
…-28034 fix: Updates in term loan processing (backport #28034)
This PR fixes issue in Loan Repayment Schedule Generation that passes over the month of February
Let's say the repayment start date for the loan is 31-01-2021. After the month of Feb every repayment date in the schedule used to become 28 irrespective of the month. This PR fixes that issue
Before:
After: