# Colorado mortgage denial disparities by race (HMDA)

**Use case:** 

Colorado mortgage denial rates and fair-lending disparity ratios by race, with YoY trend, from official CFPB HMDA data. Keyless, for compliance and research.

## Input

```json
{
  "states": [
    "CO"
  ],
  "peerBenchmark": true,
  "includeNational": false,
  "years": [
    "2022",
    "2023"
  ],
  "groupBy": "race",
  "referenceGroup": "White",
  "minSampleN": 30,
  "significanceLevel": "0.05",
  "denominator": "narrow",
  "includeDenialReasons": true,
  "includeRateSpread": true,
  "includeTractContext": true,
  "tractLevel": false,
  "engine": "auto",
  "maxResults": 1000
}
```

## Output

```json
{
  "scope": {
    "label": "Scope",
    "format": "string"
  },
  "geo_id": {
    "label": "Geography ID",
    "format": "string"
  },
  "institution_name": {
    "label": "Institution name",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "group_value": {
    "label": "Group",
    "format": "string"
  },
  "total_applications": {
    "label": "Decisioned applications",
    "format": "integer"
  },
  "denial_rate_pct": {
    "label": "Denial rate %",
    "format": "number"
  },
  "reference_denial_rate_pct": {
    "label": "Reference denial rate %",
    "format": "number"
  },
  "disparity_index": {
    "label": "Disparity index",
    "format": "number"
  },
  "z_score": {
    "label": "z-score",
    "format": "number"
  },
  "p_value": {
    "label": "p-value",
    "format": "number"
  },
  "finding_strength": {
    "label": "Finding strength",
    "format": "string"
  },
  "flags": {
    "label": "Flags",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [HMDA Fair Lending Disparity Analysis — Denial & Pricing](https://apify.com/malonestar/hmda-fair-lending-disparity-rollup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/hmda-fair-lending-disparity-rollup) to learn more, explore other use cases, and run it yourself.