Commercial Loan DSCR Calculator Formula
Understand the math behind the commercial loan dscr calculator. Each variable explained with a worked example.
Formulas Used
DSCR
debt_service_coverage = dscrAnnual Debt Service
annual_ds = annual_debt_serviceMonthly Debt Service
monthly_ds = monthly_paymentCash Flow After Debt Service
cash_after_debt = net_operating_income - annual_debt_serviceMax Debt Service at 1.25x DSCR
max_ds_at_125 = max_debt_serviceBreakeven Occupancy (approx)
breakeven_occ = net_operating_income > 0 ? (annual_debt_service / net_operating_income) * 100 : 0Variables
| Variable | Description | Default |
|---|---|---|
net_operating_income | Net Operating Income (NOI)(USD) | 180000 |
loan_amount | Loan Amount(USD) | 1500000 |
interest_rate | Annual Interest Rate(%) | 6.5 |
amortization_years | Amortization Period (years) | 25 |
loan_term_years | Loan Term (years) | 10 |
monthly_rate | Derived value= interest_rate / 100 / 12 | calculated |
amort_payments | Derived value= amortization_years * 12 | calculated |
monthly_payment | Derived value= monthly_rate > 0 ? loan_amount * monthly_rate * pow(1 + monthly_rate, amort_payments) / (pow(1 + monthly_rate, amort_payments) - 1) : loan_amount / amort_payments | calculated |
annual_debt_service | Derived value= monthly_payment * 12 | calculated |
dscr | Derived value= annual_debt_service > 0 ? net_operating_income / annual_debt_service : 0 | calculated |
max_debt_service | Derived value= net_operating_income / 1.25 | calculated |
How It Works
Debt Service Coverage Ratio (DSCR)
DSCR is the most important metric lenders use to evaluate commercial real estate loan applications. It measures whether the property generates enough income to cover its debt payments.
Formula
DSCR = Net Operating Income / Annual Debt Service
Lender Requirements
Impact on Loan Amount
Lenders work backward from DSCR to determine the maximum loan amount: 1. Start with the NOI 2. Divide by the required DSCR to find maximum allowable debt service 3. Calculate the loan amount that produces that debt service
Amortization vs. Term
Worked Example
$180,000 NOI, $1,500,000 loan at 6.5% interest, 25-year amortization, 10-year term.
- 01Monthly payment: approximately $10,133 (25-year amortization at 6.5%)
- 02Annual debt service: $10,133 x 12 = $121,596
- 03DSCR: $180,000 / $121,596 = 1.48x
- 04Cash flow after debt: $180,000 - $121,596 = $58,404
- 05Max debt service at 1.25x: $180,000 / 1.25 = $144,000
- 06DSCR of 1.48x exceeds the typical 1.25x requirement
Ready to run the numbers?
Open Commercial Loan DSCR Calculator