Description
FREquityVsTotalAssets returns the ratio between TotalEquity and TotalAssets.
Format
FREquityVsTotalAssets(TotalEquity, TotalAssets)
Arguments
TotalEquity is a Number or formula. In general, TotalEquity consist of common stocks, preferred stocks, capital surplus, and retained earnings in a company's balance sheet.
TotalAssets is a Number or formula. In general, TotalAssets consist of total current assets, net fixed assets and all other assets in a company's balance sheet.
Action
FREquityVsTotalAssets returns the ratio between TotalEquity and TotalAssets (for example, EquityVsTotalAssets = TotalEquity / TotalAssets).
Typical uses
This ratio is used to measure the financial structure of a company. The higher the ratio, the stronger a company's capital structure and the better it is capitalized.
Examples
FREquityVsTotalAssets(2, 4)
Returns 0.5.
FREquityVsTotalAssets(2.82, 18.8)
Returns 0.15.
None of the arguments can be negative; you may have to check for negative values before passing the arguments.
TotalEquity must be smaller or equal to TotalAssets, otherwise you will receive an error message.
Comments
FREquityVsTotalAssets is one of the many financial analysis tools used in interpreting the financial position of a company. As in the case of all ratios, it has to be used with caution. It can just be used as a clue and not solid proof for forming a judgment on the financial status of a company.
Neither one of the ratios can be used alone for doing financial analysis and there are no fixed rules on the results of the ratios. Apart from differences between type of industries, result varies among different companies within the same industry and within different account periods. The results should only be used for relative comparison and trend analysis, rather than treating them as something absolute.