✨ feat(skills): add tsl api reference skill
Bundle the TSL API index and markdown references under the skill, route TSL docs to use it, and update the codegen index generator to maintain the bundled data.
This commit is contained in:
@@ -0,0 +1,128 @@
|
||||
# 板块 / 资产支持证券明细
|
||||
|
||||
### `fundsabsnonpercent3(fundarr, rdate, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的第N名资产支持证券市值占固定收益投资市值比(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `topn` | int | integer,第N |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsabsnonpercentgrow4(fundarr, rdate, rdate2, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的第N名资产支持证券市值占资产支持证券市值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
| `topn` | int | integer,第N |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsabssecuritypercent(fundarr, rdate, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定资产支持证券市值占净值比(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `stockid` | string | ,资产支持证券代码 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsabssecuritypercentgrow(fundarr, rdate, rdate2, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定资产支持证券市值占净值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
| `stockid` | string | ,资产支持证券代码 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsabssecuritypercentgrow2(fundarr, rdate, rdate2, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定资产支持证券市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
| `stockid` | string | ,资产支持证券代码 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsabssecuritypercentgrow4(fundarr, rdate, rdate2, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定资产支持证券市值占资产支持证券市值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
| `stockid` | string | ,资产支持证券代码 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsabssecurityvolumegrow(fundarr, rdate, rdate2, stockid)`
|
||||
|
||||
统计指定报告期基金列表汇总的指定资产支持证券持有份额变动
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
| `stockid` | string | ,资产支持证券代码 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsabssumnpercent(fundarr, rdate, topn)`
|
||||
|
||||
统计基金列表中指定报告期内前N名资产支持证券市值占净值比(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `topn` | int | integer,前N |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsabssumnpercentgrow4(fundarr, rdate, rdate2, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的前N名资产支持证券市值占资产支持证券市值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
| `topn` | int | integer,前N |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsabssumnvaluegrow(fundarr, rdate, rdate2, topn)`
|
||||
|
||||
统计指定报告期基金列表汇总的前N名资产支持证券持有市值变动(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
| `topn` | int | integer,前N |
|
||||
|
||||
返回:float
|
||||
Reference in New Issue
Block a user