-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
Description
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.