Prefer Chinese company names in IPO reports

Request:
- Update the selected analyst reports so stock/company names include Chinese names and use Chinese names first.

Changes:
- Updated the selected T0 reports for 01392, 06067, 06106, and 06132 to show Chinese company names in the title and summary, with English names in parentheses.
- Added company_name_zh to the analyst dataset so report generation has access to Chinese names.
- Updated the report generator to prefer Chinese company names and fall back to English names only when Chinese names are unavailable.
- Filled Chinese company names for the selected tickers in ipo_master and refreshed snapshots.

Verification:
- Compiled build_analysis_dataset.py and generate_ipo_report.py.
- Ran generator dry-runs for 06132 and 01392 to confirm Chinese-first output.
- Ran SQLite integrity_check and foreign_key_check.
- Ran git diff --check.

Next useful context:
- Future generated analyst reports now use company_name_zh first when available.
This commit is contained in:
2026-06-15 15:11:15 +00:00
parent fcb795b583
commit 797bbde201
10 changed files with 327 additions and 313 deletions
@@ -1,9 +1,9 @@
# 01392 IPO 分析报告
# 01392 深圳海清智元科技股份有限公司 IPO 分析报告
## 摘要
- 股票代码:`01392`
- 公司:Shenzhen HQVT Technology Co., Ltd.
- 公司:深圳海清智元科技股份有限公司(Shenzhen HQVT Technology Co., Ltd.
- 分析阶段:`T0_prospectus`
- 报告生成时间:`2026-06-15T16:00:00Z`
- 模型数据时间:`2026-06-15T16:00:00Z`
@@ -1,9 +1,9 @@
# 06067 IPO 分析报告
# 06067 深圳市星源材质科技股份有限公司 IPO 分析报告
## 摘要
- 股票代码:`06067`
- 公司:Shenzhen Senior Technology Material Co., Ltd.
- 公司:深圳市星源材质科技股份有限公司(Shenzhen Senior Technology Material Co., Ltd.
- 分析阶段:`T0_prospectus`
- 报告生成时间:`2026-06-15T17:05:00Z`
- 模型数据时间:`2026-06-15T17:05:00Z`
@@ -1,9 +1,9 @@
# 06106 IPO 分析报告
# 06106 上海仙工智能科技股份有限公司 IPO 分析报告
## 摘要
- 股票代码:`06106`
- 公司:Shanghai Seer Intelligent Technology Co., Ltd.
- 公司:上海仙工智能科技股份有限公司(Shanghai Seer Intelligent Technology Co., Ltd.
- 分析阶段:`T0_prospectus`
- 报告生成时间:`2026-06-15T15:00:00Z`
- 模型数据时间:`2026-06-15T14:04:34Z`
@@ -1,9 +1,9 @@
# 06132 IPO 分析报告
# 06132 华健未来(成都)科技股份有限公司 IPO 分析报告
## 摘要
- 股票代码:`06132`
- 公司:HJ Science Co., Ltd.
- 公司:华健未来(成都)科技股份有限公司(HJ Science Co., Ltd.
- 分析阶段:`T0_prospectus`
- 报告生成时间:`2026-06-15T16:00:00Z`
- 模型数据时间:`2026-06-15T16:00:00Z`
+1 -1
View File
@@ -1,7 +1,7 @@
# HK IPO Analysis Model v0
- Model version: `ipo_score_v0`
- Analysis as of: `2026-06-15T17:30:00Z`
- Analysis as of: `2026-06-15T18:00:00Z`
- Rule file: `rules/ipo_score_v0.yaml`
- Dataset: `data/snapshots/analysis_model_v0_dataset.csv`