Skip to content

Commit ad367f6

Browse files
committed
fix: address QA review - add data_content, geographic_scope, remove non-standard fields, lowercase tags
1 parent c90fd21 commit ad367f6

10 files changed

Lines changed: 250 additions & 37 deletions

File tree

firstdata/sources/china/economy/china-mct.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,20 @@
2525
],
2626
"authority_level": "government",
2727
"update_frequency": "annual",
28-
"access_level": "free",
29-
"has_api": false
28+
"geographic_scope": "national",
29+
"data_content": {
30+
"en": [
31+
"Tourism Statistics - Domestic and international tourist arrivals, revenue, and expenditure",
32+
"Cultural Industry - Cultural enterprise statistics, revenue, and employment",
33+
"Online Travel - Online travel market regulation and platform data",
34+
"Heritage Sites - Cultural heritage and scenic area visitor statistics"
35+
],
36+
"zh": [
37+
"旅游统计 - 国内外游客人次、收入和支出",
38+
"文化产业 - 文化企业统计、营收和就业",
39+
"在线旅游 - 在线旅游市场监管和平台数据",
40+
"文化遗产 - 文化遗产和景区游客统计"
41+
]
42+
},
43+
"api_url": null
3044
}

firstdata/sources/china/economy/trade/china-gacc.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,33 @@
1212
"website": "https://www.customs.gov.cn",
1313
"data_url": "https://www.customs.gov.cn/customs/302249/zfxxgk/2799825/302274/302277/index.html",
1414
"country": "CN",
15-
"domains": ["trade", "economics"],
16-
"tags": ["customs", "imports", "exports", "HS-code", "trade-statistics"],
15+
"domains": [
16+
"trade",
17+
"economics"
18+
],
19+
"tags": [
20+
"customs",
21+
"imports",
22+
"exports",
23+
"hs-code",
24+
"trade-statistics"
25+
],
1726
"authority_level": "government",
1827
"update_frequency": "monthly",
19-
"access_level": "free",
20-
"has_api": false
28+
"geographic_scope": "national",
29+
"data_content": {
30+
"en": [
31+
"Import/Export Statistics - Detailed trade data by HS code, country, and commodity category",
32+
"Customs Revenue - National customs duty and tax collection data",
33+
"Trade Balance - Monthly and annual trade surplus/deficit figures",
34+
"Cross-border E-commerce - Cross-border online shopping import/export statistics"
35+
],
36+
"zh": [
37+
"进出口统计 - 按HS编码、国家和商品类别分类的详细贸易数据",
38+
"海关税收 - 全国海关关税和税收征收数据",
39+
"贸易差额 - 月度和年度贸易顺差/逆差数据",
40+
"跨境电商 - 跨境网购进出口统计"
41+
]
42+
},
43+
"api_url": null
2144
}

firstdata/sources/india/technology/india-meity.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,33 @@
1111
"website": "https://www.meity.gov.in",
1212
"data_url": "https://www.meity.gov.in/content/annual-report",
1313
"country": "IN",
14-
"domains": ["technology", "manufacturing", "trade"],
15-
"tags": ["electronics", "IT-policy", "PLI-scheme", "digital-governance"],
14+
"domains": [
15+
"technology",
16+
"manufacturing",
17+
"trade"
18+
],
19+
"tags": [
20+
"electronics",
21+
"it-policy",
22+
"pli-scheme",
23+
"digital-governance"
24+
],
1625
"authority_level": "government",
1726
"update_frequency": "annual",
18-
"access_level": "free",
19-
"has_api": false
27+
"geographic_scope": "national",
28+
"data_content": {
29+
"en": [
30+
"Electronics Production - Domestic electronics manufacturing output and growth",
31+
"IT Exports - Software and IT services export revenue",
32+
"PLI Scheme - Production Linked Incentive scheme progress and investments",
33+
"Digital Infrastructure - Internet penetration, digital payment, and e-governance metrics"
34+
],
35+
"zh": [
36+
"电子产品生产 - 国内电子制造产值和增长",
37+
"IT出口 - 软件和IT服务出口收入",
38+
"PLI计划 - 生产挂钩激励计划进展和投资",
39+
"数字基础设施 - 互联网普及率、数字支付和电子政务指标"
40+
]
41+
},
42+
"api_url": null
2043
}

