Deposit Market Share Analysis
fdic_market_share_analysisAnalyze deposit market share and market concentration for any MSA or city using FDIC Summary of Deposits data. Get institution rankings, HHI index, and market overview to evaluate competitive landscape per merger guidelines.
Instructions
Analyze deposit market share and concentration for an MSA or city market using FDIC Summary of Deposits (SOD) data.
Computes market share for all institutions in a geographic market, ranks them by deposits, and calculates the Herfindahl-Hirschman Index (HHI) for market concentration analysis per DOJ/FTC merger guidelines.
Two entry modes:
MSA market: provide msa as the numeric MSABR code (e.g., msa: 19100 for Dallas-Fort Worth-Arlington, msa: 42660 for Seattle-Tacoma-Bellevue). Use fdic_search_sod to look up MSABR codes.
City market: provide city (branch city name, e.g., "Austin") and state (two-letter code, e.g., "TX").
Output includes:
Market overview with total deposits, institution count, and HHI classification
Optional highlighted institution showing rank and share (provide cert)
Top institutions ranked by deposit market share
Structured JSON for programmatic consumption
Requires at least one of: msa (numeric MSABR code), or city + state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msa | No | FDIC MSABR numeric code for the Metropolitan Statistical Area (e.g., 19100 for Dallas-Fort Worth-Arlington, 42660 for Seattle-Tacoma-Bellevue). Use fdic_search_sod with MSABR to look up codes. | |
| city | No | City name (e.g., "Austin"). Requires state. | |
| state | No | Two-letter state abbreviation (e.g., TX). Required when using city filter. | |
| year | No | SOD report year (1994-present). Defaults to most recent. | |
| cert | No | Highlight a specific institution in the results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||