📝 docs(tsl): complete and lint codegen reference
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 指数 / 估值指标
|
||||
|
||||
### `indexCallDp(right_type, sample_select, criterion, r_date_type)`
|
||||
## `Index_CallDP(right_type, sample_select, criterion, r_date_type)`
|
||||
|
||||
实时计算指数股息率DP(%),与系统证券、时间相关。
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `indexCallPb(right_type, sample_select, criterion, r_date_type)`
|
||||
## `Index_CallPB(right_type, sample_select, criterion, r_date_type)`
|
||||
|
||||
实时计算指数市净率PB,与系统证券、时间相关。
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `indexCallPcf(right_type, sample_select, criterion, r_date_type)`
|
||||
## `Index_CallPCF(right_type, sample_select, criterion, r_date_type)`
|
||||
|
||||
实时计算指数市现率PCF,与系统证券、时间相关。
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `indexCallPe(right_type, sample_select, criterion, r_date_type)`
|
||||
## `Index_CallPE(right_type, sample_select, criterion, r_date_type)`
|
||||
|
||||
实时计算指数市盈率PE,与系统证券、时间相关。
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `indexCallPsr(right_type, sample_select, criterion, r_date_type)`
|
||||
## `Index_CallPSR(right_type, sample_select, criterion, r_date_type)`
|
||||
|
||||
实时计算指数市销率PSR,与系统证券、时间相关。
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `indexPb2(right_type, sample_select)`
|
||||
## `Index_PB2(right_type, sample_select)`
|
||||
|
||||
指定日市净率(最新年报),与系统参数(证券代码,时间)相关。
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `indexPcf(right_type, sample_select)`
|
||||
## `Index_PCF(right_type, sample_select)`
|
||||
|
||||
提取指定日的指数市现率,与系统参数(证券代码,时间)相关。
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `indexPcf2(right_type, sample_select)`
|
||||
## `Index_PCF2(right_type, sample_select)`
|
||||
|
||||
指定日市现率(最新年报),与系统参数(证券代码,时间)相关。
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `indexPe(right_type, sample_select)`
|
||||
## `Index_PE(right_type, sample_select)`
|
||||
|
||||
提取指定日的指数市盈率,与系统参数(证券代码,时间)相关。
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `indexPe2(right_type, sample_select)`
|
||||
## `Index_PE2(right_type, sample_select)`
|
||||
|
||||
指定日市盈率(最新年报),与系统参数(证券代码,时间)相关。
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `indexPsr(right_type, sample_select)`
|
||||
## `Index_PSR(right_type, sample_select)`
|
||||
|
||||
提取指定日的指数市销率,与系统参数(证券代码,时间)相关。
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `indexPsr2(right_type, sample_select)`
|
||||
## `Index_PSR2(right_type, sample_select)`
|
||||
|
||||
指定日市销率(最新年报),与系统参数(证券代码,时间)相关。
|
||||
|
||||
@@ -142,19 +142,19 @@
|
||||
|
||||
返回:float
|
||||
|
||||
### `indexValFirstday()`
|
||||
## `Index_Val_Firstday()`
|
||||
|
||||
指数估值衍生开始日,与系统参数(证券代码)相关。
|
||||
|
||||
返回:float
|
||||
|
||||
### `indexValLastUpday()`
|
||||
## `Index_Val_LastUpday()`
|
||||
|
||||
指数估值衍生实际计算日期,与系统参数(证券代码)相关。
|
||||
|
||||
返回:float|datetime
|
||||
|
||||
### `indexValue(right_type, sample_select, index_type)`
|
||||
## `Index_Value(right_type, sample_select, index_type)`
|
||||
|
||||
指数估值中间函数,与系统参数(证券代码,时间)相关。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user