calculate_repayments
Estimate monthly & fortnightly principal-and-interest repayments and total interest for a home/personal loan scenario. Indicative only — not a quote.
Args:
principal: Loan amount in AUD (e.g. 500000).
annual_rate_pct: Annual interest rate as a percentage (e.g. 6.5).
term_years: Loan term in years (e.g. 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| principal | Yes | ||
| term_years | Yes | ||
| annual_rate_pct | Yes |