Compare Peer Health (CAMELS Rankings)
fdic_compare_peer_healthCompare CAMELS-like health scores across FDIC-insured institutions by explicit CERT list, state, or asset range. Optionally highlight a subject bank's position in the peer ranking. Provides proxy scores and percentiles for peer analysis.
Instructions
Compare CAMELS-style health scores across a group of FDIC-insured institutions.
Three usage modes:
Explicit list: provide certs (up to 50) for a specific comparison set
State-wide scan: provide state to compare all active institutions in that state
Asset-based: provide asset_min/asset_max to compare institutions by size
Optionally provide cert to highlight a subject institution's position in the ranking.
Output: structuredContent includes {model, official_status, report_date, institutions, metrics, peer_context, proxy_summary, proxy, deprecations}. Institutions include proxy scores and name_source. When a subject cert is provided, metrics[] is the preferred subject-vs-peer array for new UI bindings and proxy_summary is a flattened subject proxy. peer_context.subject_percentiles is deprecated, remains for backward compatibility, and is targeted for removal only in a future coordinated major release. Auto-peer selection derives asset bands from report-date financials and broadens the cohort if fewer than 10 peers match.
NOTE: Public off-site analytical proxy — not official supervisory ratings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cert | No | Subject institution CERT to highlight in the ranking. Optional. | |
| certs | No | Explicit list of CERTs to compare (max 50). | |
| state | No | Two-letter state code to select all active institutions (e.g., "WY"). | |
| asset_min | No | Minimum total assets ($thousands) for peer selection. | |
| asset_max | No | Maximum total assets ($thousands) for peer selection. | |
| repdte | No | Report Date (YYYYMMDD). Defaults to the most recent quarter. | |
| sort_by | No | Sort results by composite or a specific CAMELS component rating. | composite |
| limit | No | Max institutions to return in the response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| official_status | Yes | ||
| proxy | No | ||
| proxy_summary | Yes | ||
| report_date | Yes | ||
| sort_by | Yes | ||
| total_institutions | Yes | ||
| returned_count | Yes | ||
| subject_cert | Yes | ||
| subject_rank | Yes | ||
| metrics | Yes | ||
| institutions | Yes | ||
| deprecations | Yes | ||
| peer_context | Yes |