FRInterestCoverage

FRInterestCoverage(number cashFlow, number interestExpenses)

This function computes the interest coverage.

Parameters

Return value

The return value is a Number.

Example

If the cash flow is 250000.00, the interest expenses are 350000.00, the return value of the following statement is 0.71.

FRInterestCoverage(250000.00, 350000.00)