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 @@
## `stockEsgeScore(endt)`
声明:function
获得指定日环境(E)得分,系统参数:证券代码
| 参数 | 类型 | 说明 |
@@ -20,6 +22,8 @@ return StockESGEScore(20250623T);
## `stockEsgeScore3()`
声明:function
最新环境(E)得分,系统参数:证券代码、日期
返回:float
@@ -36,6 +40,8 @@ return StockESGEScore3();
## `stockEsggScore(endt)`
声明:function
获得指定日公司治理(G)得分,相关参数:指定日,系统参数:证券代码
| 参数 | 类型 | 说明 |
@@ -54,6 +60,8 @@ return StockESGGScore(20250623T);
## `stockEsggScore3()`
声明:function
最新社会治理(G)得分,系统参数:证券代码、日期
返回:float
@@ -70,6 +78,8 @@ return StockESGGScore3();
## `stockEsgRating(endt)`
声明:function
获得指定日ESG评级,系统参数:证券代码
| 参数 | 类型 | 说明 |
@@ -88,6 +98,8 @@ return StockESGRating(20250527T);
## `stockEsgRating3()`
声明:function
最新ESG评级,系统参数:证券代码,日期
返回:string
@@ -104,6 +116,8 @@ return StockESGRating3();
## `stockEsgRatingDate(endt)`
声明:function
获得指定日前最新一期中证ESG评级日期,系统参数:证券代码
| 参数 | 类型 | 说明 |
@@ -123,6 +137,8 @@ return StockESGRatingDate(endt);
## `stockEsgRatingDate3()`
声明:function
获得最新一期中证ESG评级日期,系统参数:日期,证券代码
返回:int
@@ -139,6 +155,8 @@ return StockESGRatingDate3();
## `stockEsgsScore(endt)`
声明:function
获得指定日社会(S)得分,相关参数:指定日,系统参数:证券代码
| 参数 | 类型 | 说明 |
@@ -157,6 +175,8 @@ return StockESGSScore(20250623T);
## `stockEsgsScore3()`
声明:function
最新社会(S)得分,系统参数:证券代码,日期
返回:float