Back to Documentation

Flood Zone Classification

Every property in the United States sits within a flood zone mapped by FEMA through the National Flood Hazard Layer (NFHL). The zone designation is the single most important factor in determining whether flood insurance is required, which programs you qualify for, and how much you will pay.

Special Flood Hazard Areas (SFHA)

SFHA zones have a 1% or greater annual chance of flooding — often called the "100-year floodplain." If you have a federally backed mortgage (FHA, VA, conventional through a GSE), lenders are legally required to mandate flood insurance in these zones under the National Flood Insurance Act of 1968 and the Flood Disaster Protection Act of 1973.

ZoneDescriptionInsurance
ARiverine floodplain, 1% annual chance. No base flood elevation (BFE) determined.Mandatory
AERiverine floodplain with BFE determined. Detailed hydraulic study available. Most common SFHA zone in urban areas.Mandatory
AHShallow flooding areas (ponding), 1-3 feet average depth. BFE determined.Mandatory
AOSheet flow on sloped terrain, 1-3 feet average depth. Common in alluvial fans.Mandatory
VCoastal high hazard area with velocity wave action (3+ foot waves). No BFE.Mandatory
VECoastal high hazard with BFE. Highest-risk zone — subject to wave action, storm surge, and erosion. Strictest building codes.Mandatory

Non-SFHA Zones

Properties outside the SFHA face lower statistical flood risk, but are not risk-free. FEMA data shows that over 25% of all flood insurance claims come from outside the SFHA. These zones do not carry a mandatory purchase requirement, but insurance is available and often available at preferred rates.

ZoneDescriptionInsurance
B / X-shadedModerate risk. 0.2% annual chance of flooding (500-year floodplain). Also includes areas protected by levees from the 1% annual chance flood.Recommended
C / X-unshadedMinimal risk. Areas outside the 0.2% annual chance floodplain. Lowest premiums available through Preferred Risk Policy (PRP).Optional
DUndetermined risk. No flood hazard analysis has been performed. Common in rural or recently annexed areas. Lender requirements vary.Varies

How Zone Determines Premium

Under the legacy NFIP rating system, zone was the dominant premium factor. Under Risk Rating 2.0 (effective October 2021), the zone still matters but is now one of several variables. The transition works as follows:

  • SFHA zones (A/V series): Premiums start from a higher base rate. Risk Rating 2.0 further adjusts by distance to flood source, building elevation relative to flood levels, first-floor height, and prior claims history.
  • B/X-shaded: Lower base rate, but proximity to the SFHA boundary and drainage characteristics can push premiums higher than some edge-case SFHA properties.
  • C/X-unshaded: Eligible for Preferred Risk Policy rates under legacy NFIP. Under Risk Rating 2.0, premiums are individually calculated but typically remain the lowest tier.
  • V/VE zones: Carry the highest premiums due to wave action loading, storm surge exposure, and coastal erosion risk. Building construction requirements (pilings, breakaway walls) also affect rates.

Map Changes and Letters of Map Amendment

Flood maps are not static. FEMA periodically updates FIRMs (Flood Insurance Rate Maps) through map revisions. If your property is incorrectly mapped into an SFHA, you can apply for a Letter of Map Amendment (LOMA) or Letter of Map Revision (LOMR). A successful LOMA can remove the mandatory purchase requirement and significantly reduce your premium. Fluvenar flags properties where elevation data suggests LOMA eligibility.

API Endpoint

GET/v1/zone/:address

Returns the FEMA flood zone classification for any US address. Response includes zone code, SFHA status, Community Rating System (CRS) class, BFE where available, and the FIRM panel number and effective date.

{
  "zone": "AE",
  "sfha": true,
  "bfe_feet": 12.4,
  "crs_class": 7,
  "crs_discount_pct": 15,
  "firm_panel": "12086C0312L",
  "firm_effective": "2020-09-11"
}