firstdata/sources/indonesia/national/indonesia-bps.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,33 @@
1313
"data_url": "https://www.bps.go.id/en/statistics-table",
1414
"api_url": "https://webapi.bps.go.id/developer/",
1515
"country": "ID",
16-
"domains": ["economics", "demographics", "trade", "manufacturing"],
17-
"tags": ["statistics", "GDP", "population", "industry"],
16+
"domains": [
17+
"economics",
18+
"demographics",
19+
"trade",
20+
"manufacturing"
21+
],
22+
"tags": [
23+
"statistics",
24+
"gdp",
25+
"population",
26+
"industry"
27+
],
1828
"authority_level": "government",
1929
"update_frequency": "monthly",
20-
"access_level": "free",
21-
"has_api": true
30+
"geographic_scope": "national",
31+
"data_content": {
32+
"en": [
33+
"GDP and Economic Growth - Quarterly and annual national accounts",
34+
"Population Census - Demographics, urbanization, and labor force",
35+
"Trade Statistics - Import/export by commodity and trading partner",
36+
"Manufacturing - Industrial production index and manufacturing output"
37+
],
38+
"zh": [
39+
"GDP和经济增长 - 季度和年度国民账户",
40+
"人口普查 - 人口、城镇化和劳动力",
41+
"贸易统计 - 按商品和贸易伙伴分类的进出口",
42+
"制造业 - 工业生产指数和制造业产值"
43+
]
44+
}
2245
}

firstdata/sources/international/economics/asean-stats.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,27 @@
1919
"tourism"
2020
],
2121
"tags": [
22-
"ASEAN",
22+
"asean",
2323
"regional-statistics",
2424
"trade",
2525
"investment"
2626
],
2727
"authority_level": "international",
2828
"update_frequency": "annual",
29-
"access_level": "free",
30-
"has_api": false
29+
"geographic_scope": "regional",
30+
"data_content": {
31+
"en": [
32+
"Trade Statistics - Intra-ASEAN and external trade flows",
33+
"Investment - FDI inflows by source country and sector",
34+
"Tourism - International visitor arrivals to ASEAN member states",
35+
"Economic Indicators - GDP, inflation, employment across 10 member states"
36+
],
37+
"zh": [
38+
"贸易统计 - 东盟内部和对外贸易流向",
39+
"投资 - 按来源国和行业分类的FDI流入",
40+
"旅游 - 东盟成员国国际游客人次",
41+
"经济指标 - 10个成员国GDP、通胀、就业"
42+
]
43+
},
44+
"api_url": null
3145
}

firstdata/sources/japan/trade/japan-customs.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,31 @@
1313
"data_url": "https://www.customs.go.jp/toukei/info/index_e.htm",
1414
"api_url": "https://www.e-stat.go.jp/api/",
1515
"country": "JP",
16-
"domains": ["trade", "economics"],
17-
"tags": ["customs", "imports", "exports", "trade-statistics"],
16+
"domains": [
17+
"trade",
18+
"economics"
19+
],
20+
"tags": [
21+
"customs",
22+
"imports",
23+
"exports",
24+
"trade-statistics"
25+
],
1826
"authority_level": "government",
1927
"update_frequency": "monthly",
20-
"access_level": "free",
21-
"has_api": true
28+
"geographic_scope": "national",
29+
"data_content": {
30+
"en": [
31+
"Trade Statistics - Monthly import/export by commodity and country",
32+
"Customs District Data - Trade volumes by port and customs office",
33+
"HS Code Analysis - Detailed commodity-level trade classification",
34+
"Trade Trends - Year-over-year trade value and volume changes"
35+
],
36+
"zh": [
37+
"贸易统计 - 按商品和国家分类的月度进出口",
38+
"海关辖区数据 - 按港口和海关办事处分类的贸易量",
39+
"HS编码分析 - 详细商品级贸易分类",
40+
"贸易趋势 - 贸易额和贸易量同比变化"
41+
]
42+
}
2243
}

firstdata/sources/mexico/national/mexico-inegi.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,33 @@
1313
"data_url": "https://www.inegi.org.mx/datos/",
1414
"api_url": "https://www.inegi.org.mx/servicios/api_indicadores.html",
1515
"country": "MX",
16-
"domains": ["economics", "demographics", "trade", "transportation"],
17-
"tags": ["statistics", "GDP", "census", "employment"],
16+
"domains": [
17+
"economics",
18+
"demographics",
19+
"trade",
20+
"transportation"
21+
],
22+
"tags": [
23+
"statistics",
24+
"gdp",
25+
"census",
26+
"employment"
27+
],
1828
"authority_level": "government",
1929
"update_frequency": "monthly",
20-
"access_level": "free",
21-
"has_api": true
30+
"geographic_scope": "national",
31+
"data_content": {
32+
"en": [
33+
"GDP and Economic Activity - National accounts and economic activity indicators",
34+
"Population Census - Demographics, housing, and migration data",
35+
"Employment - Labor force participation, unemployment, and wages",
36+
"Trade and Transportation - Foreign trade statistics and transport infrastructure"
37+
],
38+
"zh": [
39+
"GDP和经济活动 - 国民账户和经济活动指标",
40+
"人口普查 - 人口、住房和迁移数据",
41+
"就业 - 劳动力参与率、失业率和工资",
42+
"贸易和交通 - 对外贸易统计和运输基础设施"
43+
]
44+
}
2245
}

