What stacking means
A single import line can attract multiple duty layers at once. The LandedFees engine resolves each layer against its own statutory source and returns them as discrete rows inbreakdown[]. Nothing is
netted, folded, or hidden.
The overlay families
MFN (base rate)
The Most-Favored-Nation column-1 rate from the destination country’s tariff schedule. Sourced from USITC HTS (US), TARIC (EU), UK Trade Tariff (UK), and per-country schedules elsewhere. This is the floor.Section 232 (national security)
Applied per smelter country on steel and aluminum lines (HTS Chapters 72, 73, 74, 76). Russia-origin aluminum takes a 200 percent override regardless of exporting country. LandedFees reads thesmelter_country field on each line and applies the
correct layer even when the exporter is a passthrough.
Section 301 (China-focused)
Ad valorem overlays on China-origin lines under HTS 9903.88.xx, from 25 percent (List 3, List 4A) down to 7.5 percent (List 4A reduced). Some tech goods carry active Section 301 exclusions; the engine resolves the current exclusion table and returns anexempted: true
layer with a citation instead of the duty.
Section 301-FL (fentanyl)
A separate Section 301 track under HTS 9903.03.02 layered on top of the base 301 rate. Applies to fentanyl-precursor chemistry lines. Returned asSEC_301_FL when in scope.
Section 122 (balance-of-payments)
The 10 percent ad valorem overlay under HTS 9903.03.01, currently active. Applies to a broad slice of US imports across most origins. Returned asSEC_122. When the sunset provision is in effect the
response ships a section_122 compliance flag.
Section 338 (retaliatory)
Country-specific retaliatory duties under HTS 9903.90. Currently scoped to Canadian-origin goods in defined categories. Returned asSEC_338_CA.
IEEPA overlays
Presidentially-invoked emergency tariff actions land under HTS Chapter 99 subheadings and are surfaced as their published code. The engine subscribes to the USITC Chapter 99 change stream so new IEEPA notices are picked up within one business day of publication.AD/CVD
Antidumping and countervailing duties are case-specific. Returned asAD_CVD with the case number in the layer note and a pga or
ad_cvd compliance flag pointing at the ITC or Commerce final
determination.
FTA preferences
Whenusmca_qualifying: true or fta_id is set, the engine tries
the preferential rate first. If the FTA rate beats MFN plus overlays,
MFN is returned with exempted: true and an fta_qualified flag.
When you did NOT claim an FTA but the origin qualifies, an
fta_opportunity flag surfaces the potential savings.
A stacked example
Wireless earbuds, HS8517.62.00, origin CN, destination US, customs
value $6,545. The engine returns:
Reading the flags
compliance_flags[] on the calc response carries any warnings the
engine surfaced while resolving the layers. Common kinds:
section_122: Section 122 sunset scheduled; deadline reminder.ad_cvd: active AD/CVD case matched; broker review recommended.pga: Partner Government Agency review required (FDA, EPA, FCC).fta_opportunity: a lower total exists under a claimable FTA.data_gap: a layer could not be resolved; do not ship without broker review.
source, source_url, and legal_citation so your
audit trail links directly to the underlying notice.