# FEMA NRI Risk - Southeast Hurricane Metros

**Use case:** 

Ready-to-run FEMA National Risk Index profile for 4 Southeast metro counties: hurricane, flood and heat risk scores with expected annual loss context.

## Input

```json
{
  "assets": [
    {
      "lat": 25.7617,
      "lon": -80.1918,
      "label": "Miami-Dade, FL"
    },
    {
      "lat": 29.7604,
      "lon": -95.3698,
      "label": "Harris County, TX"
    },
    {
      "lat": 32.0835,
      "lon": -81.0998,
      "label": "Chatham County, GA"
    },
    {
      "lat": 30.3322,
      "lon": -81.6557,
      "label": "Duval County, FL"
    }
  ],
  "resolution": "county",
  "maxResults": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "match_status": {
    "label": "Match status",
    "format": "string"
  },
  "nri_lookup_status": {
    "label": "NRI lookup status",
    "format": "string"
  },
  "verified_no_match": {
    "label": "Verified no match",
    "format": "boolean"
  },
  "resolution_used": {
    "label": "Resolution used",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "stcofips": {
    "label": "County FIPS",
    "format": "string"
  },
  "tract_fips": {
    "label": "Census tract FIPS",
    "format": "string"
  },
  "nri_version": {
    "label": "NRI release",
    "format": "string"
  },
  "risk_score": {
    "label": "Composite risk score",
    "format": "number"
  },
  "risk_rating": {
    "label": "Composite risk rating",
    "format": "string"
  },
  "expected_annual_loss_usd": {
    "label": "Expected annual loss ($)",
    "format": "number"
  },
  "expected_annual_loss_rating": {
    "label": "Expected annual loss rating",
    "format": "string"
  },
  "eal_building_usd": {
    "label": "EAL - buildings ($)",
    "format": "number"
  },
  "annualized_loss_ratio_building": {
    "label": "Annualized loss ratio - buildings",
    "format": "number"
  },
  "population": {
    "label": "Population",
    "format": "number"
  },
  "building_value_usd": {
    "label": "Building value ($)",
    "format": "number"
  },
  "social_vulnerability_rating": {
    "label": "Social vulnerability rating",
    "format": "string"
  },
  "resilience_rating": {
    "label": "Community resilience rating",
    "format": "string"
  },
  "community_resilience_factor": {
    "label": "Community resilience factor",
    "format": "number"
  },
  "hazards_rated_count": {
    "label": "Hazards rated",
    "format": "integer"
  },
  "top_hazards": {
    "label": "Top 3 hazards",
    "format": "array"
  },
  "top_hazards_by_expected_annual_loss": {
    "label": "Top 3 hazards by expected annual loss",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [FEMA NRI County Risk Profile — Asset Hazard Join](https://apify.com/malonestar/fema-nri-county-risk-profile) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fema-nri-county-risk-profile) to learn more, explore other use cases, and run it yourself.