Skip to content
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

[Feature] Retention Ratio #491

Open
4 of 8 tasks
roberanegussie opened this issue Aug 2, 2023 · 2 comments
Open
4 of 8 tasks

[Feature] Retention Ratio #491

roberanegussie opened this issue Aug 2, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request gssoc23 level3

Comments

@roberanegussie
Copy link
Contributor

Are you adding a new feature?

  • YES
  • NO

Are you enhancing the old feature?

  • YES
  • NO

Is your feature request related to a problem?

  • YES
  • NO

Describe your feature/enhancement.

I would like to add a feature to calculate Retention Ratio which is the portion of company earnings that stays within its coffers as opposed to earnings distributed among shareholders. It determines how much of what a company earns will be reinvested for growth. Such retained earnings may be viewed as an opportunity cost of distributing stockholders’ dividends for reinvestment in outside the company.

RetentionRatio = ((NetIncome − DividendsDistributed​) / NetIncome) * 100
Net income: 200,000
Dividends distributed: 40,000
RetentionRatio = ((200,000 - 40,000) / 200,000) * 100 = 80%

Can you add the feature by yourself?

  • YES
  • NO

Additional Information

I would like to work on this issue if it is accepted under GSSoC'23.

@roberanegussie roberanegussie added the enhancement New feature or request label Aug 2, 2023
@github-actions
Copy link

github-actions bot commented Aug 2, 2023

👋 @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
Copy link

github-actions bot commented Aug 8, 2023

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. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc23 level3
Projects
None yet
Development

No branches or pull requests

2 participants