compare-loan-products
Compare mortgage loan products across multiple locations using real-time rates. Input loan details like amount, credit score, down payment, and property value to receive tailored loan comparisons in your preferred format.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
creditScore | Yes | Credit score (300-850) | |
downPayment | Yes | Down payment amount in dollars | |
format | No | Output format: 'markdown' for markdown table, 'csv' for CSV download, 'pipe' for pipe-delimited format, or 'auto' for automatic selection based on data size | auto |
loanAmount | Yes | Loan amount in dollars | |
occupancy | No | Property use (primary, secondary, investment) | primary |
propertyType | No | Property type | single_family |
propertyValue | Yes | Property value in dollars | |
zipCode | Yes | ZIP code (single ZIP) or comma-separated ZIP codes for multi-location comparison. NOTE: Each ZIP code requires a separate API call. | |
zipCodes | No | Array of ZIP codes for multi-location comparison (alternative to comma-separated zipCode). Each ZIP will be processed with a separate API call. |