firstdata/sources/russia/national/russia-rosstat.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,35 @@
1212
"website": "https://rosstat.gov.ru",
1313
"data_url": "https://rosstat.gov.ru/statistic",
1414
"country": "RU",
15-
"domains": ["economics", "demographics", "trade", "industry"],
16-
"tags": ["statistics", "GDP", "population", "e-commerce", "retail"],
15+
"domains": [
16+
"economics",
17+
"demographics",
18+
"trade",
19+
"industry"
20+
],
21+
"tags": [
22+
"statistics",
23+
"gdp",
24+
"population",
25+
"e-commerce",
26+
"retail"
27+
],
1728
"authority_level": "government",
1829
"update_frequency": "monthly",
19-
"access_level": "free",
20-
"has_api": false
30+
"geographic_scope": "national",
31+
"data_content": {
32+
"en": [
33+
"GDP and National Accounts - Quarterly and annual economic output",
34+
"Demographics - Population, births, deaths, and migration",
35+
"Industrial Production - Manufacturing and mining output indices",
36+
"Retail and E-commerce - Consumer spending and online retail statistics"
37+
],
38+
"zh": [
39+
"GDP和国民账户 - 季度和年度经济产出",
40+
"人口统计 - 人口、出生、死亡和迁移",
41+
"工业生产 - 制造业和采矿业产出指数",
42+
"零售和电商 - 消费支出和网上零售统计"
43+
]
44+
},
45+
"api_url": null
2146
}

firstdata/sources/singapore/national/singapore-dos.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,33 @@
1212
"data_url": "https://www.singstat.gov.sg/find-data",
1313
"api_url": "https://tablebuilder.singstat.gov.sg/api",
1414
"country": "SG",
15-
"domains": ["economics", "demographics", "trade", "technology"],
16-
"tags": ["statistics", "GDP", "population", "digital-economy"],
15+
"domains": [
16+
"economics",
17+
"demographics",
18+
"trade",
19+
"technology"
20+
],
21+
"tags": [
22+
"statistics",
23+
"gdp",
24+
"population",
25+
"digital-economy"
26+
],
1727
"authority_level": "government",
1828
"update_frequency": "monthly",
19-
"access_level": "free",
20-
"has_api": true
29+
"geographic_scope": "national",
30+
"data_content": {
31+
"en": [
32+
"GDP and Economic Performance - Quarterly national accounts and growth forecasts",
33+
"Population and Demographics - Resident population, age structure, and labor force",
34+
"Trade Statistics - Merchandise and services trade by partner and commodity",
35+
"Digital Economy - ICT sector performance and digital adoption metrics"
36+
],
37+
"zh": [
38+
"GDP和经济表现 - 季度国民账户和增长预测",
39+
"人口和人口统计 - 常住人口、年龄结构和劳动力",
40+
"贸易统计 - 按伙伴和商品分类的货物和服务贸易",
41+
"数字经济 - ICT部门表现和数字化采用指标"
42+
]
43+
}
2144
}

firstdata/sources/thailand/national/thailand-nso.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,34 @@
1212
"website": "https://www.nso.go.th",
1313
"data_url": "https://www.nso.go.th/nsoweb/nso/statistics",
1414
"country": "TH",
15-
"domains": ["economics", "demographics", "labor", "trade"],
16-
"tags": ["statistics", "GDP", "population", "employment"],
15+
"domains": [
16+
"economics",
17+
"demographics",
18+
"labor",
19+
"trade"
20+
],
21+
"tags": [
22+
"statistics",
23+
"gdp",
24+
"population",
25+
"employment"
26+
],
1727
"authority_level": "government",
1828
"update_frequency": "quarterly",
19-
"access_level": "free",
20-
"has_api": false
29+
"geographic_scope": "national",
30+
"data_content": {
31+
"en": [
32+
"Population Census - Demographics, households, and urbanization",
33+
"Labor Force Survey - Employment, unemployment, and wage statistics",
34+
"Economic Statistics - GDP components, prices, and business surveys",
35+
"Social Indicators - Education, health, and income distribution"
36+
],
37+
"zh": [
38+
"人口普查 - 人口、家庭和城镇化",
39+
"劳动力调查 - 就业、失业和工资统计",
40+
"经济统计 - GDP构成、价格和企业调查",
41+
"社会指标 - 教育、卫生和收入分配"
42+
]
43+
},
44+
"api_url": null
2145
}

0 commit comments

Comments
 (0)