From f23a2e9cdfd428bf0f8d3a8b0ba2fc532075c8c4 Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Sun, 10 May 2026 10:36:42 +0800 Subject: [PATCH] chore(tags): lowercase ASCII tags across existing sources Retroactive cleanup flagged during PR #224 review: 24 pure-ASCII tags containing uppercase letters are lowercased across 15 existing data source files. CJK / mixed-script tags are left untouched per existing rules. --- firstdata/sources/china/construction/china-cih-index.json | 4 ++-- firstdata/sources/china/construction/china-cric.json | 2 +- .../china/economy/industry_associations/china-camac.json | 2 +- firstdata/sources/china/finance/china-nifa.json | 2 +- firstdata/sources/china/infrastructure/china-cttic.json | 2 +- .../china/infrastructure/china-ports-association.json | 2 +- .../sources/china/national/meteorology/china-ncc.json | 4 ++-- .../technology/industry_associations/china-cemia.json | 6 +++--- .../sources/countries/europe/romania/romania-bvb.json | 6 +++--- firstdata/sources/countries/oceania/australia/asx.json | 8 ++++---- firstdata/sources/international/climate/cdp.json | 2 +- .../international/climate/global-carbon-project.json | 2 +- .../standards-metrology/global-reporting-initiative.json | 2 +- .../international/standards-metrology/sasb-standards.json | 2 +- firstdata/sources/regional/asean-centre-for-energy.json | 2 +- 15 files changed, 24 insertions(+), 24 deletions(-) diff --git a/firstdata/sources/china/construction/china-cih-index.json b/firstdata/sources/china/construction/china-cih-index.json index 1be6c71..abb80ee 100644 --- a/firstdata/sources/china/construction/china-cih-index.json +++ b/firstdata/sources/china/construction/china-cih-index.json @@ -23,12 +23,12 @@ "real-estate", "房地产", "中指研究院", - "CREIS", + "creis", "百城价格指数", "land-market", "土地招拍挂", "房企排名", - "TOP100", + "top100", "price-index" ], "data_content": { diff --git a/firstdata/sources/china/construction/china-cric.json b/firstdata/sources/china/construction/china-cric.json index c8ff39b..78c635b 100644 --- a/firstdata/sources/china/construction/china-cric.json +++ b/firstdata/sources/china/construction/china-cric.json @@ -23,7 +23,7 @@ "real-estate", "房地产", "克而瑞", - "CRIC", + "cric", "房企销售榜", "developer-ranking", "房企融资", diff --git a/firstdata/sources/china/economy/industry_associations/china-camac.json b/firstdata/sources/china/economy/industry_associations/china-camac.json index b3a994b..2edc454 100644 --- a/firstdata/sources/china/economy/industry_associations/china-camac.json +++ b/firstdata/sources/china/economy/industry_associations/china-camac.json @@ -35,7 +35,7 @@ "航空维修", "航空器材", "民航", - "MRO", + "mro", "行业协会" ], "data_content": { diff --git a/firstdata/sources/china/finance/china-nifa.json b/firstdata/sources/china/finance/china-nifa.json index 4378594..d284b6b 100644 --- a/firstdata/sources/china/finance/china-nifa.json +++ b/firstdata/sources/china/finance/china-nifa.json @@ -26,7 +26,7 @@ "中国互联网金融协会", "互联网金融", "网络借贷", - "P2P", + "p2p", "数字支付", "金融科技", "fintech", diff --git a/firstdata/sources/china/infrastructure/china-cttic.json b/firstdata/sources/china/infrastructure/china-cttic.json index fdc7890..5919c2c 100644 --- a/firstdata/sources/china/infrastructure/china-cttic.json +++ b/firstdata/sources/china/infrastructure/china-cttic.json @@ -35,7 +35,7 @@ "北斗", "营运车辆", "交通信息化", - "CTTIC" + "cttic" ], "data_content": { "en": [ diff --git a/firstdata/sources/china/infrastructure/china-ports-association.json b/firstdata/sources/china/infrastructure/china-ports-association.json index 01a6958..e7d4463 100644 --- a/firstdata/sources/china/infrastructure/china-ports-association.json +++ b/firstdata/sources/china/infrastructure/china-ports-association.json @@ -36,7 +36,7 @@ "集装箱吞吐量", "港航业", "水运", - "CPHA" + "cpha" ], "data_content": { "en": [ diff --git a/firstdata/sources/china/national/meteorology/china-ncc.json b/firstdata/sources/china/national/meteorology/china-ncc.json index 684c6ce..7f17cbd 100644 --- a/firstdata/sources/china/national/meteorology/china-ncc.json +++ b/firstdata/sources/china/national/meteorology/china-ncc.json @@ -31,8 +31,8 @@ "气候预测", "china-climate", "中国气候", - "NCC", - "CMA" + "ncc", + "cma" ], "data_content": { "en": [ diff --git a/firstdata/sources/china/technology/industry_associations/china-cemia.json b/firstdata/sources/china/technology/industry_associations/china-cemia.json index 9f25f3f..e5ff30e 100644 --- a/firstdata/sources/china/technology/industry_associations/china-cemia.json +++ b/firstdata/sources/china/technology/industry_associations/china-cemia.json @@ -26,13 +26,13 @@ "第三代半导体", "碳化硅", "氮化镓", - "SiC", - "GaN", + "sic", + "gan", "electronic-materials", "电子特气", "光伏材料", "industry-association", - "MIIT", + "miit", "china" ], "data_content": { diff --git a/firstdata/sources/countries/europe/romania/romania-bvb.json b/firstdata/sources/countries/europe/romania/romania-bvb.json index 0946ae9..0fa848b 100644 --- a/firstdata/sources/countries/europe/romania/romania-bvb.json +++ b/firstdata/sources/countries/europe/romania/romania-bvb.json @@ -24,13 +24,13 @@ "romania", "bucharest", "stock-exchange", - "BVB", + "bvb", "securities", "equities", "bonds", "derivatives", - "BET-index", - "IPO", + "bet-index", + "ipo", "market-data", "罗马尼亚", "布加勒斯特", diff --git a/firstdata/sources/countries/oceania/australia/asx.json b/firstdata/sources/countries/oceania/australia/asx.json index eec0865..bbc50d5 100644 --- a/firstdata/sources/countries/oceania/australia/asx.json +++ b/firstdata/sources/countries/oceania/australia/asx.json @@ -27,11 +27,11 @@ "stock-exchange", "securities", "equities", - "ASX-200", - "All-Ordinaries", + "asx-200", + "all-ordinaries", "derivatives", - "ETF", - "IPO", + "etf", + "ipo", "market-data", "澳大利亚", "澳洲证券交易所", diff --git a/firstdata/sources/international/climate/cdp.json b/firstdata/sources/international/climate/cdp.json index 06015ed..f7399db 100644 --- a/firstdata/sources/international/climate/cdp.json +++ b/firstdata/sources/international/climate/cdp.json @@ -33,7 +33,7 @@ "碳披露", "climate-risk", "气候风险", - "CDP" + "cdp" ], "data_content": { "en": [ diff --git a/firstdata/sources/international/climate/global-carbon-project.json b/firstdata/sources/international/climate/global-carbon-project.json index 7d6bd24..0d70756 100644 --- a/firstdata/sources/international/climate/global-carbon-project.json +++ b/firstdata/sources/international/climate/global-carbon-project.json @@ -35,7 +35,7 @@ "气候变化", "fossil-fuels", "化石燃料", - "GCP" + "gcp" ], "data_content": { "en": [ diff --git a/firstdata/sources/international/standards-metrology/global-reporting-initiative.json b/firstdata/sources/international/standards-metrology/global-reporting-initiative.json index acefd93..a92f954 100644 --- a/firstdata/sources/international/standards-metrology/global-reporting-initiative.json +++ b/firstdata/sources/international/standards-metrology/global-reporting-initiative.json @@ -32,7 +32,7 @@ "可持续发展", "corporate-disclosure", "企业披露", - "GRI" + "gri" ], "data_content": { "en": [ diff --git a/firstdata/sources/international/standards-metrology/sasb-standards.json b/firstdata/sources/international/standards-metrology/sasb-standards.json index 603f586..47a5b4e 100644 --- a/firstdata/sources/international/standards-metrology/sasb-standards.json +++ b/firstdata/sources/international/standards-metrology/sasb-standards.json @@ -33,7 +33,7 @@ "国际可持续准则", "investor-disclosure", "投资者披露", - "IFRS" + "ifrs" ], "data_content": { "en": [ diff --git a/firstdata/sources/regional/asean-centre-for-energy.json b/firstdata/sources/regional/asean-centre-for-energy.json index 037b057..898f17f 100644 --- a/firstdata/sources/regional/asean-centre-for-energy.json +++ b/firstdata/sources/regional/asean-centre-for-energy.json @@ -29,7 +29,7 @@ "energy-outlook", "energy-efficiency", "intergovernmental", - "ACE", + "ace", "东盟", "东南亚", "能源",