♻️ refactor(tsl): rebuild codegen taxonomy
Move generated builtin and dotnet function docs into the upgraded taxonomy, remove legacy route pages, and regenerate function_index.tsv from markdown headings.
This commit is contained in:
@@ -0,0 +1,625 @@
|
||||
# 板块 / 资产配置
|
||||
|
||||
### `fundsirabspercent2(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的资产支持证券市值占总值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirabspercentgrow1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内资产支持证券市值占净值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirabspercentgrow2(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内资产支持证券市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirabspercentgrow4(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内资产支持证券市值占固定收益投资比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirabsvalue(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金投资于资产支持证券的市值和(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirabsvaluegrow(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内资产支持证券市值变动(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirbondpercent1(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的债券市值占净值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirbondpercentgrow1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内债券市值占净值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirbondvaluegrow1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内债券现金市值变动(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsircashpercent1(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的银行存款和清算备付金市值占净值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsircashpercent2(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的银行存款和清算备付金市值占总值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsircashpercentgrow2(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内银行存款和清算备付金市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsircashvalue(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的银行存款和清算备付金的市值和(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsircashvaluegrow(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内银行存款和清算备付金市值变动(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirdeporeceiptpercentgrow3(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内存托凭证市值占权益投资比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirderivativespercent1(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的金融衍生品市值占净值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirderivativespercentgrow2(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内金融衍生品市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirfixedincomevaluegrowratio(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内固定投资收益市值变比(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirforwardpercent5(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的远期市值占金融衍生品投资市值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirforwardpercentgrow2(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内远期市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirforwardvalue(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的远期市值和(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirfundpercent2(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的基金市值占总值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirfundpercentgrow1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内基金占净值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirfundpercentgrow2(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内基金市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirfundvaluegrow(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内基金市值变动(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirfuturespercent1(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的期货市值占净值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirfuturespercentgrow1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内期货市值占净值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirfuturespercentgrow2(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内期货市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsiroptionpercent1(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的期权市值占净值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsiroptionpercent2(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的期权市值占总值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsiroptionpercent5(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的期权市值占金融衍生品投资市值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirotherpercent2(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的其他资产市值占总值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirothervalue(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的其他资产市值和(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirpreferredstockpercent2(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的优先股市值占总值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirpreferredstockvalue(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的优先股市值和(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirpreferredstockvaluegrow(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内优先股市值变动(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirrepurchasepercent2(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的卖出回购证券市值占总值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirrepurchasepercentgrow1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内卖出回购证券市值占净值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirrepurchasepercentgrow2(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内卖出回购证券市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirrepurchasevalue(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的卖出回购证券市值和(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirresalepercent1(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的买入返售证券市值占净值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirresalepercent2(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的买入返售证券市值占总值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirresalepercentgrow1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内买入返售证券市值占净值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirresalepercentgrow2(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内买入返售证券市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirresalevalue(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的买入返售证券市值和(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirresalevaluegrowratio(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内买入返售证券市值变比(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirstockpercent1(fundarr, rdate)`
|
||||
|
||||
统计指定报告期基金列表中所有基金的股票市值占净值比例(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirstockpercentgrow1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内股票市值占净值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirstockvaluegrow1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内股票市值变动(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirstockvaluegrowratio1(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内股票市值变比(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirtotalassetvaluegrow(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内资产总值变动(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirtotalassetvaluegrowratio(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内资产总值变比(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | -------------------------- |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | reportingperiod,指定报告期 |
|
||||
| `rdate2` | datetime | reportingperiod,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirwarrantpercentgrow2(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内权证市值占总值比变动(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundsirwarrantvaluegrow(fundarr, rdate, rdate2)`
|
||||
|
||||
统计基金列表中指定报告期内权证市值变动(万)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ------------------------ |
|
||||
| `fundarr` | array | array of string,基金列表 |
|
||||
| `rdate` | datetime | ,指定报告期 |
|
||||
| `rdate2` | datetime | ,同比报告期 |
|
||||
|
||||
返回:float
|
||||
Reference in New Issue
Block a user