estimate_borrowing_power
Estimate indicative borrowing capacity, assessed at a buffered rate (APRA +3% serviceability buffer). A rough proxy for guidance — a broker models real capacity across 30+ lenders. Not credit assistance.
Args:
annual_income: Gross annual household income in AUD.
monthly_expenses: Average monthly living expenses in AUD.
existing_monthly_debt: Existing monthly loan/card commitments in AUD.
interest_rate_pct: Assumed product interest rate (buffer is added on top).
term_years: Loan term in years.
deposit: Cash deposit available in AUD (added to the purchase budget).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deposit | No | ||
| term_years | No | ||
| annual_income | Yes | ||
| monthly_expenses | Yes | ||
| interest_rate_pct | No | ||
| existing_monthly_debt | No |