Skip to main content
Payroll Point’s accuracy rests on two things: how precisely an address is converted to coordinates, and how current the boundary data those coordinates are matched against is.

From address to coordinates

Every lookup begins by normalizing and validating the address against official postal data, then geocoding it to a latitude and longitude. The target is rooftop accuracy, meaning a point inside the property boundary rather than an approximation. Precision matters because tax boundaries don’t follow postal lines. Two addresses sharing a ZIP code can sit in different school districts, and a JEDD boundary can run down the middle of a street. A ZIP-level approximation is often enough in a state with only state-level taxes, and not nearly enough in one with local taxes. You can bypass normalization entirely by passing latitude and longitude directly, which is useful for new developments that aren’t yet in postal data.

The boundary data

Coordinates are matched against roughly 35,000 geospatial tax boundary shapefiles, drawn from three sources:
  • The U.S. Census Bureau
  • State and local taxing jurisdictions
  • Symmetry’s own proprietary research
Boundaries change as jurisdictions are created, dissolved, or redrawn. Shapefile updates ship with Payroll Point releases and are listed under Shapefile Updates in the release notes, so you can see which jurisdictions changed and when. Address and geocoding data comes from Melissa Data, Symmetry’s geodata provider. Its version is recorded in the release notes too, so you can tell exactly which data build a given release resolved addresses against.

Reading geocode quality

Every lookup returns result codes describing what happened during normalization and geocoding. They tell you how much confidence to place in a result. The GS family is the one to watch. GS05 and GS06 indicate rooftop-level geocoding. GS01 through GS04 mean the point was resolved to street, neighborhood, community, or state level instead. In states with local taxes, anything below rooftop deserves review. See Payroll Point result codes for the full list.

When a location resolves incorrectly

Two different tools handle two different problems:
  • Address suggestions substitute a close match when an address cannot be validated at all.
  • Address exceptions override the coordinates when an address validates but resolves to the wrong place.
They differ in scope as well as purpose: a suggestion affects one lookup, an exception applies to everyone in your organization. See Address suggestions vs address exceptions for how to choose, and Verify addresses and geocoordinates for verifying a location first.