Clueless-Community / fintech-api

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

[Feature] Margin of Safety #465

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.

Margin of Safety is the gap between present or estimated future sales and the break-even point. This is the minimum sales level needed to prevent loss from selling the product.

Margin of Safety =((CurrentSales - Break-Even Pointโ€‹) / CurrentSales )*100
CurrentSales  = 50,000; Break-Even Point= 46,000
Margin of Safety =((50,000 - 46,000) / 50,000 )*100 = 8%

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.