calculate_uk_council_tax
Compute annual and monthly council tax for any property band in England, Scotland, or Wales. Helps UK residents and home buyers estimate costs.
Instructions
Compute UK Council Tax based on property band and local authority rate. Use for UK residents and home buyers. Inputs: band (A-H), local authority. Returns annual and monthly council tax. See list_bundles for related 'finance-uk' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| band | Yes | Council Tax band (A=lowest, H=highest) | |
| region | No | Region | england |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |