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 @@
## `indexRestrictedBanAndNrsPercent(index_id, endt, vtype)`
声明:function
指定日解禁市值占未流通市值(解禁前)比例(%)
| 参数 | 类型 | 说明 |
@@ -14,6 +16,8 @@
## `indexRestrictedBanAndNrsPercentQj(index_id, begt, endt, vtype)`
声明:function
区间解禁市值占未流通市值(解禁前)比例(%)
| 参数 | 类型 | 说明 |
@@ -27,6 +31,8 @@
## `indexRestrictedBanAndRsPercent(index_id, endt, vtype)`
声明:function
指定日解禁市值占流通市值(解禁前)比例(%)
| 参数 | 类型 | 说明 |
@@ -39,6 +45,8 @@
## `indexRestrictedBanAndRsPercentQj(index_id, begt, endt, vtype)`
声明:function
区间解禁市值占流通市值(解禁前)比例(%)
| 参数 | 类型 | 说明 |
@@ -52,6 +60,8 @@
## `indexRestrictedBanFutureAndNrsPercentQj(index_id, endt, vtype, dtype)`
声明:function
指定日未来解禁市值占未流通市值(解禁前)比例(%),其中未来解禁市值: 小于等于今天(today()):SUM(解禁数量\*收盘价(历史)) 大于今天(today()):SUM(解禁数量\*收盘价(Endt))
| 参数 | 类型 | 说明 |
@@ -65,6 +75,8 @@
## `indexRestrictedBanFutureAndRsPercentQj(index_id, endt, vtype, dtype)`
声明:function
指定日未来解禁市值占流通市值(解禁前)比例(%),其中未来解禁市值: 小于等于今天(today()):SUM(解禁数量\*收盘价(历史)) 大于今天(today()):SUM(解禁数量\*收盘价(Endt))
| 参数 | 类型 | 说明 |
@@ -78,6 +90,8 @@
## `indexRestrictedBanFutureMvPercentQj(index_id, endt, vtype, dtype)`
声明:function
指定日未来解禁市值占总市值比例(%),其中未来解禁市值: 小于等于今天(today()):SUM(解禁数量\*收盘价(历史)) 大于今天(today()):SUM(解禁数量\*收盘价(Endt))
| 参数 | 类型 | 说明 |
@@ -91,6 +105,8 @@
## `indexRestrictedBanFutureNum(index_id, endt, vtype, dtype)`
声明:function
指定日未来解禁家数
| 参数 | 类型 | 说明 |
@@ -104,6 +120,8 @@
## `indexRestrictedBanMv(index_id, endt, vtype)`
声明:function
指定日解禁市值(单位:元)
| 参数 | 类型 | 说明 |
@@ -116,6 +134,8 @@
## `indexRestrictedBanMvPercent(index_id, endt, vtype)`
声明:function
指定日解禁市值占总市值比例(%)
| 参数 | 类型 | 说明 |
@@ -128,6 +148,8 @@
## `indexRestrictedBanMvqj(index_id, begt, endt, vtype)`
声明:function
区间解禁市值(单位:元)
| 参数 | 类型 | 说明 |
@@ -141,6 +163,8 @@
## `indexRestrictedBanNum(index_id, endt, vtype)`
声明:function
指定日解禁家数
| 参数 | 类型 | 说明 |
@@ -153,6 +177,8 @@
## `indexRestrictedBanNumQj(index_id, begt, endt, vtype)`
声明:function
区间解禁家数
| 参数 | 类型 | 说明 |