Skip to content

Debt Service Coverage Ratio API Reference

This page documents the API for the Debt Service Coverage Ratio function in Pypulate.

Debt Service Coverage Ratio (DSCR) calculation.

debt_service_coverage_ratio(net_operating_income, total_debt_service)

Calculate Debt Service Coverage Ratio (DSCR).

DSCR = Net Operating Income / Total Debt Service

Parameters:

Name Type Description Default
net_operating_income float

Net operating income

required
total_debt_service float

Total debt service

required

Returns:

Type Description
dict

DSCR value and interpretation