Skip to content

Commit 382b3b5

Browse files
Merge pull request #60 from MLT-OSS/fix/schema-field-names
fix: standardize schema field names (country_code→country, coverage→geographic_scope)
2 parents 3fecb58 + 51655a4 commit 382b3b5

19 files changed

Lines changed: 250 additions & 92 deletions

File tree

firstdata/sources/china/china-csdc.json

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,33 @@
1212
"data_url": "https://www.chinaclear.cn/zdjs/tjyb/center_tjbg.shtml",
1313
"api_url": null,
1414
"data_content": {
15-
"en": ["Investor account statistics", "Securities settlement data", "Market capitalization reports", "Bond custody data", "Monthly statistical bulletins"],
16-
"zh": ["投资者账户统计", "证券结算数据", "市值报告", "债券托管数据", "月度统计公报"]
15+
"en": [
16+
"Investor account statistics",
17+
"Securities settlement data",
18+
"Market capitalization reports",
19+
"Bond custody data",
20+
"Monthly statistical bulletins"
21+
],
22+
"zh": [
23+
"投资者账户统计",
24+
"证券结算数据",
25+
"市值报告",
26+
"债券托管数据",
27+
"月度统计公报"
28+
]
1729
},
1830
"authority_level": "other",
1931
"update_frequency": "monthly",
20-
"coverage": "national",
21-
"country_code": "CN",
22-
"domains": ["finance"],
23-
"tags": ["securities", "clearing", "settlement", "investor", "china"],
24-
"license": "open"
32+
"domains": [
33+
"finance"
34+
],
35+
"tags": [
36+
"securities",
37+
"clearing",
38+
"settlement",
39+
"investor",
40+
"china"
41+
],
42+
"country": "CN",
43+
"geographic_scope": "national"
2544
}

firstdata/sources/china/china-nea.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
},
2626
"authority_level": "government",
2727
"update_frequency": "monthly",
28-
"coverage": "national",
29-
"country_code": "CN",
3028
"domains": [
3129
"energy"
3230
],
@@ -37,5 +35,6 @@
3735
"power",
3836
"china"
3937
],
40-
"license": "open"
38+
"country": "CN",
39+
"geographic_scope": "national"
4140
}

firstdata/sources/china/china-sac.json

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,33 @@
1212
"data_url": "https://www.sac.net.cn/hysj/",
1313
"api_url": null,
1414
"data_content": {
15-
"en": ["Securities broker rankings", "Industry revenue statistics", "Member firm data", "Practitioner registration", "Securities market overview"],
16-
"zh": ["券商排名", "行业营收统计", "会员公司数据", "从业人员注册", "证券市场概览"]
15+
"en": [
16+
"Securities broker rankings",
17+
"Industry revenue statistics",
18+
"Member firm data",
19+
"Practitioner registration",
20+
"Securities market overview"
21+
],
22+
"zh": [
23+
"券商排名",
24+
"行业营收统计",
25+
"会员公司数据",
26+
"从业人员注册",
27+
"证券市场概览"
28+
]
1729
},
1830
"authority_level": "other",
1931
"update_frequency": "quarterly",
20-
"coverage": "national",
21-
"country_code": "CN",
22-
"domains": ["finance"],
23-
"tags": ["securities", "broker", "china", "sac", "ranking"],
24-
"license": "open"
32+
"domains": [
33+
"finance"
34+
],
35+
"tags": [
36+
"securities",
37+
"broker",
38+
"china",
39+
"sac",
40+
"ranking"
41+
],
42+
"country": "CN",
43+
"geographic_scope": "national"
2544
}

