Learn R Programming

FinCal (version 0.6.3)

total.d2e: total debt-to-equity -- Solvency ratios measure the firm's ability to satisfy its long-term obligations.

Description

total debt-to-equity -- Solvency ratios measure the firm's ability to satisfy its long-term obligations.

Usage

total.d2e(td, te)

Arguments

td
total debt
te
total equity

See Also

total.d2e

debt.ratio

financial.leverage

Examples

Run this code
total.d2e(td=6000,te=20000)

Run the code above in your browser using DataLab