Skip to main content
The Symmetry Tax Engine (STE) is a payroll tax calculation engine for the United States and Canada. Provide an employee’s addresses, wages, and tax form elections, and the STE determines which taxes apply and calculates the precise federal, state, and local withholding for both the employee and the employer. The STE always calculates using the tax rules in effect for the pay date you provide, so results are correct across current, historical, retroactive, and off-cycle payrolls — not just today’s rates. Symmetry keeps the underlying rates and rules current as tax law changes, so you receive these updates without changing your integration code.

What the STE calculates

The STE calculates employee and employer taxes across every level of U.S. and Canadian payroll:

Federal (U.S.)

Federal income tax (FIT), Social Security and Medicare (FICA), Additional Medicare, federal employer taxes (FUTA), and railroad retirement taxes (Employer RRTA Tier I and Tier II).

State

State income tax (SIT), state unemployment (SUI/SUTA) and surcharges, and disability/paid-leave programs (SDI, PFL/FLI) — for all 50 states, DC, and U.S. territories.

Local

City, county, school-district, and municipal taxes — including Pennsylvania EIT/LST, Ohio JEDDs, and other locals.

Canada

Federal and provincial income tax, CPP/QPP, and EI, calculated through the same engine and interfaces.
It also handles complex withholding scenarios, including pre-tax and post-tax benefits (401(k), Section 125, HSA, and more), imputed income, supplemental wages, multi-state and reciprocal scenarios, nonresident certificates, and gross-up calculations.
Multi-state withholding. The STE automatically handles multi-state withholding scenarios, including resident and nonresident taxation, reciprocity agreements, credits for taxes paid to other states, and courtesy withholding. See Multi-state employees.
For a full breakdown of the jurisdictions and tax types supported, see Tax Coverage.

How the STE works

Every calculation — whether through the hosted Web API or the on-premise SDK — follows the same three-part model:
  1. Find location codes. Convert the employee’s home and work addresses into location codes using the Symmetry Location Service (SLS).
  2. Find applicable taxes. Use those location codes to ask the STE which taxes potentially apply. Each is identified by a unique tax ID.
  3. Calculate taxes. Set the taxes up with wages, benefits, and any required details (like W-4 filing status), then compute withholding for both employee and employer.
For the full calculation model — including the two building blocks it rests on — see How the STE Works and Locations and Unique Tax IDs.

Stateless by design

The engine is stateless: every call is fully self-contained, retaining no employee data or session between calculations. You supply all the inputs, you get back the amounts — which keeps the engine easy to scale and safe to call concurrently at high volume.

Next steps

Ways to use the STE

Explore the interfaces available for accessing the engine.

Hosted API vs. On-Premise SDK

Decide between the hosted web API and the locally installed SDK.

Hosted API quickstart

Run your first calculation against the hosted web API.

SDK quickstarts

Get started with the Java, .NET, or C/C++ SDK.