analyze_cash_out_refinance
Full cash-out refinance waterfall: the largest new loan the property supports across LTV, DSCR and debt-yield, then down through payoff, prepayment penalty and closing costs to net cash in hand. Includes NY CEMA savings when applicable. prepaymentPenaltyPercent is REQUIRED — omitting a penalty overstates the borrower's proceeds by its entire amount, so state 0 explicitly when there is none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noi | Yes | ||
| rate | Yes | New loan rate, percent (6.85 = 6.85%) | |
| state | Yes | ||
| maxLtv | No | ||
| minDscr | No | ||
| cemaEnabled | No | ||
| minDebtYield | No | ||
| propertyValue | Yes | ||
| amortizationYears | Yes | ||
| existingLoanBalance | Yes | ||
| prepaymentPenaltyPercent | Yes | Percent of payoff balance. Required — state 0 if none. |