estimate_closing_costs
Itemize commercial closing costs for a New York or Florida transaction — lender, title, government (mortgage recording tax, transfer taxes) prepaid and third-party lines. Returns every line item plus totals. For New York you MUST say whether the property is in New York City: the city's recording and transfer taxes are several times the upstate rates and one of them does not exist outside the five boroughs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isNYC | No | REQUIRED when state is NY. True = five boroughs (NYC recording tax + Real Property Transfer Tax). False = anywhere else in New York State. | |
| state | Yes | ||
| loanAmount | Yes | ||
| cemaEnabled | No | NY refinance only. CEMA assigns rather than discharges the existing mortgage so recording tax applies to new money only. Defaults to FALSE because it requires the existing lender's cooperation, which is not guaranteed — assuming it understates costs. | |
| isRefinance | Yes | ||
| interestRate | No | ||
| propertyValue | Yes | ||
| annualInsurance | No | ||
| brokerFeePercent | No | ||
| annualPropertyTax | No | ||
| originationFeePercent | No | ||
| existingMortgageBalance | No |