✨ feat(tsl-api-reference): expand API and module coverage
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
# 应用专题 / 其他专题
|
||||
|
||||
## `getPureBondFundByEndt(endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定日期的纯债基金
|
||||
|
||||
<!-- tags: 查询 基金产品 基金研究 交易日期 日期时间 债券 基金 回测 -->
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------ | -------- | -------- |
|
||||
| `endt` | datetime | 指定日期 |
|
||||
|
||||
返回:array
|
||||
|
||||
## `tsFl_bondFundAndGovBondSYLQK(begt, endt, index_option)`
|
||||
|
||||
声明:function
|
||||
|
||||
十年国债到期收益率与纯债基或中证全债的收益率走势分布
|
||||
|
||||
<!-- tags: 回报率 投资收益 债券 基金 回测 -->
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------------- | -------- | ---------------------------------------------- |
|
||||
| `begt` | datetime | 起始日期 |
|
||||
| `endt` | datetime | 截止日期 |
|
||||
| `index_option` | integer | 对象选择 0:纯债基金(缺省默认值) 1:中证全债 |
|
||||
|
||||
返回:array
|
||||
|
||||
## `tsFl_bondFundSYLQKArr(date_arr, index_o_ption)`
|
||||
|
||||
声明:function
|
||||
|
||||
纯债基金或者中证全债在不同时间区间下的收益率(%)
|
||||
|
||||
<!-- tags: 回报率 投资收益 基金产品 基金研究 时间处理 日期时间 债券 基金 -->
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------------- | ------- | ------------------------------- |
|
||||
| `date_arr` | array | 划分数据时间(一维数组) |
|
||||
| `index_o_ption` | integer | 对象选择 1) 0:纯债基金(默认) |
|
||||
|
||||
返回:array
|
||||
Reference in New Issue
Block a user