♻️ 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:
csh
2026-07-07 16:36:08 +08:00
parent 54c1c11e77
commit b6160676b4
763 changed files with 179921 additions and 154583 deletions
@@ -0,0 +1,49 @@
# 板块 / 累计买入和卖出
### `fundsbsstockbuypercent(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票累计买入占期初净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
### `fundsbsstocknetrank(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票累计净买入排名
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
### `fundsbsstocksellamount(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票累计卖出金额(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
### `fundsbssumnbuypercent2(fundarr, rdate, topn)`
统计指定报告期基金列表的前N名股票累计买入占期初净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,前N |
返回:float