firstdata/sources/china/cninfo.json

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,33 @@
1212
"data_url": "https://www.cninfo.com.cn/new/commonUrl?url=disclosure/list/search",
1313
"api_url": "https://www.cninfo.com.cn/new/hisAnnouncement/query",
1414
"data_content": {
15-
"en": ["Listed company financial reports", "Regulatory announcements", "IPO prospectuses", "Bond information", "Market statistics"],
16-
"zh": ["上市公司财务报告", "监管公告", "IPO招股说明书", "债券信息", "市场统计"]
15+
"en": [
16+
"Listed company financial reports",
17+
"Regulatory announcements",
18+
"IPO prospectuses",
19+
"Bond information",
20+
"Market statistics"
21+
],
22+
"zh": [
23+
"上市公司财务报告",
24+
"监管公告",
25+
"IPO招股说明书",
26+
"债券信息",
27+
"市场统计"
28+
]
1729
},
1830
"authority_level": "government",
1931
"update_frequency": "daily",
20-
"coverage": "national",
21-
"country_code": "CN",
22-
"domains": ["finance"],
23-
"tags": ["cninfo", "disclosure", "listed-company", "financial-report", "china"],
24-
"license": "open"
32+
"domains": [
33+
"finance"
34+
],
35+
"tags": [
36+
"cninfo",
37+
"disclosure",
38+
"listed-company",
39+
"financial-report",
40+
"china"
41+
],
42+
"country": "CN",
43+
"geographic_scope": "national"
2544
}

firstdata/sources/countries/asia/dosm.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"JSON",
3434
"Parquet"
3535
],
36-
"license": "Open Data",
3736
"contact": {
3837
"email": "info@dosm.gov.my",
3938
"phone": "+60 3-8885 7000"

firstdata/sources/countries/asia/japan/japan-esri.json

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,33 @@
1212
"data_url": "https://www.esri.cao.go.jp/en/sna/menu.html",
1313
"api_url": null,
1414
"data_content": {
15-
"en": ["GDP and System of National Accounts", "Quarterly GDP estimates", "Business cycle indicators", "Consumer confidence survey", "Economic outlook forecasts"],
16-
"zh": ["GDP与国民经济计算体系", "季度GDP估算", "景气循环指标", "消费者信心调查", "经济展望预测"]
15+
"en": [
16+
"GDP and System of National Accounts",
17+
"Quarterly GDP estimates",
18+
"Business cycle indicators",
19+
"Consumer confidence survey",
20+
"Economic outlook forecasts"
21+
],
22+
"zh": [
23+
"GDP与国民经济计算体系",
24+
"季度GDP估算",
25+
"景气循环指标",
26+
"消费者信心调查",
27+
"经济展望预测"
28+
]
1729
},
1830
"authority_level": "government",
1931
"update_frequency": "quarterly",
20-
"coverage": "national",
21-
"country_code": "JP",
22-
"domains": ["economics"],
23-
"tags": ["japan", "gdp", "sna", "national-accounts", "business-cycle"],
24-
"license": "open"
32+
"domains": [
33+
"economics"
34+
],
35+
"tags": [
36+
"japan",
37+
"gdp",
38+
"sna",
39+
"national-accounts",
40+
"business-cycle"
41+
],
42+
"country": "JP",
43+
"geographic_scope": "national"
2544
}

firstdata/sources/countries/asia/japan/japan-jma.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
},
2727
"authority_level": "government",
2828
"update_frequency": "daily",
29-
"coverage": "national",
30-
"country_code": "JP",
3129
"domains": [
3230
"climate",
3331
"environment",
@@ -40,5 +38,6 @@
4038
"japan",
4139
"climate"
4240
],
43-
"license": "open"
41+
"country": "JP",
42+
"geographic_scope": "national"
4443
}

