Get VAT Rate for Commodity
hmrc_get_vat_rateFind the current UK VAT rate for specific goods or services, including standard, reduced, zero, and exempt categories with effective dates and conditions.
Instructions
Look up the UK VAT rate for a commodity or service type.
Returns the rate category (standard 20%, reduced 5%, zero 0%, exempt), effective date, and any relevant conditions or exceptions. Uses a static lookup table current as of 22 Nov 2023 (Autumn Statement). Rates may have changed — always verify against GOV.UK for recent Budgets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | HMRCVATRateInput with the commodity_code (description of goods or service). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commodity_code | Yes | Commodity code or description queried | |
| rate | Yes | VAT rate category | |
| rate_percentage | Yes | Applicable rate as percentage: 20.0 (standard), 5.0 (reduced), 0.0 (zero/exempt) | |
| effective_from | Yes | Date from which this rate applies | |
| notes | No | Any additional notes or conditions on this rate |