cal_fact_lookup
Look up 2026 mortgage limits and fees: FHFA conforming, FHA, VA funding fee, FHA MIP, agency DTI caps. Returns values with source citations.
Instructions
Look up authoritative 2026 mortgage facts: FHFA conforming loan limits, FHA loan limits, VA funding fee schedule, FHA MIP rates, and agency DTI caps. Use this whenever you need a specific dollar amount, percentage, or threshold — never quote these from training-data memory because the values reset annually and FHFA/FHA limits are different programs. Returns the requested value with a source citation (FHFA, HUD, VA, Fannie/Freddie). Coverage: all 50 US states + DC, all county-level limits, 1-4 unit properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Which fact to look up. "conforming_loan_limit" = FHFA limit for conventional / Fannie / Freddie loans. "fha_loan_limit" = HUD/FHA limit (different program from FHFA). "va_funding_fee" = current VA funding fee table. "fha_mip" = current FHA MIP rates (upfront + annual). "agency_dti_cap" = baseline DTI caps per program. | |
| state | No | Two-letter US state code (e.g. "CA", "NY"). Required for conforming and FHA loan limits. | |
| county | No | County name. Lowercase with underscores (e.g. "alameda", "los_angeles", "santa_clara"). Required for loan limits. Cal accepts spaces or underscores; both work. | |
| units | No | Number of units (1-4). Defaults to 1 for loan limits. | |
| va_use_count | No | For va_funding_fee — which fee schedule to look up. | |
| va_down_payment_pct | No | For va_funding_fee — down payment % (used to pick the bracket). |