# IRA Energy-Community Bonus — 10% ITC/PTC Site Screen

**Use case:** 

Batch project coordinates against DOE/NETL coal-closure tracts and fossil-fuel-employment MSAs to flag the IRA 10% ITC/PTC energy-community bonus.

## Input

```json
{
  "assets": [
    {
      "lat": 37.8,
      "lon": -81.5,
      "label": "Raleigh County, WV (coal-closure tract + Beckley MSA)"
    },
    {
      "lat": 44.29,
      "lon": -105.5,
      "label": "Gillette, WY (coal-closure adjacency)"
    },
    {
      "lat": 40.7484,
      "lon": -73.9857,
      "label": "Manhattan, NY (control - does not qualify)"
    }
  ],
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "qualifies_for_ira_energy_community_bonus": {
    "label": "Qualifies for energy-community bonus",
    "format": "boolean"
  },
  "bonus_adder": {
    "label": "Bonus adder",
    "format": "string"
  },
  "in_coal_closure_community": {
    "label": "In coal-closure community",
    "format": "boolean"
  },
  "coal_closure_tract_geoid": {
    "label": "Coal-closure tract GEOID",
    "format": "string"
  },
  "closure_type": {
    "label": "Closure type",
    "format": "string"
  },
  "in_energy_community_msa": {
    "label": "In Fossil Fuel Employment MSA",
    "format": "boolean"
  },
  "msa_name": {
    "label": "MSA/non-MSA name",
    "format": "string"
  },
  "msa_type": {
    "label": "MSA type",
    "format": "string"
  },
  "determination_basis": {
    "label": "Determination basis",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [IRA Energy Community Bonus Screener — 10% ITC/PTC Adder](https://apify.com/malonestar/ira-energy-community-bonus-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/ira-energy-community-bonus-screener) to learn more, explore other use cases, and run it yourself.