📦 deps(tsl): sync tsl-playbook from 9dbd156d

Source-Commit: 9dbd156d0e
This commit is contained in:
ci[bot]
2026-07-07 08:44:07 +00:00
commit a2d9174549
524 changed files with 393502 additions and 0 deletions
@@ -0,0 +1,64 @@
# 板块 / 债券配置
## `fundsbcbondpercent2(fundarr, rdate, name)`
统计基金列表中指定报告期内指定债券类型市值占总值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `name` | string | string,债券类型 |
返回:float
## `fundsbcbondpercent4(fundarr, rdate, name)`
统计基金列表中指定报告期内指定债券类型市值占固定收益投资市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | ------------------------ |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | ,指定报告期 |
| `name` | string | ,债券类型 |
返回:float
## `fundsbcbondvaluegrowratio(fundarr, rdate, rdate2, name)`
统计基金列表中指定报告期内指定债券类型市值变比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `name` | string | string,债券类型 |
返回:float
## `fundsbcnonpercentgrow4(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内第N名债券类型市值占固定收益投资市值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | ------------------------ |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | ,指定报告期 |
| `rdate2` | datetime | ,同比报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsbcsumnpercentgrow4(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名债券类型市值占固定收益投资市值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | ------------------------ |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | ,指定报告期 |
| `rdate2` | datetime | ,同比报告期 |
| `topn` | int | integer,前N |
返回:float