✨ 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:
@@ -2,6 +2,8 @@
|
||||
|
||||
## `warrantECirculation(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日权证规模(万),若股票类型为权证,则将表402(权证.权证行权变动)按生效日逆序排列,提取当生效日小于等于截止日时的第一条记录的权证规模/10000;若股票类型不为权证,则返回0,与系统证券pn_stock()有关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -12,6 +14,8 @@
|
||||
|
||||
## `warrantEPrice(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日行权价,若股票类型为权证,则将表402(权证.权证行权变动)按生效日逆序排列,提取当生效日小于等于截止日时的第一条记录的行权价;若股票类型不为权证,则返回0,与系统证券pn_stock()有关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -22,6 +26,8 @@
|
||||
|
||||
## `warrantERate(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日行权比例,当股票类型为权证,则将表402(权证.权证行权变动)按生效日逆序排列,提取当生效日小于等于截止日时的第一条记录的行权比例;若股票类型不为权证,则返回0,与系统证券pn_stock()有关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -32,6 +38,8 @@
|
||||
|
||||
## `warrantExerciseQk(end_t, beg_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间行权变动,将表402(权证.权证行权变动)按生效日逆序排列,当生效日等于开始日且小于等于截止日,且变更原因不为权证创设时,从表中提取股票代码、名称、信息发布日、生效日、权证规模(万)、行权价、行权比例和变更原因,与系统证券pn_stock()有关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -43,6 +51,8 @@
|
||||
|
||||
## `optionEsiExerciseAmount(end_t, datatype)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日行权数量,与系统参数(证券代码)相关。如果指定日有行权交收信息,返回指定日期认购/认沽行权数量;如果指定日没有行权交收信息,返回0。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -62,6 +72,8 @@ return optionEsiExerciseAmount(20231227T,0);
|
||||
|
||||
## `optionEsiGetdata(stock_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日的行权交收信息。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user