♻️ refactor(tsl): rebuild codegen taxonomy
Move generated builtin and dotnet function docs into the upgraded taxonomy, remove legacy route pages, and regenerate function_index.tsv from markdown headings.
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
# 财务基本面 / 投资组合
|
||||
|
||||
### `fundFairValueChangeIncome(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
|
||||
|
||||
### `fundFuturesHoldDetail(show_number, unit_type, report_date_show_order)`
|
||||
|
||||
期货明细
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------------------ | ---- | ------------------- |
|
||||
| `show_number` | any | 用户自定义,显示个数 |
|
||||
| `unit_type` | any | 用户自定义,显示单位 |
|
||||
| `report_date_show_order` | bool | object |
|
||||
|
||||
返回:bool
|
||||
|
||||
### `fundInvestmentStyle(show_number, report_date_show_order)`
|
||||
|
||||
基金投资风格
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------------------ | ---- | ------------------- |
|
||||
| `show_number` | any | 用户自定义,显示个数 |
|
||||
| `report_date_show_order` | bool | object |
|
||||
|
||||
返回:bool
|
||||
|
||||
### `fundPfHoldingDetail(fund_id, rdatearr, data_type, h_dtype)`
|
||||
|
||||
持仓明细 HDTYPE决定资产类型,HDTYPE与配置Fund_PFHoldingDetailConfig形成对应
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ----------- | ------ | --------------------- |
|
||||
| `fund_id` | string | 字符串,基金代码 |
|
||||
| `rdatearr` | array | 数据表类型,报告期列表 |
|
||||
| `data_type` | any | 用户自定义,数据类型 |
|
||||
| `h_dtype` | any | 整数,资产类型 |
|
||||
|
||||
返回:array
|
||||
Reference in New Issue
Block a user