const noi = income - expenses; const dscr = debt > 0 ? (noi / debt).toFixed(2) : 0; const rating = dscr >= 1.5 ? "Excellent" : dscr >= 1.25 ? "Good" : dscr >= 1 ? "Acceptable" : "Poor";
const noi = income - expenses; const dscr = debt > 0 ? (noi / debt).toFixed(2) : 0; const rating = dscr >= 1.5 ? "Excellent" : dscr >= 1.25 ? "Good" : dscr >= 1 ? "Acceptable" : "Poor";
Subscribe to our RSS feed, and you will be able to receive the latest news and updates the moment it happens! the home bdscr
const noi = income - expenses; const dscr = debt > 0 ? (noi / debt).toFixed(2) : 0; const rating = dscr >= 1.5 ? "Excellent" : dscr >= 1.25 ? "Good" : dscr >= 1 ? "Acceptable" : "Poor";