From 7064167358d471178decd3da2a19803b5567a35b Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Wed, 8 Apr 2026 10:07:45 +0800 Subject: [PATCH 1/3] feat: add 5 Chinese government data sources (AM batch, 2026-04-08) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add 5 authoritative Chinese industry/government data sources: - china-cnca: China National Coal Association (中国煤炭工业协会) Monthly coal production, prices, trade, safety statistics - china-cec: China Electricity Council (中国电力企业联合会) Monthly power generation by source, installed capacity, electricity consumption - china-acftu: All-China Federation of Trade Unions (中华全国总工会) Union membership, labor disputes, collective bargaining, worker welfare - china-gold-association: China Gold Association (中国黄金协会) Gold mine production, consumption by end-use, SGE prices, silver data - china-ccpit: China Council for the Promotion of International Trade (中国国际贸易促进委员会) Business climate surveys, certificates of origin, FDI, trade dispute statistics All sources validated with make check (401 unique IDs, schema OK). --- .../china/economy/labor/china-acftu.json | 81 ++++++++++++++++++ .../china/economy/trade/china-ccpit.json | 83 ++++++++++++++++++ .../mineral/china-gold-association.json | 83 ++++++++++++++++++ .../industry_associations/china-cec.json | 85 +++++++++++++++++++ .../industry_associations/china-cnca.json | 83 ++++++++++++++++++ 5 files changed, 415 insertions(+) create mode 100644 firstdata/sources/china/economy/labor/china-acftu.json create mode 100644 firstdata/sources/china/economy/trade/china-ccpit.json create mode 100644 firstdata/sources/china/resources/mineral/china-gold-association.json create mode 100644 firstdata/sources/china/technology/industry_associations/china-cec.json create mode 100644 firstdata/sources/china/technology/industry_associations/china-cnca.json diff --git a/firstdata/sources/china/economy/labor/china-acftu.json b/firstdata/sources/china/economy/labor/china-acftu.json new file mode 100644 index 0000000..1224924 --- /dev/null +++ b/firstdata/sources/china/economy/labor/china-acftu.json @@ -0,0 +1,81 @@ +{ + "id": "china-acftu", + "name": { + "en": "All-China Federation of Trade Unions", + "zh": "中华全国总工会" + }, + "description": { + "en": "The All-China Federation of Trade Unions (ACFTU) is the largest trade union federation in the world, with over 300 million members across more than 2.8 million grassroots trade union organizations in China. ACFTU publishes statistics and reports on union membership and organizational development, worker rights protection cases, collective bargaining agreements, occupational health and safety incidents, labor dispute mediation outcomes, and employee welfare programs including housing provident funds, medical benefits, and skills training participation. As the sole national trade union federation recognized in China, ACFTU data provides unique insights into China's labor relations, workforce conditions, and the implementation of labor laws across industries and regions. Its annual reports and research publications are essential for labor economics research, social policy analysis, and corporate compliance studies.", + "zh": "中华全国总工会(全总)是全球规模最大的工会联合会,拥有超过3亿名会员,覆盖全国280余万个基层工会组织。全总发布工会会员数量和组织发展、工人权益保障案例、集体协商合同、职业健康与安全事故、劳动争议调解结果,以及职工住房公积金、医疗福利和职业技能培训参与情况等统计数据和报告。作为中国唯一受认可的全国性工会联合会,全总数据为研究中国劳动关系、劳动力状况及各行业和地区劳动法律法规执行情况提供了独特视角,其年度报告和研究成果对劳动经济学研究、社会政策分析和企业合规研究具有重要参考价值。" + }, + "website": "https://www.acftu.org.cn/", + "data_url": "https://www.acftu.org.cn/gonghui/dongtai/", + "api_url": null, + "authority_level": "other", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "labor", + "social", + "economics", + "governance" + ], + "update_frequency": "annual", + "tags": [ + "中华全国总工会", + "ACFTU", + "All-China Federation of Trade Unions", + "工会", + "trade unions", + "工会会员", + "union membership", + "劳动关系", + "labor relations", + "集体协商", + "collective bargaining", + "劳动争议", + "labor disputes", + "职业健康", + "occupational health", + "工人权益", + "worker rights", + "劳动法", + "labor law", + "职工福利", + "employee welfare", + "住房公积金", + "housing provident fund", + "职业技能", + "vocational skills", + "安全生产", + "work safety", + "工资集体协商", + "wage collective negotiation", + "劳动保护", + "labor protection" + ], + "data_content": { + "en": [ + "Union membership: total members, growth rates, and distribution by industry, enterprise type, and province", + "Organizational development: number of grassroots union organizations, enterprise coverage rates", + "Collective bargaining: number of collective contracts signed, workers covered, and contract renewal rates", + "Labor dispute mediation: cases handled, resolution rates, and types of labor disputes by category", + "Occupational safety: work-related accidents, injuries, fatalities, and major safety incident statistics", + "Worker welfare: housing provident fund contributions, medical benefit coverage, and social insurance participation rates", + "Skills training: vocational training participation, certification rates, and skills competition outcomes", + "Rights protection: labor rights cases handled, outcomes, and legal assistance provided to workers", + "Wage and income: collective wage negotiation outcomes and minimum wage tracking across regions" + ], + "zh": [ + "工会会员:总人数、增长率及按行业、企业性质和省份的分布情况", + "组织发展:基层工会组织数量、企业覆盖率", + "集体协商:签订集体合同数量、覆盖职工人数及合同续签率", + "劳动争议调解:处理案件数、调解成功率和按类别划分的劳动争议类型", + "职业安全:工伤事故、伤亡人员及重大安全事故统计", + "职工福利:住房公积金缴存情况、医疗福利覆盖率和社会保险参保率", + "技能培训:职业技能培训参与情况、获证率及职业技能竞赛成果", + "权益保障:劳动权益案例处理、结案情况及为职工提供的法律援助", + "工资收入:集体工资协商结果和各地区最低工资标准追踪" + ] + } +} diff --git a/firstdata/sources/china/economy/trade/china-ccpit.json b/firstdata/sources/china/economy/trade/china-ccpit.json new file mode 100644 index 0000000..13fcf4d --- /dev/null +++ b/firstdata/sources/china/economy/trade/china-ccpit.json @@ -0,0 +1,83 @@ +{ + "id": "china-ccpit", + "name": { + "en": "China Council for the Promotion of International Trade", + "zh": "中国国际贸易促进委员会" + }, + "description": { + "en": "The China Council for the Promotion of International Trade (CCPIT), also known as the China Chamber of International Commerce (CCOIC), is China's primary government-affiliated body for trade promotion and international business facilitation, founded in 1952. CCPIT publishes authoritative data and research reports on China's foreign trade environment, business climate surveys among foreign-invested enterprises, trade dispute statistics, certificate of origin issuance volumes, international exhibition and trade fair data, and foreign direct investment attraction by region and industry. Its quarterly and annual surveys on the business confidence of multinational corporations operating in China are widely referenced by policymakers, investors, and economic researchers. CCPIT also publishes trade and investment legal guides, bilateral trade statistics with key partner countries, and reports on China's free trade zone policies.", + "zh": "中国国际贸易促进委员会(贸促会),又称中国国际商会,是中国主要的政府关联贸易促进和国际商务便利化机构,成立于1952年。贸促会发布权威数据和研究报告,涵盖中国外贸环境、外资企业商业环境调查、贸易争端统计、原产地证书签发量、国际展览和商品交易会数据,以及按地区和行业划分的引进外商直接投资情况。其关于在华跨国公司商业信心的季度和年度调查报告被政策制定者、投资者和经济研究人员广泛引用。贸促会还发布贸易和投资法律指南、与主要伙伴国的双边贸易统计数据,以及中国自由贸易区政策报告。" + }, + "website": "https://www.ccpit.org/", + "data_url": "https://www.ccpit.org/research/", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "trade", + "economics", + "finance", + "governance" + ], + "update_frequency": "quarterly", + "tags": [ + "中国国际贸易促进委员会", + "CCPIT", + "China Council for the Promotion of International Trade", + "贸促会", + "中国国际商会", + "CCOIC", + "国际贸易", + "international trade", + "贸易促进", + "trade promotion", + "原产地证书", + "certificate of origin", + "外商直接投资", + "foreign direct investment", + "FDI", + "商业环境", + "business environment", + "贸易争端", + "trade disputes", + "商事调解", + "commercial mediation", + "国际展览", + "international exhibitions", + "贸易博览会", + "trade fairs", + "跨国公司", + "multinational corporations", + "自由贸易区", + "free trade zone", + "营商信心", + "business confidence", + "双边贸易", + "bilateral trade" + ], + "data_content": { + "en": [ + "Business climate surveys: quarterly and annual surveys on operating conditions, confidence indices, and challenges faced by foreign-invested enterprises in China", + "Certificate of origin: monthly issuance volumes of CCPIT and CCOIC certificates of origin by country and product category", + "Trade dispute statistics: arbitration and mediation cases handled, resolution outcomes, and dispute types by trading partner", + "International exhibitions: number and scale of exhibitions organized or facilitated, exhibitor and visitor statistics", + "Foreign direct investment attraction: FDI inflows by region, industry, and source country, supplementing MOFCOM data", + "Bilateral trade data: trade volumes and growth rates between China and major partner countries and economic blocs", + "Free trade zone reports: operational data and policy updates on China's FTZs, including Shanghai, Guangdong, and Hainan FTZs", + "Trade legal environment: annual reports on trade remedy cases (anti-dumping, safeguards) affecting Chinese enterprises abroad", + "Multinational enterprise surveys: investment intentions, localization trends, and policy feedback from MNCs operating in China" + ], + "zh": [ + "商业环境调查:关于外资企业在华经营状况、信心指数和挑战的季度和年度调查数据", + "原产地证书:按国家和产品类别划分的贸促会和中国国际商会原产地证书月度签发量", + "贸易争端统计:仲裁和调解案件数量、结案情况及按贸易伙伴划分的争端类型", + "国际展览:组织或参与的展览数量及规模、参展商和观众统计", + "引进外商直接投资:按地区、行业和来源国划分的外商直接投资流入情况", + "双边贸易数据:中国与主要伙伴国和经济体的贸易量及增长率", + "自由贸易区报告:中国自贸区(上海、广东、海南等)的运营数据和政策动态", + "贸易法律环境:影响海外中国企业的贸易救济案件(反倾销、保障措施)年度报告", + "跨国企业调查:在华跨国公司的投资意向、本土化趋势及政策反馈" + ] + } +} diff --git a/firstdata/sources/china/resources/mineral/china-gold-association.json b/firstdata/sources/china/resources/mineral/china-gold-association.json new file mode 100644 index 0000000..4907ed3 --- /dev/null +++ b/firstdata/sources/china/resources/mineral/china-gold-association.json @@ -0,0 +1,83 @@ +{ + "id": "china-gold-association", + "name": { + "en": "China Gold Association", + "zh": "中国黄金协会" + }, + "description": { + "en": "The China Gold Association (CGA) is the national industry organization representing China's gold mining, smelting, processing, and trading sector. China has been the world's largest gold producer for over 15 consecutive years and one of the largest consumers of gold globally. CGA publishes authoritative monthly and annual statistics on domestic gold mine production by province and enterprise, gold consumption by application (jewelry, investment bars and coins, industrial uses, central bank reserves), gold imports and exports, and gold price benchmarks at the Shanghai Gold Exchange. Its data is essential for commodity market research, precious metals investment analysis, jewelry industry studies, and monetary policy research. CGA also covers silver production and consumption, given the co-production of silver in gold mining operations.", + "zh": "中国黄金协会(中金协)是代表中国黄金开采、冶炼、加工和贸易行业的全国性行业组织。中国已连续15年以上位居全球最大黄金生产国,也是全球最大的黄金消费国之一。协会发布权威的月度和年度统计数据,涵盖按省份和企业划分的国内矿产黄金产量、分用途黄金消费量(珠宝首饰、投资金条金币、工业用途、央行储备)、黄金进出口及上海黄金交易所基准金价。其数据对大宗商品市场研究、贵金属投资分析、珠宝行业研究和货币政策研究至关重要。鉴于黄金采矿中伴生白银的开采,协会数据还涵盖白银产量和消费情况。" + }, + "website": "https://www.cga.org.cn/", + "data_url": "https://www.cga.org.cn/statistics/", + "api_url": null, + "authority_level": "other", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "mineral-resources", + "industry", + "economics", + "finance" + ], + "update_frequency": "monthly", + "tags": [ + "中国黄金协会", + "CGA", + "China Gold Association", + "黄金产量", + "gold production", + "黄金消费", + "gold consumption", + "黄金价格", + "gold prices", + "上海黄金交易所", + "Shanghai Gold Exchange", + "珠宝首饰", + "jewelry", + "投资金", + "investment gold", + "黄金储备", + "gold reserves", + "矿产黄金", + "mine-produced gold", + "金条金币", + "gold bars coins", + "白银", + "silver", + "贵金属", + "precious metals", + "大宗商品", + "commodities", + "黄金进出口", + "gold trade", + "黄金开采", + "gold mining", + "采矿业", + "mining industry" + ], + "data_content": { + "en": [ + "Gold mine production: monthly and annual domestic output by province, enterprise, and mining method", + "Gold consumption: total consumption broken down by end use — jewelry, gold bars and coins, industrial applications, and official sector", + "Gold prices: domestic benchmark prices at Shanghai Gold Exchange (SGE), daily spot and futures price data", + "Gold trade: monthly import and export volumes and values of gold bullion, unwrought gold, and semi-fabricated products", + "Central bank gold reserves: People's Bank of China official gold reserve levels and changes", + "Enterprise performance: output, revenue, and profitability of major gold mining and refining companies", + "Silver production: co-produced silver output from gold mining and dedicated silver mines, by province", + "Industry structure: number of gold mining enterprises, production capacity, and reserve base estimates", + "Recycled and scrap gold: secondary supply volumes from gold recycling and scrap recovery" + ], + "zh": [ + "矿产黄金产量:按省份、企业和采矿方式划分的月度和年度国内产量", + "黄金消费量:按终端用途分类的总消费量——珠宝首饰、金条金币、工业用途和官方用金", + "黄金价格:上海黄金交易所国内基准价、日度现货和期货价格", + "黄金贸易:金锭、未锻造黄金及半制成品的月度进出口量及贸易额", + "央行黄金储备:中国人民银行官方黄金储备规模及变动情况", + "企业绩效:主要黄金开采和冶炼企业的产量、营收和盈利情况", + "白银产量:黄金采矿伴生白银及专业银矿的分省份产量", + "行业结构:黄金采矿企业数量、生产能力及储量基础估算", + "再生黄金:黄金回收和废料回收的二次供应量" + ] + } +} diff --git a/firstdata/sources/china/technology/industry_associations/china-cec.json b/firstdata/sources/china/technology/industry_associations/china-cec.json new file mode 100644 index 0000000..aec9534 --- /dev/null +++ b/firstdata/sources/china/technology/industry_associations/china-cec.json @@ -0,0 +1,85 @@ +{ + "id": "china-cec", + "name": { + "en": "China Electricity Council", + "zh": "中国电力企业联合会" + }, + "description": { + "en": "The China Electricity Council (CEC) is the national industry organization representing China's power generation, transmission, and distribution enterprises. China operates the world's largest electricity system, with total installed capacity exceeding 3,000 GW. CEC publishes authoritative monthly and annual statistics on total power generation by energy source (coal, gas, hydro, nuclear, wind, solar, and biomass), installed capacity additions, electricity consumption by sector (industry, agriculture, residential, commercial), grid transmission losses, inter-provincial power flows, and electricity prices. Its data is critical for energy transition research, renewable energy policy assessment, and carbon market analysis. CEC also monitors the performance of major utilities and tracks progress toward China's carbon neutrality goals.", + "zh": "中国电力企业联合会(中电联)是代表中国发电、输电和配电企业的全国性行业组织。中国拥有全球最大的电力系统,总装机容量超过3000吉瓦。协会发布权威的月度和年度统计数据,涵盖分能源类型发电量(煤电、气电、水电、核电、风电、太阳能和生物质能)、新增装机容量、分行业用电量(工业、农业、居民、商业)、电网线路损耗、跨省电力流量及电价。其数据对能源转型研究、可再生能源政策评估和碳市场分析至关重要。协会还监测主要电力企业的运营绩效,并追踪中国碳中和目标的实现进展。" + }, + "website": "https://www.cec.org.cn/", + "data_url": "https://www.cec.org.cn/detail/index.html?3-336812", + "api_url": null, + "authority_level": "other", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "energy", + "industry", + "environment", + "economics" + ], + "update_frequency": "monthly", + "tags": [ + "中国电力企业联合会", + "CEC", + "China Electricity Council", + "发电量", + "power generation", + "装机容量", + "installed capacity", + "用电量", + "electricity consumption", + "火电", + "thermal power", + "水电", + "hydropower", + "核电", + "nuclear power", + "风电", + "wind power", + "太阳能发电", + "solar power", + "电力结构", + "power mix", + "可再生能源", + "renewable energy", + "碳中和", + "carbon neutrality", + "电价", + "electricity prices", + "跨省输电", + "inter-provincial power transmission", + "能源转型", + "energy transition", + "电网", + "power grid", + "清洁能源", + "clean energy" + ], + "data_content": { + "en": [ + "Power generation: monthly and annual total electricity output by energy source (coal, gas, hydro, nuclear, wind, solar, biomass)", + "Installed capacity: cumulative and new additions of generating capacity by technology type and province", + "Electricity consumption: total and sectoral demand (industry, agriculture, residential, commercial) by province", + "Grid metrics: transmission and distribution losses, power factor, grid reliability indices", + "Renewable energy output: wind and solar generation, capacity factors, and curtailment rates", + "Inter-provincial power flows: electricity exchange volumes between provinces and regions", + "Electricity prices: benchmark on-grid tariffs, residential block pricing, industrial peak/off-peak rates", + "Enterprise performance: key financial and operational metrics for major power generation and grid companies", + "Carbon and environmental data: coal consumption per unit of power, emissions intensity, and clean energy progress" + ], + "zh": [ + "发电量:分能源类型(煤电、气电、水电、核电、风电、太阳能、生物质能)的月度和年度发电量", + "装机容量:分技术类型和省份的累计及新增发电装机容量", + "用电量:全国及分省份的总用电量和分行业需求(工业、农业、居民、商业)", + "电网指标:输配电损耗、功率因数、电网可靠性指标", + "可再生能源发电:风电和光伏发电量、容量系数和弃电率", + "跨省电力流量:各省和区域间的电力交换量", + "电价数据:标杆上网电价、居民阶梯电价、工业峰谷电价", + "企业绩效:主要发电和电网企业的核心财务和运营指标", + "碳排放与环保数据:单位发电量煤耗、排放强度和清洁能源进展" + ] + } +} diff --git a/firstdata/sources/china/technology/industry_associations/china-cnca.json b/firstdata/sources/china/technology/industry_associations/china-cnca.json new file mode 100644 index 0000000..251cdb8 --- /dev/null +++ b/firstdata/sources/china/technology/industry_associations/china-cnca.json @@ -0,0 +1,83 @@ +{ + "id": "china-cnca", + "name": { + "en": "China National Coal Association", + "zh": "中国煤炭工业协会" + }, + "description": { + "en": "The China National Coal Association (CNCA) is the national industry organization representing China's coal mining and processing sector — the world's largest coal producer, accounting for over 50% of global coal output. CNCA publishes authoritative monthly and annual statistics on raw coal production, coal consumption by sector (power, coking, chemical, heating), coal prices at major coal hubs (Qinhuangdao, Daqin Railway), coal imports and exports by country of origin, enterprise performance indicators, and mine safety records. Its data is essential for energy policy analysis, commodity market research, and industrial planning in China and globally. CNCA also monitors coal mine safety, carbon intensity metrics, and the transition of coal enterprises toward clean energy applications.", + "zh": "中国煤炭工业协会(中煤协)是代表中国煤炭开采和加工行业的全国性行业组织。中国是全球最大的煤炭生产国,产量占全球总量的50%以上。协会发布权威的月度和年度统计数据,涵盖原煤产量、分行业煤炭消费(电力、炼焦、化工、供暖)、主要煤炭枢纽(秦皇岛、大秦铁路)价格、分来源国进出口数据、企业绩效指标及矿山安全记录。其数据对中国及全球能源政策分析、大宗商品市场研究和产业规划具有重要意义。协会还监测煤矿安全、碳排放强度指标,以及煤炭企业向清洁能源应用转型的进展。" + }, + "website": "http://www.chinacoal.org.cn/", + "data_url": "http://www.chinacoal.org.cn/mtkj/index.html", + "api_url": null, + "authority_level": "other", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "energy", + "industry", + "economics", + "environment" + ], + "update_frequency": "monthly", + "tags": [ + "中国煤炭工业协会", + "CNCA", + "China National Coal Association", + "煤炭产量", + "coal production", + "原煤", + "raw coal", + "煤炭消费", + "coal consumption", + "煤炭价格", + "coal prices", + "秦皇岛煤价", + "Qinhuangdao coal price", + "煤炭进口", + "coal imports", + "煤炭出口", + "coal exports", + "炼焦煤", + "coking coal", + "动力煤", + "thermal coal", + "矿山安全", + "mine safety", + "煤矿", + "coal mine", + "能源统计", + "energy statistics", + "碳排放", + "carbon emissions", + "大宗商品", + "commodities", + "电力煤耗", + "power sector coal consumption" + ], + "data_content": { + "en": [ + "Raw coal production: monthly and annual national output, broken down by province and enterprise type", + "Coal consumption by sector: power generation, metallurgical (coking), chemical industry, and heating supply", + "Coal prices: spot and contract prices at Qinhuangdao Port, Daqin Railway benchmark, and major regional hubs", + "Coal trade: monthly import and export volumes and values by country of origin and destination", + "Enterprise performance: profitability, revenue, and operational metrics for key coal enterprises", + "Coal mine safety: accident statistics, fatality rates, and safety compliance monitoring", + "Inventory and logistics: coal stockpiles at key ports, power plants, and distribution hubs", + "Carbon intensity: coal sector energy consumption per unit output and emission reduction progress", + "Industry structure: number of mines, production capacity by mine type (underground vs. open-pit)" + ], + "zh": [ + "原煤产量:分省份、企业性质的月度和年度全国产量数据", + "分行业煤炭消费:发电、冶金(炼焦)、化工和供暖用煤消费量", + "煤炭价格:秦皇岛港口现货及合同价格、大秦铁路基准价和主要区域价格", + "煤炭贸易:按来源国和目的地分类的月度进出口量及贸易额", + "企业绩效:重点煤炭企业盈利情况、营收及运营指标", + "煤矿安全:事故统计、死亡率及安全合规监测数据", + "库存与物流:主要港口、电厂和配送枢纽的煤炭存量", + "碳排放强度:煤炭行业单位产值能耗及减排进展", + "行业结构:矿山数量、按类型(井工矿与露天矿)划分的产能" + ] + } +} From eed38df39ed6bca42955e561348c7ad14817ad16 Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Wed, 8 Apr 2026 10:13:24 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20remove=20gold(=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E5=8A=AB=E6=8C=81=E5=90=83=E7=93=9C=E7=BD=91)+cec/cnca/acftu(?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E8=B6=85=E6=97=B6)=20+=20fix=20ccpit=20data?= =?UTF-8?q?=5Furl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../china/economy/labor/china-acftu.json | 81 ------------------ .../china/economy/trade/china-ccpit.json | 2 +- .../mineral/china-gold-association.json | 83 ------------------ .../industry_associations/china-cec.json | 85 ------------------- .../industry_associations/china-cnca.json | 83 ------------------ 5 files changed, 1 insertion(+), 333 deletions(-) delete mode 100644 firstdata/sources/china/economy/labor/china-acftu.json delete mode 100644 firstdata/sources/china/resources/mineral/china-gold-association.json delete mode 100644 firstdata/sources/china/technology/industry_associations/china-cec.json delete mode 100644 firstdata/sources/china/technology/industry_associations/china-cnca.json diff --git a/firstdata/sources/china/economy/labor/china-acftu.json b/firstdata/sources/china/economy/labor/china-acftu.json deleted file mode 100644 index 1224924..0000000 --- a/firstdata/sources/china/economy/labor/china-acftu.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "id": "china-acftu", - "name": { - "en": "All-China Federation of Trade Unions", - "zh": "中华全国总工会" - }, - "description": { - "en": "The All-China Federation of Trade Unions (ACFTU) is the largest trade union federation in the world, with over 300 million members across more than 2.8 million grassroots trade union organizations in China. ACFTU publishes statistics and reports on union membership and organizational development, worker rights protection cases, collective bargaining agreements, occupational health and safety incidents, labor dispute mediation outcomes, and employee welfare programs including housing provident funds, medical benefits, and skills training participation. As the sole national trade union federation recognized in China, ACFTU data provides unique insights into China's labor relations, workforce conditions, and the implementation of labor laws across industries and regions. Its annual reports and research publications are essential for labor economics research, social policy analysis, and corporate compliance studies.", - "zh": "中华全国总工会(全总)是全球规模最大的工会联合会,拥有超过3亿名会员,覆盖全国280余万个基层工会组织。全总发布工会会员数量和组织发展、工人权益保障案例、集体协商合同、职业健康与安全事故、劳动争议调解结果,以及职工住房公积金、医疗福利和职业技能培训参与情况等统计数据和报告。作为中国唯一受认可的全国性工会联合会,全总数据为研究中国劳动关系、劳动力状况及各行业和地区劳动法律法规执行情况提供了独特视角,其年度报告和研究成果对劳动经济学研究、社会政策分析和企业合规研究具有重要参考价值。" - }, - "website": "https://www.acftu.org.cn/", - "data_url": "https://www.acftu.org.cn/gonghui/dongtai/", - "api_url": null, - "authority_level": "other", - "country": "CN", - "geographic_scope": "national", - "domains": [ - "labor", - "social", - "economics", - "governance" - ], - "update_frequency": "annual", - "tags": [ - "中华全国总工会", - "ACFTU", - "All-China Federation of Trade Unions", - "工会", - "trade unions", - "工会会员", - "union membership", - "劳动关系", - "labor relations", - "集体协商", - "collective bargaining", - "劳动争议", - "labor disputes", - "职业健康", - "occupational health", - "工人权益", - "worker rights", - "劳动法", - "labor law", - "职工福利", - "employee welfare", - "住房公积金", - "housing provident fund", - "职业技能", - "vocational skills", - "安全生产", - "work safety", - "工资集体协商", - "wage collective negotiation", - "劳动保护", - "labor protection" - ], - "data_content": { - "en": [ - "Union membership: total members, growth rates, and distribution by industry, enterprise type, and province", - "Organizational development: number of grassroots union organizations, enterprise coverage rates", - "Collective bargaining: number of collective contracts signed, workers covered, and contract renewal rates", - "Labor dispute mediation: cases handled, resolution rates, and types of labor disputes by category", - "Occupational safety: work-related accidents, injuries, fatalities, and major safety incident statistics", - "Worker welfare: housing provident fund contributions, medical benefit coverage, and social insurance participation rates", - "Skills training: vocational training participation, certification rates, and skills competition outcomes", - "Rights protection: labor rights cases handled, outcomes, and legal assistance provided to workers", - "Wage and income: collective wage negotiation outcomes and minimum wage tracking across regions" - ], - "zh": [ - "工会会员:总人数、增长率及按行业、企业性质和省份的分布情况", - "组织发展:基层工会组织数量、企业覆盖率", - "集体协商:签订集体合同数量、覆盖职工人数及合同续签率", - "劳动争议调解:处理案件数、调解成功率和按类别划分的劳动争议类型", - "职业安全:工伤事故、伤亡人员及重大安全事故统计", - "职工福利:住房公积金缴存情况、医疗福利覆盖率和社会保险参保率", - "技能培训:职业技能培训参与情况、获证率及职业技能竞赛成果", - "权益保障:劳动权益案例处理、结案情况及为职工提供的法律援助", - "工资收入:集体工资协商结果和各地区最低工资标准追踪" - ] - } -} diff --git a/firstdata/sources/china/economy/trade/china-ccpit.json b/firstdata/sources/china/economy/trade/china-ccpit.json index 13fcf4d..04ab376 100644 --- a/firstdata/sources/china/economy/trade/china-ccpit.json +++ b/firstdata/sources/china/economy/trade/china-ccpit.json @@ -9,7 +9,7 @@ "zh": "中国国际贸易促进委员会(贸促会),又称中国国际商会,是中国主要的政府关联贸易促进和国际商务便利化机构,成立于1952年。贸促会发布权威数据和研究报告,涵盖中国外贸环境、外资企业商业环境调查、贸易争端统计、原产地证书签发量、国际展览和商品交易会数据,以及按地区和行业划分的引进外商直接投资情况。其关于在华跨国公司商业信心的季度和年度调查报告被政策制定者、投资者和经济研究人员广泛引用。贸促会还发布贸易和投资法律指南、与主要伙伴国的双边贸易统计数据,以及中国自由贸易区政策报告。" }, "website": "https://www.ccpit.org/", - "data_url": "https://www.ccpit.org/research/", + "data_url": "https://www.ccpit.org/jgsz.html", "api_url": null, "authority_level": "government", "country": "CN", diff --git a/firstdata/sources/china/resources/mineral/china-gold-association.json b/firstdata/sources/china/resources/mineral/china-gold-association.json deleted file mode 100644 index 4907ed3..0000000 --- a/firstdata/sources/china/resources/mineral/china-gold-association.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "id": "china-gold-association", - "name": { - "en": "China Gold Association", - "zh": "中国黄金协会" - }, - "description": { - "en": "The China Gold Association (CGA) is the national industry organization representing China's gold mining, smelting, processing, and trading sector. China has been the world's largest gold producer for over 15 consecutive years and one of the largest consumers of gold globally. CGA publishes authoritative monthly and annual statistics on domestic gold mine production by province and enterprise, gold consumption by application (jewelry, investment bars and coins, industrial uses, central bank reserves), gold imports and exports, and gold price benchmarks at the Shanghai Gold Exchange. Its data is essential for commodity market research, precious metals investment analysis, jewelry industry studies, and monetary policy research. CGA also covers silver production and consumption, given the co-production of silver in gold mining operations.", - "zh": "中国黄金协会(中金协)是代表中国黄金开采、冶炼、加工和贸易行业的全国性行业组织。中国已连续15年以上位居全球最大黄金生产国,也是全球最大的黄金消费国之一。协会发布权威的月度和年度统计数据,涵盖按省份和企业划分的国内矿产黄金产量、分用途黄金消费量(珠宝首饰、投资金条金币、工业用途、央行储备)、黄金进出口及上海黄金交易所基准金价。其数据对大宗商品市场研究、贵金属投资分析、珠宝行业研究和货币政策研究至关重要。鉴于黄金采矿中伴生白银的开采,协会数据还涵盖白银产量和消费情况。" - }, - "website": "https://www.cga.org.cn/", - "data_url": "https://www.cga.org.cn/statistics/", - "api_url": null, - "authority_level": "other", - "country": "CN", - "geographic_scope": "national", - "domains": [ - "mineral-resources", - "industry", - "economics", - "finance" - ], - "update_frequency": "monthly", - "tags": [ - "中国黄金协会", - "CGA", - "China Gold Association", - "黄金产量", - "gold production", - "黄金消费", - "gold consumption", - "黄金价格", - "gold prices", - "上海黄金交易所", - "Shanghai Gold Exchange", - "珠宝首饰", - "jewelry", - "投资金", - "investment gold", - "黄金储备", - "gold reserves", - "矿产黄金", - "mine-produced gold", - "金条金币", - "gold bars coins", - "白银", - "silver", - "贵金属", - "precious metals", - "大宗商品", - "commodities", - "黄金进出口", - "gold trade", - "黄金开采", - "gold mining", - "采矿业", - "mining industry" - ], - "data_content": { - "en": [ - "Gold mine production: monthly and annual domestic output by province, enterprise, and mining method", - "Gold consumption: total consumption broken down by end use — jewelry, gold bars and coins, industrial applications, and official sector", - "Gold prices: domestic benchmark prices at Shanghai Gold Exchange (SGE), daily spot and futures price data", - "Gold trade: monthly import and export volumes and values of gold bullion, unwrought gold, and semi-fabricated products", - "Central bank gold reserves: People's Bank of China official gold reserve levels and changes", - "Enterprise performance: output, revenue, and profitability of major gold mining and refining companies", - "Silver production: co-produced silver output from gold mining and dedicated silver mines, by province", - "Industry structure: number of gold mining enterprises, production capacity, and reserve base estimates", - "Recycled and scrap gold: secondary supply volumes from gold recycling and scrap recovery" - ], - "zh": [ - "矿产黄金产量:按省份、企业和采矿方式划分的月度和年度国内产量", - "黄金消费量:按终端用途分类的总消费量——珠宝首饰、金条金币、工业用途和官方用金", - "黄金价格:上海黄金交易所国内基准价、日度现货和期货价格", - "黄金贸易:金锭、未锻造黄金及半制成品的月度进出口量及贸易额", - "央行黄金储备:中国人民银行官方黄金储备规模及变动情况", - "企业绩效:主要黄金开采和冶炼企业的产量、营收和盈利情况", - "白银产量:黄金采矿伴生白银及专业银矿的分省份产量", - "行业结构:黄金采矿企业数量、生产能力及储量基础估算", - "再生黄金:黄金回收和废料回收的二次供应量" - ] - } -} diff --git a/firstdata/sources/china/technology/industry_associations/china-cec.json b/firstdata/sources/china/technology/industry_associations/china-cec.json deleted file mode 100644 index aec9534..0000000 --- a/firstdata/sources/china/technology/industry_associations/china-cec.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "id": "china-cec", - "name": { - "en": "China Electricity Council", - "zh": "中国电力企业联合会" - }, - "description": { - "en": "The China Electricity Council (CEC) is the national industry organization representing China's power generation, transmission, and distribution enterprises. China operates the world's largest electricity system, with total installed capacity exceeding 3,000 GW. CEC publishes authoritative monthly and annual statistics on total power generation by energy source (coal, gas, hydro, nuclear, wind, solar, and biomass), installed capacity additions, electricity consumption by sector (industry, agriculture, residential, commercial), grid transmission losses, inter-provincial power flows, and electricity prices. Its data is critical for energy transition research, renewable energy policy assessment, and carbon market analysis. CEC also monitors the performance of major utilities and tracks progress toward China's carbon neutrality goals.", - "zh": "中国电力企业联合会(中电联)是代表中国发电、输电和配电企业的全国性行业组织。中国拥有全球最大的电力系统,总装机容量超过3000吉瓦。协会发布权威的月度和年度统计数据,涵盖分能源类型发电量(煤电、气电、水电、核电、风电、太阳能和生物质能)、新增装机容量、分行业用电量(工业、农业、居民、商业)、电网线路损耗、跨省电力流量及电价。其数据对能源转型研究、可再生能源政策评估和碳市场分析至关重要。协会还监测主要电力企业的运营绩效,并追踪中国碳中和目标的实现进展。" - }, - "website": "https://www.cec.org.cn/", - "data_url": "https://www.cec.org.cn/detail/index.html?3-336812", - "api_url": null, - "authority_level": "other", - "country": "CN", - "geographic_scope": "national", - "domains": [ - "energy", - "industry", - "environment", - "economics" - ], - "update_frequency": "monthly", - "tags": [ - "中国电力企业联合会", - "CEC", - "China Electricity Council", - "发电量", - "power generation", - "装机容量", - "installed capacity", - "用电量", - "electricity consumption", - "火电", - "thermal power", - "水电", - "hydropower", - "核电", - "nuclear power", - "风电", - "wind power", - "太阳能发电", - "solar power", - "电力结构", - "power mix", - "可再生能源", - "renewable energy", - "碳中和", - "carbon neutrality", - "电价", - "electricity prices", - "跨省输电", - "inter-provincial power transmission", - "能源转型", - "energy transition", - "电网", - "power grid", - "清洁能源", - "clean energy" - ], - "data_content": { - "en": [ - "Power generation: monthly and annual total electricity output by energy source (coal, gas, hydro, nuclear, wind, solar, biomass)", - "Installed capacity: cumulative and new additions of generating capacity by technology type and province", - "Electricity consumption: total and sectoral demand (industry, agriculture, residential, commercial) by province", - "Grid metrics: transmission and distribution losses, power factor, grid reliability indices", - "Renewable energy output: wind and solar generation, capacity factors, and curtailment rates", - "Inter-provincial power flows: electricity exchange volumes between provinces and regions", - "Electricity prices: benchmark on-grid tariffs, residential block pricing, industrial peak/off-peak rates", - "Enterprise performance: key financial and operational metrics for major power generation and grid companies", - "Carbon and environmental data: coal consumption per unit of power, emissions intensity, and clean energy progress" - ], - "zh": [ - "发电量:分能源类型(煤电、气电、水电、核电、风电、太阳能、生物质能)的月度和年度发电量", - "装机容量:分技术类型和省份的累计及新增发电装机容量", - "用电量:全国及分省份的总用电量和分行业需求(工业、农业、居民、商业)", - "电网指标:输配电损耗、功率因数、电网可靠性指标", - "可再生能源发电:风电和光伏发电量、容量系数和弃电率", - "跨省电力流量:各省和区域间的电力交换量", - "电价数据:标杆上网电价、居民阶梯电价、工业峰谷电价", - "企业绩效:主要发电和电网企业的核心财务和运营指标", - "碳排放与环保数据:单位发电量煤耗、排放强度和清洁能源进展" - ] - } -} diff --git a/firstdata/sources/china/technology/industry_associations/china-cnca.json b/firstdata/sources/china/technology/industry_associations/china-cnca.json deleted file mode 100644 index 251cdb8..0000000 --- a/firstdata/sources/china/technology/industry_associations/china-cnca.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "id": "china-cnca", - "name": { - "en": "China National Coal Association", - "zh": "中国煤炭工业协会" - }, - "description": { - "en": "The China National Coal Association (CNCA) is the national industry organization representing China's coal mining and processing sector — the world's largest coal producer, accounting for over 50% of global coal output. CNCA publishes authoritative monthly and annual statistics on raw coal production, coal consumption by sector (power, coking, chemical, heating), coal prices at major coal hubs (Qinhuangdao, Daqin Railway), coal imports and exports by country of origin, enterprise performance indicators, and mine safety records. Its data is essential for energy policy analysis, commodity market research, and industrial planning in China and globally. CNCA also monitors coal mine safety, carbon intensity metrics, and the transition of coal enterprises toward clean energy applications.", - "zh": "中国煤炭工业协会(中煤协)是代表中国煤炭开采和加工行业的全国性行业组织。中国是全球最大的煤炭生产国,产量占全球总量的50%以上。协会发布权威的月度和年度统计数据,涵盖原煤产量、分行业煤炭消费(电力、炼焦、化工、供暖)、主要煤炭枢纽(秦皇岛、大秦铁路)价格、分来源国进出口数据、企业绩效指标及矿山安全记录。其数据对中国及全球能源政策分析、大宗商品市场研究和产业规划具有重要意义。协会还监测煤矿安全、碳排放强度指标,以及煤炭企业向清洁能源应用转型的进展。" - }, - "website": "http://www.chinacoal.org.cn/", - "data_url": "http://www.chinacoal.org.cn/mtkj/index.html", - "api_url": null, - "authority_level": "other", - "country": "CN", - "geographic_scope": "national", - "domains": [ - "energy", - "industry", - "economics", - "environment" - ], - "update_frequency": "monthly", - "tags": [ - "中国煤炭工业协会", - "CNCA", - "China National Coal Association", - "煤炭产量", - "coal production", - "原煤", - "raw coal", - "煤炭消费", - "coal consumption", - "煤炭价格", - "coal prices", - "秦皇岛煤价", - "Qinhuangdao coal price", - "煤炭进口", - "coal imports", - "煤炭出口", - "coal exports", - "炼焦煤", - "coking coal", - "动力煤", - "thermal coal", - "矿山安全", - "mine safety", - "煤矿", - "coal mine", - "能源统计", - "energy statistics", - "碳排放", - "carbon emissions", - "大宗商品", - "commodities", - "电力煤耗", - "power sector coal consumption" - ], - "data_content": { - "en": [ - "Raw coal production: monthly and annual national output, broken down by province and enterprise type", - "Coal consumption by sector: power generation, metallurgical (coking), chemical industry, and heating supply", - "Coal prices: spot and contract prices at Qinhuangdao Port, Daqin Railway benchmark, and major regional hubs", - "Coal trade: monthly import and export volumes and values by country of origin and destination", - "Enterprise performance: profitability, revenue, and operational metrics for key coal enterprises", - "Coal mine safety: accident statistics, fatality rates, and safety compliance monitoring", - "Inventory and logistics: coal stockpiles at key ports, power plants, and distribution hubs", - "Carbon intensity: coal sector energy consumption per unit output and emission reduction progress", - "Industry structure: number of mines, production capacity by mine type (underground vs. open-pit)" - ], - "zh": [ - "原煤产量:分省份、企业性质的月度和年度全国产量数据", - "分行业煤炭消费:发电、冶金(炼焦)、化工和供暖用煤消费量", - "煤炭价格:秦皇岛港口现货及合同价格、大秦铁路基准价和主要区域价格", - "煤炭贸易:按来源国和目的地分类的月度进出口量及贸易额", - "企业绩效:重点煤炭企业盈利情况、营收及运营指标", - "煤矿安全:事故统计、死亡率及安全合规监测数据", - "库存与物流:主要港口、电厂和配送枢纽的煤炭存量", - "碳排放强度:煤炭行业单位产值能耗及减排进展", - "行业结构:矿山数量、按类型(井工矿与露天矿)划分的产能" - ] - } -} From cf525965eb4018b50c4144584d0e508e6c39e22b Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Wed, 8 Apr 2026 10:15:33 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20ccpit=20data=5Furl=20jgsz(=E6=9C=BA?= =?UTF-8?q?=E6=9E=84=E8=AE=BE=E7=BD=AE)=E2=86=92homepage=20(=E6=98=8E?= =?UTF-8?q?=E5=AF=9F=20QA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firstdata/sources/china/economy/trade/china-ccpit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstdata/sources/china/economy/trade/china-ccpit.json b/firstdata/sources/china/economy/trade/china-ccpit.json index 04ab376..f02e8d8 100644 --- a/firstdata/sources/china/economy/trade/china-ccpit.json +++ b/firstdata/sources/china/economy/trade/china-ccpit.json @@ -9,7 +9,7 @@ "zh": "中国国际贸易促进委员会(贸促会),又称中国国际商会,是中国主要的政府关联贸易促进和国际商务便利化机构,成立于1952年。贸促会发布权威数据和研究报告,涵盖中国外贸环境、外资企业商业环境调查、贸易争端统计、原产地证书签发量、国际展览和商品交易会数据,以及按地区和行业划分的引进外商直接投资情况。其关于在华跨国公司商业信心的季度和年度调查报告被政策制定者、投资者和经济研究人员广泛引用。贸促会还发布贸易和投资法律指南、与主要伙伴国的双边贸易统计数据,以及中国自由贸易区政策报告。" }, "website": "https://www.ccpit.org/", - "data_url": "https://www.ccpit.org/jgsz.html", + "data_url": "https://www.ccpit.org/", "api_url": null, "authority_level": "government", "country": "CN",