Skip to content

[IMPROVE] Fix trailing calculation for ratios in income statement #173

@codemug

Description

@codemug

What's the feature that should be improved?
The trailing calculation of income statement here

Describe how you would like the feature improved

Income statement contains the following ratios:

Gross Profit Ratio
EBITDA Ratio
Operating Income Ratio
Income Before Tax Ratio
Net Income Ratio

Ratios cannot be simply added. They require multiplication by Least Common Denominator before being added.

Possibly describe the ideal way to improve this
Recalculate the ratios after the trailing values of the numerator and the denominator have been calculated e.g Gross Profit Ratio Trailing = Gross Profit Trailing / Revenue Trailing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions