Basic Examples

Retrieve the ResourceObject:
ResourceObject["FDIC Institution EntityStore"]
ResourceObject
Name: FDIC Institution EntityStore
Type: DataResource
Description: A Wolfram Language EntityStore with selected data on FDIC insured institutions

View the data:
ResourceData["FDIC Institution EntityStore"]
EntityStore

Type: FDICInstitution
Entities: {10002,10004,10007,…,999,9997,9998} (6131)
Properties: {AdjustedAverageAssetsForLeverage,AdjustedTotalRiskWeightedAssets,AllOtherAssets,…,UnusedLoanCommitments,VolatileLiabilities,ZIPCode} (54)

Register the EntityStore:
In[]:=
EntityRegister[ResourceData["FDIC Institution EntityStore"]]
Out[]=
{FDICInstitution}
View random entities:
RandomEntity["FDICInstitution",5]

Alterra Bank
,
The Citizens Bank
,
Union State Bank
,
First International Bank & Trust
,
Business First Bank

View a sample of available properties:
RandomSample[EntityProperties["FDICInstitution"],10]

undivided profits
,
RSSD ID number
,
ZIP code
,
total value of commercial and industrial loans ($1M or less)
,
total equity
,
Tier 2 risk based capital
,
loan loss allowance
,
street address
,
interest bearing deposits
,
total liabilities and capital


Visualization

Plot employees vs. assets:
ListLogLogPlot[EntityValue["FDICInstitution",{"TotalEmployeeNumber","TotalAssets"}],AxesLabelAutomatic]