diff --git a/core/energy.mcf b/core/energy.mcf index a7ba5b12f..580b05e43 100644 --- a/core/energy.mcf +++ b/core/energy.mcf @@ -151,6 +151,12 @@ rangeIncludes: schema:Quantity domainIncludes: schema:Electricity, schema:Energy, schema:Fuel name: "exports" +###US ITA Addition +Node: dcid:tradePartner +typeOf: dcs:Property +name: "tradePartner" +rangeIncludes: dcid:Country + Node: dcid:reserves typeOf: schema:Property rangeIncludes: schema:Quantity diff --git a/core/naics_enums.mcf b/core/naics_enums.mcf index b791e2ae6..3f66785b2 100644 --- a/core/naics_enums.mcf +++ b/core/naics_enums.mcf @@ -15126,3 +15126,13 @@ name: "State and local government education" Node: dcid:NAICS/JOLTS_929000 typeOf: dcs:NAICSEnum name: "State and local government excluding education" + +Node: dcid:NAICS/980 +typeOf: dcid:NAICSEnum +name: "Goods Returned (Exports for Canada Only)" +dcid: "NAICS/980" + +Node: dcid:NAICS/990 +typeOf: dcid:NAICSEnum +name: "Other Special Classification Provisions" +dcid: "NAICS/990" diff --git a/core/wto_trade_schema.mcf b/core/wto_trade_schema.mcf index 98a9aaeec..0017bbcc2 100644 --- a/core/wto_trade_schema.mcf +++ b/core/wto_trade_schema.mcf @@ -2,7 +2,7 @@ Node: dcid:product typeOf: dcs:Property name: "product" domainIncludes: dcid:EconomicActivity -rangeIncludes: dcid:ProductEnum,dcid:FarmInventoryTypeEnum +rangeIncludes: dcid:ProductEnum,dcid:FarmInventoryTypeEnum,dcid:EconomicActivity isProvisional: dcs:True Node: dcid:ProductEnum @@ -30,6 +30,12 @@ domainIncludes: dcid:EconomicActivity rangeIncludes: dcid:Country,dcid:Place,dcid:ContinentalUnion isProvisional: dcs:True +###US ITA Addition +Node: dcid:tradePartner +typeOf: dcs:Property +name: "tradePartner" +rangeIncludes: dcid:Country + Node: dcid:RestOfTheWorld typeOf: dcid:Country name: "RestOfTheWorld" diff --git a/stat_vars/us_ita_two_way_trade.mcf b/stat_vars/us_ita_two_way_trade.mcf new file mode 100644 index 000000000..e69de29bb