feat(tsl-api-reference): index class and unit APIs

Migrate reference pages to declaration-line storage and rebuild the
13-column index.

Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
csh
2026-07-29 15:47:46 +08:00
parent 9edc8fc868
commit 13be5ea0aa
239 changed files with 39157 additions and 12846 deletions
@@ -2,6 +2,8 @@
## `fundsfdfundpercent(fundarr, rdate, stockid)`
声明:function
统计指定报告期基金列表汇总的指定基金市值占净值比(%)
| 参数 | 类型 | 说明 |
@@ -14,6 +16,8 @@
## `fundsfdfundpercent2(fundarr, rdate, stockid)`
声明:function
统计指定报告期基金列表汇总的指定基金市值占总值比(%)
| 参数 | 类型 | 说明 |
@@ -26,6 +30,8 @@
## `fundsfdfundpercent3(fundarr, rdate, stockid)`
声明:function
统计指定报告期基金列表汇总的指定基金市值占基金市值比(%)
| 参数 | 类型 | 说明 |
@@ -38,6 +44,8 @@
## `fundsfdfundpercentgrow3(fundarr, rdate, rdate2, stockid)`
声明:function
统计指定报告期基金列表汇总的指定基金市值占投资于基金的总市值比变动(%)
| 参数 | 类型 | 说明 |
@@ -51,6 +59,8 @@
## `fundsfdfundvaluegrow(fundarr, rdate, rdate2, stockid)`
声明:function
统计指定报告期基金列表汇总的指定基金持有市值变动(万)
| 参数 | 类型 | 说明 |
@@ -64,6 +74,8 @@
## `fundsfdmanagerpercent2(fundarr, rdate)`
声明:function
统计基金列表中指定报告期内持有关联基金市值占总值比(%)
| 参数 | 类型 | 说明 |
@@ -75,6 +87,8 @@
## `fundsfdmanagerpercentgrow(fundarr, rdate, rdate2)`
声明:function
统计指定报告期基金列表汇总的持有关联基金市值占净值比变动(%)
| 参数 | 类型 | 说明 |
@@ -87,6 +101,8 @@
## `fundsfdmanagerpercentgrow2(fundarr, rdate, rdate2)`
声明:function
统计指定报告期基金列表汇总的关联基金市值占总值比变动(%)
| 参数 | 类型 | 说明 |
@@ -99,6 +115,8 @@
## `fundsfdmanagervalue(fundarr, rdate)`
声明:function
统计基金列表中指定报告期内持有关联基金市值(万)
| 参数 | 类型 | 说明 |
@@ -110,6 +128,8 @@
## `fundsfdnonpercent(fundarr, rdate, topn)`
声明:function
统计指定报告期基金列表汇总的第N名基金市值占净值比(%)
| 参数 | 类型 | 说明 |
@@ -122,6 +142,8 @@
## `fundsfdnonpercent3(fundarr, rdate, topn)`
声明:function
统计指定报告期基金列表汇总的第N名基金市值占基金市值比(%)
| 参数 | 类型 | 说明 |
@@ -134,6 +156,8 @@
## `fundsfdnonvaluegrowratio(fundarr, rdate, rdate2, topn)`
声明:function
统计指定报告期基金列表汇总的第N名基金持有市值变比(%)
| 参数 | 类型 | 说明 |
@@ -147,6 +171,8 @@
## `fundsfdnonvolume(fundarr, rdate, topn)`
声明:function
统计指定报告期基金列表汇总的第N名基金持有份额
| 参数 | 类型 | 说明 |