deal_quick_check
Run a deterministic, lender-grade quick check on a real-estate deal. Inputs: deal_type (FF | BRRRR | NC), purchase_price, arv_or_value (ARV for FF, refinance value for BRRRR, sellout for NC), rehab_budget, zip_code; optional annual_debt_service, noi_annual, units, units_to_hold. Returns a PASS / MARGINAL / FAIL verdict, the key financial metrics for that deal type (MAO and margin for FF, TPC and DSCR for BRRRR, TPC plus margin or DSCR for NC), and a one-paragraph summary. Math is identical to the underwriting pipeline used in Refpro's full deal pack — no estimates, no rounding shortcuts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | ||
| zip_code | Yes | ||
| deal_type | Yes | ||
| noi_annual | No | ||
| arv_or_value | Yes | ||
| rehab_budget | Yes | ||
| units_to_hold | No | ||
| purchase_price | Yes | ||
| annual_debt_service | No |