📝 docs(tsl): add generated codegen reference
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# 金融函数 - 债券 / 基本信息
|
||||
|
||||
## 函数
|
||||
|
||||
### `bondInterBankIds2()`
|
||||
|
||||
所有的银行间债券(包含退市)。
|
||||
|
||||
返回:array
|
||||
|
||||
### `bondRatingByEndt(endt)`
|
||||
|
||||
指定日最新债券评级,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------ | -------- | ------------ |
|
||||
| `endt` | datetime | 日期。截止日 |
|
||||
|
||||
返回:string
|
||||
|
||||
### `bondRatingByEndtByInstitution(endt, institution)`
|
||||
|
||||
指定日指定评级机构的债券评级,与系统参数(证券代码)相关。如果无该评级机构的评级,则返回""。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------- |
|
||||
| `endt` | datetime | 日期。截止日 |
|
||||
| `institution` | string | 字符串。评级机构名称 |
|
||||
|
||||
返回:string
|
||||
Reference in New Issue
Block a user