Consumer Financial Protection Bureau · Schema
CFPB HMDA Institution
Schema for an institution returned by the HMDA Institutions API.
BankingComplaintsConsumer ProtectionFederal-GovernmentFinancial-ServicesHMDAMortgagesOpen Data
Properties
| Name | Type | Description |
|---|---|---|
| lei | string | |
| activityYear | integer | |
| agency | integer | |
| institutionType | string | |
| institutionId2017 | string | |
| taxId | string | |
| rssd | integer | |
| respondent | object | |
| parent | object | |
| assets | integer | |
| otherLenderCode | integer | |
| topHolder | object | |
| hmdaFiler | boolean | |
| quarterlyFiler | boolean | |
| quarterlyFilerHasFiledQ1 | boolean | |
| quarterlyFilerHasFiledQ2 | boolean | |
| quarterlyFilerHasFiledQ3 | boolean |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/consumer-financial-protection-bureau/refs/heads/main/json-schema/cfpb-hmda-institution-schema.json",
"title": "CFPB HMDA Institution",
"description": "Schema for an institution returned by the HMDA Institutions API.",
"type": "object",
"properties": {
"lei": { "type": "string", "minLength": 20, "maxLength": 20 },
"activityYear": { "type": "integer" },
"agency": { "type": "integer" },
"institutionType": { "type": "string" },
"institutionId2017": { "type": "string" },
"taxId": { "type": "string" },
"rssd": { "type": "integer" },
"respondent": {
"type": "object",
"properties": {
"name": { "type": "string" },
"state": { "type": "string", "minLength": 2, "maxLength": 2 },
"city": { "type": "string" }
}
},
"parent": {
"type": "object",
"properties": {
"idRssd": { "type": "integer" },
"name": { "type": "string" }
}
},
"assets": { "type": "integer" },
"otherLenderCode": { "type": "integer" },
"topHolder": {
"type": "object",
"properties": {
"idRssd": { "type": "integer" },
"name": { "type": "string" }
}
},
"hmdaFiler": { "type": "boolean" },
"quarterlyFiler": { "type": "boolean" },
"quarterlyFilerHasFiledQ1": { "type": "boolean" },
"quarterlyFilerHasFiledQ2": { "type": "boolean" },
"quarterlyFilerHasFiledQ3": { "type": "boolean" }
},
"required": ["lei", "activityYear"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cfpb-hmda-institution"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.