♻️ 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,43 @@
|
||||
# 财务基本面 / 基金板块
|
||||
|
||||
### `fundBlockIndustryComposite2(bk_names, end_t, show_number, show_order, unit_type)`
|
||||
|
||||
行业配置
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | ------------------- |
|
||||
| `bk_names` | string | 市场和板块,板块名称 |
|
||||
| `end_t` | datetime | 日期,截止日期 |
|
||||
| `show_number` | any | 用户自定义,显示个数 |
|
||||
| `show_order` | bool | object |
|
||||
| `unit_type` | any | 用户自定义,显示单位 |
|
||||
|
||||
返回:bool
|
||||
|
||||
### `fundBlockManagerPerformance(bk_names, end_t, return_type, t_type)`
|
||||
|
||||
基金经理业绩表现
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | ------------------- |
|
||||
| `bk_names` | string | 市场和板块,板块名称 |
|
||||
| `end_t` | datetime | 日期,截止日期 |
|
||||
| `return_type` | any | 用户自定义,规模前N |
|
||||
| `t_type` | any | 用户自定义,区间 |
|
||||
|
||||
返回:bool
|
||||
|
||||
### `fundBlockStockCentralization(bk_names, end_t, show_number, show_order, top_n, unit_type)`
|
||||
|
||||
持股集中度
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | ------------------- |
|
||||
| `bk_names` | string | 市场和板块,板块名称 |
|
||||
| `end_t` | datetime | 日期,截止日期 |
|
||||
| `show_number` | any | 用户自定义,显示个数 |
|
||||
| `show_order` | bool | object |
|
||||
| `top_n` | any | 用户自定义,前N名 |
|
||||
| `unit_type` | any | 用户自定义,显示单位 |
|
||||
|
||||
返回:bool
|
||||
Reference in New Issue
Block a user