# LIHTC 130% Basis Boost - Southeast QCT Sites

**Use case:** 

Ready-to-run HUD Qualified Census Tract screen for 4 Southeast affordable-housing sites: QCT status and 130% LIHTC basis-boost eligibility per site.

## Input

```json
{
  "assets": [
    {
      "lat": 33.755,
      "lon": -84.39,
      "label": "Atlanta, GA"
    },
    {
      "lat": 35.13,
      "lon": -90.02,
      "label": "Memphis, TN"
    },
    {
      "lat": 29.97,
      "lon": -90.06,
      "label": "New Orleans, LA"
    },
    {
      "lat": 33.52,
      "lon": -86.81,
      "label": "Birmingham, AL"
    }
  ],
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "in_qct": {
    "label": "In QCT",
    "format": "boolean"
  },
  "lihtc_130_basis_boost_eligible": {
    "label": "LIHTC 130% basis boost eligible",
    "format": "boolean"
  },
  "tract_geoid": {
    "label": "Tract GEOID",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county_fips": {
    "label": "County FIPS",
    "format": "string"
  },
  "tract": {
    "label": "Tract",
    "format": "string"
  },
  "qct_year": {
    "label": "QCT vintage",
    "format": "string"
  },
  "checked_at": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HUD QCT LIHTC Boost Screener — 130% Basis by Coordinate](https://apify.com/malonestar/hud-qct-lihtc-boost-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/hud-qct-lihtc-boost-screener) to learn more, explore other use cases, and run it yourself.