Skip to content

Interface: BlsObservation ​

Defined in: bls/sdk.ts:36

Bls Observation.

Properties ​

calculations? ​

ts
optional calculations: {
  net_changes?: Record<string, string>;
  pct_changes?: Record<string, string>;
};

Defined in: bls/sdk.ts:43

net_changes? ​

ts
optional net_changes: Record<string, string>;

pct_changes? ​

ts
optional pct_changes: Record<string, string>;

footnotes ​

ts
footnotes: {
  code: string;
  text: string;
}[];

Defined in: bls/sdk.ts:42

code ​

ts
code: string;

text ​

ts
text: string;

latest ​

ts
latest: string;

Defined in: bls/sdk.ts:40


period ​

ts
period: string;

Defined in: bls/sdk.ts:38


periodName ​

ts
periodName: string;

Defined in: bls/sdk.ts:39


value ​

ts
value: string;

Defined in: bls/sdk.ts:41


year ​

ts
year: string;

Defined in: bls/sdk.ts:37

Released under the MIT License.