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 @@
## `getShareholdersDataSummary(stock_arr, rdate, dtype, top_n, stype)`
声明:function
获取指定证券列表的汇总的股东数据
| 参数 | 类型 | 说明 |
@@ -16,6 +18,8 @@
## `queryMshByOrganName(stock_arr, end_t, qs_name, by_negotiable_share, include_non_negotiable_share)`
声明:function
券商持股一览表。
| 参数 | 类型 | 说明 |
@@ -30,6 +34,8 @@
## `stockCompanyLeaderShareholders(r_date)`
声明:function
高管持股数据,与系统参数(股票代码)相关。
| 参数 | 类型 | 说明 |
@@ -47,6 +53,8 @@ return StockCompanyLeaderShareholders(20101231);
## `Stocks_SharesByOrgan_Call(bk_name, r_date, organ_type, top_n)`
声明:function
指定报告期所有机构持股情况及其变化。
| 参数 | 类型 | 说明 |