📦 deps(tsl): sync tsl-playbook from 9dbd156d

Source-Commit: 9dbd156d0e
This commit is contained in:
ci[bot]
2026-07-07 08:44:07 +00:00
commit a2d9174549
524 changed files with 393502 additions and 0 deletions
@@ -0,0 +1,50 @@
# 财务基本面 / 投资组合
## `fund_FairValueChangeIncome(r_date_type, show_number, unit_type, report_date_show_order)`
公允价值变动收益
| 参数 | 类型 | 说明 |
| ------------------------ | ---- | ------------------- |
| `r_date_type` | any | 用户自定义,报告期 |
| `show_number` | any | 用户自定义,显示个数 |
| `unit_type` | any | 用户自定义,显示单位 |
| `report_date_show_order` | bool | object |
返回:bool
## `fund_FuturesHoldDetail(show_number, unit_type, report_date_show_order)`
期货明细
| 参数 | 类型 | 说明 |
| ------------------------ | ---- | ------------------- |
| `show_number` | any | 用户自定义,显示个数 |
| `unit_type` | any | 用户自定义,显示单位 |
| `report_date_show_order` | bool | object |
返回:bool
## `fund_InvestmentStyle(show_number, report_date_show_order)`
基金投资风格
| 参数 | 类型 | 说明 |
| ------------------------ | ---- | ------------------- |
| `show_number` | any | 用户自定义,显示个数 |
| `report_date_show_order` | bool | object |
返回:bool
## `Fund_PFHoldingDetail(fund_id, rdatearr, data_type, h_dtype)`
持仓明细 HDTYPE决定资产类型,HDTYPE与配置Fund_PFHoldingDetailConfig形成对应
| 参数 | 类型 | 说明 |
| ----------- | ------ | --------------------- |
| `fund_id` | string | 字符串,基金代码 |
| `rdatearr` | array | 数据表类型,报告期列表 |
| `data_type` | any | 用户自定义,数据类型 |
| `h_dtype` | any | 整数,资产类型 |
返回:array