Banking Regulation · Schema
RegulatoryReport
A regulatory report submission by a financial institution to a supervisory authority.
AMLBankingBanking RegulationBaselComplianceFinanceKYCRegTech
Properties
| Name | Type | Description |
|---|---|---|
| reportId | string | Unique identifier for the report submission. |
| reportType | string | Type of regulatory report. |
| institutionId | string | Identifier of the reporting financial institution. |
| regulatoryBody | string | Supervisory authority the report is submitted to (e.g., EBA, Federal Reserve, FinCEN). |
| reportingPeriod | object | |
| submissionDate | string | Date and time the report was submitted. |
| status | string | Current status of the report submission. |
| jurisdiction | string | Regulatory jurisdiction (e.g., EU, US, UK). |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/banking-regulation/json-schema/regulatory-report-schema.json",
"title": "RegulatoryReport",
"description": "A regulatory report submission by a financial institution to a supervisory authority.",
"type": "object",
"properties": {
"reportId": {
"type": "string",
"description": "Unique identifier for the report submission."
},
"reportType": {
"type": "string",
"enum": ["COREP", "FINREP", "FR Y-9C", "CCAR", "DFAST", "AML-SAR", "CTR"],
"description": "Type of regulatory report."
},
"institutionId": {
"type": "string",
"description": "Identifier of the reporting financial institution."
},
"regulatoryBody": {
"type": "string",
"description": "Supervisory authority the report is submitted to (e.g., EBA, Federal Reserve, FinCEN)."
},
"reportingPeriod": {
"type": "object",
"properties": {
"startDate": {"type": "string", "format": "date"},
"endDate": {"type": "string", "format": "date"}
},
"required": ["startDate", "endDate"]
},
"submissionDate": {
"type": "string",
"format": "date-time",
"description": "Date and time the report was submitted."
},
"status": {
"type": "string",
"enum": ["draft", "submitted", "accepted", "rejected", "under_review"],
"description": "Current status of the report submission."
},
"jurisdiction": {
"type": "string",
"description": "Regulatory jurisdiction (e.g., EU, US, UK)."
}
},
"required": ["reportId", "reportType", "institutionId", "regulatoryBody", "reportingPeriod", "status"]
}
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/regulatory-report"
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.