FRDebtEquityRatio

FRDebtEquityRatio(Number totalLiabilities, Number totalEquity)

This function computes the debt equity ratio.

Parameters

Return value

The return value is a Number.

Example

If the total liabilities are 175000.00, the total equity is 215000.00, the return value of the following statement is 0.81.

FRDebtEquityRatio(175000.00, 215000.00)