Skip to content

Interface: DemographicRecord ​

Defined in: fdic/sdk.ts:143

Demographic Record.

Indexable ​

ts
[key: string]: unknown

Properties ​

CERT? ​

ts
optional CERT: number;

Defined in: fdic/sdk.ts:144


INCOME_LVL? ​

ts
optional INCOME_LVL: string;

Defined in: fdic/sdk.ts:153


INSTNAME? ​

ts
optional INSTNAME: string;

Defined in: fdic/sdk.ts:146


MSA_NO? ​

ts
optional MSA_NO: string;

Defined in: fdic/sdk.ts:150


REPDTE? ​

ts
optional REPDTE: string;

Defined in: fdic/sdk.ts:145


STALP? ​

ts
optional STALP: string;

Defined in: fdic/sdk.ts:147


STNAME? ​

ts
optional STNAME: string;

Defined in: fdic/sdk.ts:148


TRACT? ​

ts
optional TRACT: string;

Defined in: fdic/sdk.ts:151

Released under the MIT License.