📝 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,36 @@
# 金融函数 - 基金 / ETF申购赎回-基本信息
## 函数
### `fundEtfInfoMarginRate(endt, endt_2)`
指定日保证金申购保证金率(%),与系统参数(证券代码)相关。如果指定日有ETF申购赎回-基本信息,则返回保证金申购保证金率(%);如果指定日没有ETF申购赎回-基本信息,则返回0。
| 参数 | 类型 | 说明 |
| -------- | -------- | -------------- |
| `endt` | datetime | 日期。截止日期 |
| `endt_2` | datetime | 日期。截止日期 |
返回:float
### `fundEtfInfoLeastUnitCashDivid(endt, endt_2)`
指定日最小申购、赎回单位现金红利,与系统参数(证券代码)相关。如果指定日有ETF申购赎回-基本信息,则返回最小申购、赎回单位现金红利;如果指定日没有ETF申购赎回-基本信息,则返回0。
| 参数 | 类型 | 说明 |
| -------- | -------- | -------------- |
| `endt` | datetime | 日期,指定日 |
| `endt_2` | datetime | 日期。截止日期 |
返回:float
### `fundEtfInfoCashForecasted(endt, endt_2)`
指定日最小申购、赎回单位的预估现金部分,与系统参数(证券代码)相关。如果指定日有ETF申购赎回-基本信息,则返回最小申购、赎回单位的预估现金部分;如果指定日没有ETF申购赎回-基本信息,则返回0。
| 参数 | 类型 | 说明 |
| -------- | -------- | -------------- |
| `endt` | datetime | 日期。截止日期 |
| `endt_2` | datetime | 日期。截止日期 |
返回:float