calculate_stamp_duty_uk
Calculate UK Stamp Duty Land Tax (SDLT) for home buyers. Enter property price and first-time buyer status to get SDLT due and effective rate. Plan your purchase costs.
Instructions
Compute UK Stamp Duty Land Tax (SDLT). Use for UK home buyers. Inputs: property price, first-time-buyer flag, second-home flag. Returns SDLT due and effective rate. See list_bundles for related 'finance-uk' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | Property purchase price in GBP | |
| first_time_buyer | No | Whether buyer is a first-time buyer (default false) |
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. |