Skip to content

Variable: gdpIndustryTables ​

ts
const gdpIndustryTables: {
  1: "Value added by industry";
  25: "Real value added by industry";
  5: "Contributions to percent change in real GDP";
  6: "Value added as percentage of GDP";
};

Defined in: bea/sdk.ts:93

GDP by industry table IDs — use as tableId in getGdpByIndustry().

Type Declaration ​

1 ​

ts
readonly 1: "Value added by industry" = "Value added by industry";

25 ​

ts
readonly 25: "Real value added by industry" = "Real value added by industry";

5 ​

ts
readonly 5: "Contributions to percent change in real GDP" = "Contributions to percent change in real GDP";

6 ​

ts
readonly 6: "Value added as percentage of GDP" = "Value added as percentage of GDP";

Released under the MIT License.