Clueless-Community / fintech-api

An API that helps you to deal with your financial calculations
MIT License
90 stars 106 forks source link

[Feature] Interest Coverage Ratio #464

Closed roberanegussie closed 11 months ago

roberanegussie commented 11 months ago

Are you adding a new feature?

Are you enhancing the old feature?

Describe your feature/enhancement.

Interest Coverage Ratio(ICR) helps companies determine how easily they can pay interest on outstanding debt or debt they plan to take on. You can determine it by taking a company’s EBIT (earnings before interest and taxes) and dividing it by the interest payments that must be paid within a period of time.

EBIT = Revenue − COGS − Operating Expenses
ICR = EBIT / IneterestExpense

Eg: Revenue= 150,000; COGS=50,000;  Operating Expenses=40,000;  IneterestExpense=16,000
EBIT = 150,000 - 50,000 - 40,000 = 60,000
ICR = 60,000 / 16,000 = 3.75

Can you add the feature by yourself?

Additional Information

I would like to work on this issue if approved under GSSoC23

github-actions[bot] commented 11 months ago

👋 @roberanegussie

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] commented 11 months ago

Hello @roberanegussie, 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] commented 11 months ago

👋 @roberanegussie This issue is closed.