size_loan
Size a commercial real estate loan from first principles. Returns the maximum supportable loan as the MINIMUM of four constraints — loan-to-value, debt-service-coverage, debt yield and loan-to-cost — plus which one binds. Deterministic math on the numbers you supply; it does not quote lender terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| totalCost | No | Total project cost, for the LTC test | |
| thresholds | No | ||
| estimatedValue | Yes | Property value in dollars | |
| netOperatingIncome | Yes | Annual NOI in dollars |