diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 64d7e27b7..ad460fa5a 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -3379,3 +3379,28 @@ name: "palmaRatio" description: "The Palma ratio is a measure of inequality that divides the share received by the richest 10% by the share of the poorest 40%" descriptionUrl: "https://ourworldindata.org/grapher/palma-ratio-s90s40-ratio" + +Node: dcid:investmentProgram +typeOf: dcs:Property +name: "investmentProgram" +domainIncludes: dcid:Investment +rangeIncludes: dcid:InvestmentProgramEnum +description: "The type of program under which the investement is done." + +Node: dcid:programType +typeOf: dcs:Property +name: "programType" +domainIncludes: dcid:Investment,dcid:JobsCreated,dcid:JobsSaved,dcid:EconomicActivity +rangeIncludes: dcid:ProgramTypeEnum +description: "The administration sector respondible for development" + +Node: dcid:investment +typeOf: dcs:Property +name: "investment" +domainIncludes: dcs:EconomicActivity + +Node: dcid:investmentSource +typeOf: dcs:Property +name: "investmentSource" +domainIncludes: dcid:EconomicActivity +rangeIncludes: dcid:InvestmentSourceEnum diff --git a/core/dcschema_enum_classes.mcf b/core/dcschema_enum_classes.mcf index 6cf084935..38b2661d8 100644 --- a/core/dcschema_enum_classes.mcf +++ b/core/dcschema_enum_classes.mcf @@ -509,3 +509,20 @@ Node: dcid:WorldBank_CurrencyEnum typeOf: schema:Class subClassOf: dcs:Enumeration name: "WorldBank_CurrencyEnum" + +Node: dcid:InvestmentSourceEnum +typeOf: schema:Class +subClassOf: dcs:Enumeration +name: "InvestmentSourceEnum" +description: "Type of sector that has invested in the program" + +Node: dcid:ProgramTypeEnum +typeOf: schema:Class +subClassOf: dcs:Enumeration +name: "ProgramTypeEnum" +description: "Type of administration effecting the economy." + +Node: dcid:InvestmentProgramEnum +typeOf: schema:Class +subClassOf: dcs:Enumeration +name: "InvestmentProgramEnum" diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index 0d1cc0dc0..38633b4a8 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -2792,3 +2792,45 @@ name:"Kilogram Per Hectare" Node: dcid:StudentTeacherRatio typeOf:UnitOfMeasure name:"StudentTeacherRatio" + +Node: dcid:Private +typeOf: dcid:InvestmentSourceEnum +name: "Private" +description: "A private entity had invested in the program" + +Node: dcid:EconomicDevelopmentAdministration +typeOf: dcid:ProgramTypeEnum +name: "Economic Development Administration" +description: "It is an administration which focuses on development and investments." + +Node: dcid:EconomicAdjustmentAssistance +typeOf: dcid:InvestmentProgramEnum +name: "Economic Adjustment Assistance" + +Node: dcid:ProgramPlanning +typeOf: dcid:InvestmentProgramEnum +name: "Program Planning" + +Node: dcid:PublicWorks +typeOf: dcid:InvestmentProgramEnum +name: "Public Works" + +Node: dcid:RegionalInnovationStrategies +typeOf: dcid:InvestmentProgramEnum +name: "Regional Innovation Strategies" + +Node: dcid:TechnicalAssistance +typeOf: dcid:InvestmentProgramEnum +name: "Technical Assistance" + +Node: dcid:ResearchNationalTechnicalAssistance +typeOf: dcid:InvestmentProgramEnum +name: "Research National Technical Assistance" + +Node: dcid:TradeAdjustmentAssistance +typeOf: dcid:InvestmentProgramEnum +name: "Trade Adjustment Assistance" + +Node: dcid:Research +typeOf: dcid:InvestmentProgramEnum +name: "Research" diff --git a/core/measurement_methods.mcf b/core/measurement_methods.mcf index 98f042442..394f96adb 100644 --- a/core/measurement_methods.mcf +++ b/core/measurement_methods.mcf @@ -322,3 +322,8 @@ typeOf: dcs:MeasurementMethodEnum Node: dcid:FeedingAmerica_Estimate name: "FeedingAmerica_Estimate" typeOf: dcs:MeasurementMethodEnum + +Node: dcid:EDA_Estimate +subClassOf: dcs:MeasurementMethodEnum +description: "Measurement methods used solely for estimating the statistics under various entities." +typeOf: schema:Class diff --git a/core/schema.mcf b/core/schema.mcf index 2b52f6c57..70efac67e 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -5970,7 +5970,7 @@ source: "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources" Node: amount dcid: "amount" typeOf: schema:Property -domainIncludes: schema:DatedMoneySpecification, dcs:Emissions, dcs:FarmInventory, dcs:EconomicActivity, dcs:Debt +domainIncludes: schema:DatedMoneySpecification, dcs:Emissions, dcs:FarmInventory, dcs:EconomicActivity, dcs:Debt, dcs:Investment name: "amount" rangeIncludes: schema:Number @@ -11167,3 +11167,18 @@ name: "figi" description: "Financial Instrument Global Identifier (FIGI) from OpenFIGI, an open system for identifying instruments globally across all asset classes. A FIGI is a 12 character, alphanumeric, randomly generated ID that covers hundreds of millions of active and inactive instruments that never changes once assigned." domainIncludes: dcs:Company rangeIncludes: dcid:Place + +Node: dcid:Investment +typeOf: dcs:Class +name: "Investment" +subClassOf: dcs:Thing + +Node: dcid:JobsCreated +typeOf: dcs:Class +name: "JobsCreated" +subClassOf: dcs:Thing + +Node: dcid:JobsSaved +typeOf: dcs:Class +name: "JobsSaved" +subClassOf: dcs:Thing diff --git a/stat_vars/commerce_EDA_stat_vars.mcf b/stat_vars/commerce_EDA_stat_vars.mcf new file mode 100644 index 000000000..a846decb2 --- /dev/null +++ b/stat_vars/commerce_EDA_stat_vars.mcf @@ -0,0 +1,90 @@ +Node: dcid:Count_Investment_EconomicDevelopmentAdministration +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:count +statType: dcid:measuredValue +programType: dcid:EconomicDevelopmentAdministration + +Node: dcid:Count_JobsCreated_EconomicDevelopmentAdministration +typeOf: dcid:StatisticalVariable +populationType: dcid:JobsCreated +measuredProperty: dcid:count +statType: dcid:measuredValue +programType: dcid:EconomicDevelopmentAdministration + +Node: dcid:Count_JobsSaved_EconomicDevelopmentAdministration +typeOf: dcid:StatisticalVariable +populationType: dcid:JobsSaved +measuredProperty: dcid:count +statType: dcid:measuredValue +programType: dcid:EconomicDevelopmentAdministration + +Node: dcid:Investment_EconomicActivity_Private_EconomicDevelopmentAdministration +typeOf: dcid:StatisticalVariable +populationType: dcid:EconomicActivity +measuredProperty: dcid:investment +statType: dcid:measuredValue +investmentSource: dcid:Private +programType: dcid:EconomicDevelopmentAdministration + +Node: dcid:Amount_Investment +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:amount +statType: dcid:measuredValue + +Node: dcid:Amount_Investment_EconomicAdjustmentAssistance +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:amount +statType: dcid:measuredValue +investmentProgram: dcid:EconomicAdjustmentAssistance + +Node: dcid:Amount_Investment_ProgramPlanning +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:amount +statType: dcid:measuredValue +investmentProgram: dcid:ProgramPlanning + +Node: dcid:Amount_Investment_PublicWorks +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:amount +statType: dcid:measuredValue +investmentProgram: dcid:PublicWorks + +Node: dcid:Amount_Investment_RegionalInnovationStrategies +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:amount +statType: dcid:measuredValue +investmentProgram: dcid:RegionalInnovationStrategies + +Node: dcid:Amount_Investment_Research +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:amount +statType: dcid:measuredValue +investmentProgram: dcid:Research + +Node: dcid:Amount_Investment_ResearchNationalTechnicalAssistance +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:amount +statType: dcid:measuredValue +investmentProgram: dcid:ResearchNationalTechnicalAssistance + +Node: dcid:Amount_Investment_TechnicalAssistance +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:amount +statType: dcid:measuredValue +investmentProgram: dcid:TechnicalAssistance + +Node: dcid:Amount_Investment_TradeAdjustmentAssistance +typeOf: dcid:StatisticalVariable +populationType: dcid:Investment +measuredProperty: dcid:amount +statType: dcid:measuredValue +investmentProgram: dcid:TradeAdjustmentAssistance