get_county_branches
Get all bank branches in a county ranked by deposits.
Returns branch-level deposit data from the Summary of Deposits (SOD)
for all institutions in the specified county.
Args:
state_fips: Two-digit state FIPS code (e.g. '06' for California).
county_fips: Three-digit county FIPS code (e.g. '037' for Los Angeles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_fips | Yes | ||
| county_fips | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |