📝 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,26 @@
# 金融函数 - 债券 / 债券指数估值
## 函数
### `bondIvDuration()`
返回当前债券指数指定日的久期,与系统参数(证券,时间)相关。
返回:float
### `bondIvMaturityYield()`
返回当前债券指数指定日的到期收益率,与系统参数(证券,时间)相关。
返回:float
### `bondIvqk(begt, endt)`
返回当前债券指数的区间债券估值数据,与系统参数(证券,时间)相关。
| 参数 | 类型 | 说明 |
| ------ | -------- | ------------- |
| `begt` | datetime | 日期,开始日期 |
| `endt` | datetime | 日期,截止日期 |
返回:array