📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,83 @@
# 金融函数 - 股票 / 中证ESG评级及维度得分
## 函数
### `stockEsgRatingDate(endt)`
获得指定日前最新一期中证ESG评级日期,系统参数:证券代码
| 参数 | 类型 | 说明 |
| ------ | -------- | ------------- |
| `endt` | datetime | 日期,截止日期 |
返回:datetime
### `stockEsggScore(endt)`
获得指定日公司治理(G)得分,相关参数:指定日,系统参数:证券代码
| 参数 | 类型 | 说明 |
| ------ | -------- | ------------- |
| `endt` | datetime | 日期,截止日期 |
返回:float
### `stockEsgsScore(endt)`
获得指定日社会(S)得分,相关参数:指定日,系统参数:证券代码
| 参数 | 类型 | 说明 |
| ------ | -------- | ------------- |
| `endt` | datetime | 日期,截止日期 |
返回:float
### `stockEsgRating(endt)`
获得指定日ESG评级,系统参数:证券代码
| 参数 | 类型 | 说明 |
| ------ | -------- | ------------- |
| `endt` | datetime | 日期,截止日期 |
返回:string
### `stockEsgeScore(endt)`
获得指定日环境(E)得分,系统参数:证券代码
| 参数 | 类型 | 说明 |
| ------ | -------- | ------------- |
| `endt` | datetime | 日期,截止日期 |
返回:float
### `stockEsgRatingDate3()`
获得最新一期中证ESG评级日期,系统参数:日期,证券代码
返回:datetime
### `stockEsgRating3()`
最新ESG评级,系统参数:证券代码,日期
返回:string
### `stockEsgsScore3()`
最新社会(S)得分,系统参数:证券代码,日期
返回:float
### `stockEsggScore3()`
最新社会治理(G)得分,系统参数:证券代码、日期
返回:float
### `stockEsgeScore3()`
最新环境(E)得分,系统参数:证券代码、日期
返回:float