📦 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 @@
## `Index_CallDP(right_type, sample_select, criterion, r_date_type)`
声明:function
实时计算指数股息率DP(%),与系统证券、时间相关。
| 参数 | 类型 | 说明 |
@@ -15,6 +17,8 @@
## `Index_CallPB(right_type, sample_select, criterion, r_date_type)`
声明:function
实时计算指数市净率PB,与系统证券、时间相关。
| 参数 | 类型 | 说明 |
@@ -28,6 +32,8 @@
## `Index_CallPCF(right_type, sample_select, criterion, r_date_type)`
声明:function
实时计算指数市现率PCF,与系统证券、时间相关。
| 参数 | 类型 | 说明 |
@@ -41,6 +47,8 @@
## `Index_CallPE(right_type, sample_select, criterion, r_date_type)`
声明:function
实时计算指数市盈率PE,与系统证券、时间相关。
| 参数 | 类型 | 说明 |
@@ -54,6 +62,8 @@
## `Index_CallPSR(right_type, sample_select, criterion, r_date_type)`
声明:function
实时计算指数市销率PSR,与系统证券、时间相关。
| 参数 | 类型 | 说明 |
@@ -67,6 +77,8 @@
## `Index_PB2(right_type, sample_select)`
声明:function
指定日市净率(最新年报),与系统参数(证券代码,时间)相关。
| 参数 | 类型 | 说明 |
@@ -78,6 +90,8 @@
## `Index_PCF(right_type, sample_select)`
声明:function
提取指定日的指数市现率,与系统参数(证券代码,时间)相关。
| 参数 | 类型 | 说明 |
@@ -89,6 +103,8 @@
## `Index_PCF2(right_type, sample_select)`
声明:function
指定日市现率(最新年报),与系统参数(证券代码,时间)相关。
| 参数 | 类型 | 说明 |
@@ -100,6 +116,8 @@
## `Index_PE(right_type, sample_select)`
声明:function
提取指定日的指数市盈率,与系统参数(证券代码,时间)相关。
| 参数 | 类型 | 说明 |
@@ -111,6 +129,8 @@
## `Index_PE2(right_type, sample_select)`
声明:function
指定日市盈率(最新年报),与系统参数(证券代码,时间)相关。
| 参数 | 类型 | 说明 |
@@ -122,6 +142,8 @@
## `Index_PSR(right_type, sample_select)`
声明:function
提取指定日的指数市销率,与系统参数(证券代码,时间)相关。
| 参数 | 类型 | 说明 |
@@ -133,6 +155,8 @@
## `Index_PSR2(right_type, sample_select)`
声明:function
指定日市销率(最新年报),与系统参数(证券代码,时间)相关。
| 参数 | 类型 | 说明 |
@@ -144,18 +168,24 @@
## `Index_Val_Firstday()`
声明:function
指数估值衍生开始日,与系统参数(证券代码)相关。
返回:float
## `Index_Val_LastUpday()`
声明:function
指数估值衍生实际计算日期,与系统参数(证券代码)相关。
返回:float|datetime
## `Index_Value(right_type, sample_select, index_type)`
声明:function
指数估值中间函数,与系统参数(证券代码,时间)相关。
| 参数 | 类型 | 说明 |