📦 deps(tsl): sync tsl-playbook from 13be5ea0

Source-Commit: 13be5ea0aa
This commit is contained in:
ci[bot]
2026-07-29 07:58:05 +00:00
parent 9d2b696f58
commit 80357f4bc5
280 changed files with 48658 additions and 13929 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
区间解禁家数
| 参数 | 类型 | 说明 |