firstdata/sources/countries/europe/bank-of-england-statistics.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@
7878
"en": "Varies by dataset: Daily (exchange rates, SONIA), Weekly (money markets), Monthly (lending, deposits), Quarterly (detailed breakdowns)",
7979
"zh": "因数据集而异:每日(汇率、SONIA)、每周(货币市场)、每月(信贷、存款)、每季度(详细分类)"
8080
},
81-
"license": {
82-
"type": "Open Government Licence",
83-
"url": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
84-
"notes": {
85-
"en": "Most data published under UK Open Government Licence v3.0, allowing free reuse with attribution. Some exchange rate data excluded due to third-party licensing.",
86-
"zh": "大部分数据根据英国开放政府许可证 v3.0 发布,允许署名后自由使用。部分汇率数据因第三方许可而不包含在内。"
87-
}
88-
},
8981
"support": {
9082
"email": "BEEDSQueries@bankofengland.co.uk"
9183
},

firstdata/sources/countries/europe/italy/italy-istat.json

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,35 @@
1212
"data_url": "https://esploradati.istat.it/databrowser/",
1313
"api_url": "https://esploradati.istat.it/SDMXWS/rest",
1414
"data_content": {
15-
"en": ["National accounts and GDP", "Population census", "Labor market statistics", "Consumer price index", "Regional economic indicators"],
16-
"zh": ["国民账户与GDP", "人口普查", "劳动力市场统计", "消费者价格指数", "区域经济指标"]
15+
"en": [
16+
"National accounts and GDP",
17+
"Population census",
18+
"Labor market statistics",
19+
"Consumer price index",
20+
"Regional economic indicators"
21+
],
22+
"zh": [
23+
"国民账户与GDP",
24+
"人口普查",
25+
"劳动力市场统计",
26+
"消费者价格指数",
27+
"区域经济指标"
28+
]
1729
},
1830
"authority_level": "government",
1931
"update_frequency": "monthly",
20-
"coverage": "national",
21-
"country_code": "IT",
22-
"domains": ["economics", "demographics", "employment"],
23-
"tags": ["italy", "statistics", "gdp", "census", "labor"],
24-
"license": "open"
32+
"domains": [
33+
"economics",
34+
"demographics",
35+
"employment"
36+
],
37+
"tags": [
38+
"italy",
39+
"statistics",
40+
"gdp",
41+
"census",
42+
"labor"
43+
],
44+
"country": "IT",
45+
"geographic_scope": "national"
2546
}

firstdata/sources/countries/europe/netherlands/netherlands-cbs.json

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,43 @@
1212
"data_url": "https://opendata.cbs.nl/statline/",
1313
"api_url": "https://odata4.cbs.nl/CBS/Datasets",
1414
"data_content": {
15-
"en": ["GDP and national accounts", "Population demographics", "International trade", "Labor market statistics", "Consumer price index", "Housing and construction", "Environment and energy"],
16-
"zh": ["GDP与国民账户", "人口统计", "国际贸易", "劳动力市场", "消费者价格指数", "住房与建设", "环境与能源"]
15+
"en": [
16+
"GDP and national accounts",
17+
"Population demographics",
18+
"International trade",
19+
"Labor market statistics",
20+
"Consumer price index",
21+
"Housing and construction",
22+
"Environment and energy"
23+
],
24+
"zh": [
25+
"GDP与国民账户",
26+
"人口统计",
27+
"国际贸易",
28+
"劳动力市场",
29+
"消费者价格指数",
30+
"住房与建设",
31+
"环境与能源"
32+
]
1733
},
1834
"authority_level": "government",
1935
"update_frequency": "monthly",
20-
"coverage": "national",
21-
"country_code": "NL",
22-
"domains": ["economics", "demographics", "trade", "employment", "environment", "housing", "energy"],
23-
"tags": ["netherlands", "statistics", "cbs", "odata", "gdp"],
24-
"license": "open"
36+
"domains": [
37+
"economics",
38+
"demographics",
39+
"trade",
40+
"employment",
41+
"environment",
42+
"housing",
43+
"energy"
44+
],
45+
"tags": [
46+
"netherlands",
47+
"statistics",
48+
"cbs",
49+
"odata",
50+
"gdp"
51+
],
52+
"country": "NL",
53+
"geographic_scope": "national"
2554
}

0 commit comments

Comments
 (0)