# NMTC Low-Income Community — IRA 48(e) Bonus Screen

**Use case:** 

Batch lat/lon against CDFI NMTC low-income communities to flag IRA 48(e) low-income clean-energy bonus eligibility, with tract GEOID and metrics.

## Input

```json
{
  "assets": [
    {
      "lat": 40.815,
      "lon": -73.904,
      "label": "South Bronx, NY (low-income community)"
    },
    {
      "lat": 41.878,
      "lon": -87.702,
      "label": "West Side Chicago, IL (low-income community)"
    },
    {
      "lat": 34.073,
      "lon": -118.4,
      "label": "Beverly Hills, CA (affluent control)"
    }
  ],
  "checkQct": true,
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "in_nmtc_low_income_community": {
    "label": "In NMTC low-income community",
    "format": "boolean"
  },
  "qualifies_48e_lowincome_bonus": {
    "label": "Qualifies for 48(e) low-income bonus",
    "format": "boolean"
  },
  "bonus_category": {
    "label": "Bonus category",
    "format": "string"
  },
  "adder": {
    "label": "ITC adder",
    "format": "string"
  },
  "tract_geoid": {
    "label": "Tract GEOID",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "lic_basis": {
    "label": "LIC qualification basis",
    "format": "string"
  },
  "also_in_lihtc_qct": {
    "label": "Also in HUD LIHTC QCT",
    "format": "boolean"
  },
  "checked_at": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [NMTC Low-Income Community Screener — IRA 48(e) Solar Bonus](https://apify.com/malonestar/cdfi-nmtc-lowincome-energy-bonus-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/cdfi-nmtc-lowincome-energy-bonus-screener) to learn more, explore other use cases, and run it yourself.