Skip to content

Commit

Permalink
playing with collapsible menus
Browse files Browse the repository at this point in the history
  • Loading branch information
JerBouma committed Jan 18, 2024
1 parent 1cfcb37 commit 917fc21
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,20 +314,24 @@ The Ratios Module contains over 50+ ratios that can be used to analyse companies

All of these ratios can be calculated based on (lagged) growth as well as trailing (e.g. TTM) metrics. This is embedded in all ratios as well as the financial statements themselves which means it is possible to calculate revenue growth and 12-month (TTM) Price-to-Earnings with the parameters `growth=True` and `trailing=4` respectively. Note that trailing is based on periods therefore TTM can only be calculated by setting `quarterly=True` in the Toolkit initialization.

### Efficiency Ratios ⚙️
- Asset Turnover Ratio
- Inventory Turnover Ratio
- Days of Inventory Outstanding
- Days of Sales Outstanding
- Operating Cycle
- Accounts Payables Turnover Ratio
- Days of Accounts Payable Outstanding
- Cash Conversion Cycle (CCC)
- Cash Conversion Efficiency (CCE)
- Receivables Turnover
- SGA to Revenue Ratio
- Fixed Asset Turnover
- Operating Ratio
<details>
<summary><h3>Efficiency Ratios ⚙️</h3></summary>

- Asset Turnover Ratio
- Inventory Turnover Ratio
- Days of Inventory Outstanding
- Days of Sales Outstanding
- Operating Cycle
- Accounts Payables Turnover Ratio
- Days of Accounts Payable Outstanding
- Cash Conversion Cycle (CCC)
- Cash Conversion Efficiency (CCE)
- Receivables Turnover
- SGA to Revenue Ratio
- Fixed Asset Turnover
- Operating Ratio
</details>


### Liquidity Ratios 💧
- Current Ratio
Expand Down

0 comments on commit 917fc21

Please sign in to comment.