feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -257,6 +257,30 @@ return fundbcbondvaluegrowratio(20191231, 20181231, "国债");
// 输出:-82.8855539084231
```
## `fundbccbankbillvalue(r_date)`
声明:function
返回系统参数指定基金在报告期持有的央行票据市值,单位为元
<!-- tags: 金融 基金 投资组合 债券配置 央行票据 市值 查询 -->
| 参数 | 类型 | 说明 |
| -------- | ------- | ---------- |
| `r_date` | integer | 指定报告期 |
返回:real
### 示例
范例01:查询指定基金的央行票据市值
```tsl
setSysParam(pn_stock(), "OF040001");
return fundbccbankbillvalue(20110630);
// 输出:600306000
```
## `fundbcconveniblebondpercent2(rdate)`
声明:function
@@ -730,6 +754,30 @@ return fundbcnonvaluegrow(20191231, 20181231, 2);
返回:real
## `fundbcscpvalue(r_date)`
声明:function
返回系统参数指定基金在报告期持有的短期融资券市值,单位为元
<!-- tags: 金融 基金 投资组合 债券配置 短期融资券 市值 查询 -->
| 参数 | 类型 | 说明 |
| -------- | ------- | ---------- |
| `r_date` | integer | 指定报告期 |
返回:real
### 示例
范例01:查询指定基金的短期融资券市值
```tsl
setSysParam(pn_stock(), "OF040001");
return fundbcscpvalue(20110630);
// 输出:20100000
```
## `fundbcsumnpercent(rdate, topn)`
声明:function