📝 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,23 @@
# 金融函数 - 期货 / 国债期货可交割债券
## 函数
### `futuresIsDeliverBond(bond_id)`
当前国债是否可交割债券,与系统参数(证券)相关。
| 参数 | 类型 | 说明 |
| --------- | ------ | ---------------- |
| `bond_id` | string | 字符串。债券代码 |
返回:any
### `futuresConverFactor(bond_id)`
指定国债的转换因子,与系统参数(证券)相关。如果返回0,说明不是可交割债券期货。
| 参数 | 类型 | 说明 |
| --------- | ------ | ---------------- |
| `bond_id` | string | 字符串。债券代码 |
返回:float