From abb226ddb2bbbf930b25f0e81fbd31c4702915f6 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Tue, 28 Apr 2026 03:50:20 -0700 Subject: [PATCH] Adding new statvars for the US_CPI import PiperOrigin-RevId: 906871594 --- core/us_bls_cpi_schema.mcf | 14 +++++++++++- stat_vars/bls_cpi_category_statvars.mcf | 30 +++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/core/us_bls_cpi_schema.mcf b/core/us_bls_cpi_schema.mcf index 8ab02f6f4..2d050353d 100644 --- a/core/us_bls_cpi_schema.mcf +++ b/core/us_bls_cpi_schema.mcf @@ -2070,7 +2070,7 @@ typeOf: dcid:ConsumerGoodsCategoryEnum name: "Services less energy services" Node: dcid:AutomobileService -typeOf: dcid:AlcoholicBeverageTypeEnum +typeOf: dcid:ConsumerGoodsCategoryEnum name: "Automobile service" Node: dcid:CableSatelliteTelevisionAndRadioService @@ -2198,3 +2198,15 @@ name: "Alcoholic beverages and beverage materials" Node: dcid:PetFoodAndTreats typeOf: dcid:ConsumerGoodsCategoryEnum name: "Pet food and treats" + +Node: dcid:LodgingWhileAtSchool +typeOf: dcid:ConsumerGoodsCategoryEnum +name: "Lodging while at school" + +Node: dcid:HomeHealthCare +typeOf: dcid:ConsumerGoodsCategoryEnum +name: "Home Health Care" + +Node: dcid:TechnicalAndVocationalSchoolTuitionAndFixedFees +typeOf: dcid:ConsumerGoodsCategoryEnum +name: "Technical And Vocational School Tuition And Fixed Fees" diff --git a/stat_vars/bls_cpi_category_statvars.mcf b/stat_vars/bls_cpi_category_statvars.mcf index 933fea1a4..e3dbdd585 100644 --- a/stat_vars/bls_cpi_category_statvars.mcf +++ b/stat_vars/bls_cpi_category_statvars.mcf @@ -19922,3 +19922,33 @@ comparisonPeriod: dcid:YearOnChange consumer: dcid:UrbanWageEarnerAndClericalWorker consumerGoodsCategory: dcid:UtilityPipedGasService name: "Growth rate of consumer price index for utility piped gas service for urban wage earners and clerical workers (seasonally unadjusted, year on change)" + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HomeHealthCare +typeOf: dcid:StatisticalVariable +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +name: "Consumer price index for home health care for urban consumers seasonally unadjusted" +statType: dcid:measuredValue +consumer: dcid:UrbanConsumer +consumerGoodsCategory: dcid:HomeHealthCare + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LodgingWhileAtSchool +typeOf: dcid:StatisticalVariable +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +name: "Consumer price index for lodging while at school for urban consumers seasonally unadjusted" +statType: dcid:measuredValue +consumer: dcid:UrbanConsumer +consumerGoodsCategory: dcid:LodgingWhileAtSchool + +Node: dcid:SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TechnicalAndVocationalSchoolTuitionAndFixedFees +typeOf: dcid:StatisticalVariable +populationType: dcid:ConsumerGoodsAndServices +measuredProperty: dcid:consumerPriceIndex +measurementQualifier: dcid:BLSSeasonallyUnadjusted +name: "Consumer price index for technical and vocational school tuition and fixed fees for urban consumers seasonally unadjusted" +statType: dcid:measuredValue +consumer: dcid:UrbanConsumer +consumerGoodsCategory: dcid:TechnicalAndVocationalSchoolTuitionAndFixedFees