Documentation
¶
Overview ¶
Package dscrratio implements debt service coverage ratio (DSCR) math — the number that decides most rental-property loans. DSCR = net operating income / annual debt service. It is the same math behind the DSCRRadar DSCR loan calculator at https://dscrradar.com/dscr-loan-calculator/.
Quick example:
ratio := dscrratio.DSCR(24_000.0, 20_000.0) // NOI / annual debt service // ratio ~= 1.2 _ = dscrratio.Verdict(ratio) // "tight" — 1.20-1.25 is tight for most DSCR lenders
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnnualDebtService ¶
AnnualDebtService returns the annual debt service from a monthly payment.
func MonthlyPayment ¶
MonthlyPayment returns the monthly payment on a fully-amortizing fixed-rate loan (standard amortization formula).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.