📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,19 @@
# 金融函数 - 板块 / 常用指标
## 函数
### `stocksCommonModel(stock_arr, info_id_arr, report_date, s_type, sample_select, eps_criterion, type)`
返回板块财务指标
| 参数 | 类型 | 说明 |
| --------------- | -------- | --------------------------------------------------------- |
| `stock_arr` | array | 一维字符串数组,股票列表 |
| `info_id_arr` | array | 一维数组,InfoID列表。InfoID是与报告期相关的基本面ID |
| `report_date` | datetime | 报告期,报告期 |
| `s_type` | any | 用户自定义,股票类型 |
| `sample_select` | any | 用户自定义,样本股选择 |
| `eps_criterion` | any | 实数,绩差股标准。每股收益(摊薄)<EPSCriterion即表示绩差股 |
| `type` | any | 用户自定义,返回类型 |
返回:float