calculate_tariff
Compute the full stacked US import tariff rate for any HTS code and origin, including all surcharges and the November 2026 cliff projection. Optionally calculate dollar impact from annual import value.
Instructions
Calculate the full stacked US import tariff rate for an HTS code from a specific origin country. Returns: base rate, each additional layer (Section 301, IEEPA, reciprocal), total current rate, and the projected rate after the November 10, 2026 cliff. Optionally computes dollar impact from annual import volume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hts_code | Yes | HTS code — at least 6 digits, up to 10 (e.g. "6404.11" or "6404110000"). Dots and spaces are ignored. | |
| origin_country | No | ISO-2 origin country code (e.g. "CN" for China, "VN" for Vietnam, "MX" for Mexico). Default: CN. | CN |
| annual_import_value_usd | No | Optional. Your annual import value in USD. If provided, the response includes the dollar cost of current duties and the additional cost from the Nov 10 cliff. |