alberto-art3ch opened a new pull request, #3895: URL: https://github.com/apache/fineract/pull/3895
## Description A balloon payment is the final amount due on a loan that is structured as a series of small monthly payments followed by a single much larger sum at the end of the loan period. The early payments may be all or almost all payments of interest owed on the loan, with the balloon payment being the principal of the loan. So we are able to set the `balloonRepaymentAmount` as part of the Loan Account request as optional value. By default is 0 (zero) [FINERACT-2083](https://issues.apache.org/jira/browse/FINERACT-2083) <img width="1357" alt="Screenshot 2024-05-17 at 2 50 30 a m" src="https://github.com/apache/fineract/assets/154766431/32e5399b-b69f-4c05-ae12-434817ad193c"> ## Checklist Please make sure these boxes are checked before submitting your pull request - thanks! - [ ] Write the commit message as per https://github.com/apache/fineract/#pull-requests - [ ] Acknowledge that we will not review PRs that are not passing the build _("green")_ - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers. - [ ] Create/update unit or integration tests for verifying the changes made. - [ ] Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions. - [ ] Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes - [ ] Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.) FYI our guidelines for code reviews are at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
