calculate_us_property_tax
Calculate annual US property tax for any state using effective tax rates. Enter home value and select state to receive annual and monthly property tax estimates.
Instructions
Estimate annual US property tax by state using effective tax rates. Returns: {home_value, effective_rate_pct, annual_property_tax, monthly_property_tax}. See list_bundles for related 'finance-us' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home_value | Yes | Assessed home value in USD | |
| state | No | State (affects effective property tax rate) | TX |
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. |