Skip to main content
All posts
InsuranceUnderwritingAddress StandardisationAddress Validation

Hidden Risk in Underwriting: Bad Address Data

Inconsistent property addresses hide duplicate coverage and flood zone errors. Address standardization fixes underwriting blind spots.

G
GoodVat Team
·2 min read

A property insurance underwriter’s job depends on one thing: accurately resolving an address to a physical location. Flood zone, wildfire risk, crime data, and local building codes all vary by precise location. Get the address wrong, and you price the policy wrong.

The problem is that the same property shows up differently everywhere. “42 Ocean Drive” in one policy application. “42 Ocean Dr., Unit A” in another. “42 Ocean, #A” in a claim. Three records. One property. And your underwriting system can’t link them.

That’s how you end up with multiple active policies on the same property — and nobody knows until a claim comes in.

The Million-Dollar Blind Spot

A single property with inconsistent addresses across policies can lead to millions in undetected duplicate coverage. Insurance fraud related to address manipulation costs the industry an estimated $80 billion annually in the US alone.

But it’s not just fraud. Legitimate underwriting errors from address mismatches cascade through the entire operation:

  • Wrong flood zone assignment — FEMA maps are keyed on precise addresses. “42 Ocean Dr” on the wrong side of the boundary means the wrong risk assessment and the wrong premium.
  • Missing claim history — prior claims filed under a variant address don’t surface during underwriting, so you don’t know the property has a history of water damage.
  • Duplicate coverage — the same property insured twice under different address formats, doubling your exposure without doubling your premium.

The Fix: Standardize Every Address, Everywhere

You need every address — on applications, policies, claims, and hazard databases — standardized to the same canonical form and token expansions. Then matching is trivial.

GoodVat’s Address Standardization API gives your underwriting and claims systems a reliable key for matching policies to properties and risk-zone data. One API call, 10ms p99, 200+ countries, $5/mo unlimited.

Terminal window
curl -X POST "https://api.goodvat.com/v1/address/normalize" \
-H "Authorization: Bearer $GOODVAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "query": "88 Ocean Drive Unit 3, Miami Beach FL 33139" }'
{
"houseNumber": "88",
"road": "ocean drive",
"unit": "unit 3",
"postcode": "33139",
"city": "miami beach",
"state": "fl",
"country": "USA",
"expansions": [
"88 ocean drive unit 3 miami beach fl 33139 usa",
"88 ocean drive unit 3 miami beach florida 33139 usa"
]
}

The expansions array + houseNumber / road / unit resolves to the exact insured unit, not just the building. postcode keys into risk-zone and flood-map datasets. state determines which regulatory and pricing regime applies. Token expansions standardize abbreviations ("Dr""Drive", "Unit" vs "#"), producing identical keys.

Stop Flying Blind

Every policy with an unstandardized address is a blind spot. Every claim against an unlinked property is a missed signal. The fix costs $5/month.

Read the docs and start linking your property records today.