fintech-api icon indicating copy to clipboard operation
fintech-api copied to clipboard

[Feature] Loan Amortization function

Open Anantashayana opened this issue 2 years ago • 2 comments

Are you adding a new feature?

  • [x] YES
  • [ ] NO

Are you enhancing the old feature?

  • [ ] YES
  • [x] NO

Is your feature request related to a problem?

  • [x] YES
  • [ ] NO

Describe your feature/enhancement.

In banking and finance, an amortizing loan is a loan where the principal of the loan is paid down over the life of the loan according to an amortization schedule, typically through equal payments. Create a Loan Amortization API that calculates the loan amortization schedule, including the breakdown of principal and interest payments over the loan term.

Can you add the feature by yourself?

  • [x] YES
  • [ ] NO

Additional Information

Implement a function that takes inputs such as loan amount, interest rate, loan term, and payment frequency. Utilize the appropriate formula to calculate the amortization schedule, considering factors such as compounding periods and the allocation of payments towards principal and interest. The API should return the amortization schedule as a structured output, providing details for each payment, including the remaining balance, principal portion, interest portion, and total payment amount. This functionality will enable users to understand the repayment structure of their loans and plan their finances accordingly.

Anantashayana avatar Jul 01 '23 07:07 Anantashayana

👋 @Anantashayana

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.

Please make sure you have given us as much context as possible.

github-actions[bot] avatar Jul 01 '23 07:07 github-actions[bot]

Hello @Anantashayana, thank you for raising an issue. 🙌 I have assigned the issue to you. You can now start working on it. If you encounter any problems, please feel free to connect with us. 👍

github-actions[bot] avatar Jul 01 '23 10:07 github-actions[bot]