# 板块 / 基金板块 ## `adminFund(admin_company, end_t)` 返回指定基金管理公司管理的所有基金. | 参数 | 类型 | 说明 | | --------------- | -------- | ---------------------------- | | `admin_company` | string | 字符串,指定基金管理公司名称 | | `end_t` | datetime | 日期,截止日期 | 返回:array ## `bk_absnoncode(rdate, topn)` 统计指定报告期指定板块汇总的第N名资产支持证券代码 | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:string ## `bk_absnonpercent(rdate, topn)` 统计指定报告期指定板块汇总的第N名资产支持证券市值占净值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_absnonpercent2(rdate, topn)` 统计指定报告期指定板块汇总的第N名资产支持证券市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_absnonpercent3(rdate, topn)` 统计指定报告期指定板块汇总的第N名资产支持证券市值占固定收益投资市值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_absnonpercent4(rdate, topn)` 统计指定报告期指定板块汇总的第N名资产支持证券市值占资产支持证券市值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_absnonvalue(rdate, topn)` 统计指定报告期指定板块汇总的第N名资产支持证券持有市值(万) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_absnonvolume(rdate, topn)` 统计指定报告期指定板块汇总的第N名持有份额 | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_absnonvolumegrow(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的第N名资产支持证券持有份额变动 | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 第N | 返回:float ## `bk_abssecuritypercentgrow4(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定资产支持证券市值占资产支持证券市值比变动(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 资产支持证券代码 | 返回:float ## `bk_abssecurityvaluegrow(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定资产支持证券持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | -------- | ---------------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 资产支持证券代码 | 返回:float ## `bk_abssecurityvaluegrowratio(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定资产支持证券持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 资产支持证券代码 | 返回:float ## `bk_abssecurityvolume(rdate, stockid)` 统计指定报告期指定板块汇总的指定资产支持证券持有份额 | 参数 | 类型 | 说明 | | --------- | -------- | ---------------- | | `rdate` | datetime | 指定报告期 | | `stockid` | string | 资产支持证券代码 | 返回:float ## `bk_abssumnpercent(rdate, topn)` 统计指定板块中指定报告期内前N名资产支持证券市值占净值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 前N | 返回:float ## `bk_abssumnpercent2(rdate, topn)` 统计指定板块中指定报告期内前N名资产支持证券市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 前N | 返回:float ## `bk_abssumnpercent3(rdate, topn)` 统计指定板块中指定报告期内前N名资产支持证券市值占固定收益投资市值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 前N | 返回:float ## `bk_abssumnpercentgrow2(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的前N名资产支持证券市值占总值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `bk_abssumnvalue(rdate, topn)` 统计指定板块中指定报告期内前N名资产支持证券持有市值(万) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 前N | 返回:float ## `bk_abssumnvaluegrowratio(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的前N名资产支持证券持有市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `bk_bcbondpercent2(rdate, name)` 统计指定板块中指定报告期内指定债券类型市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `name` | string | 债券类型 | 返回:float ## `bk_bcbondvalue(rdate, name)` 统计指定板块中指定报告期内指定债券类型持有市值(万) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `name` | string | 债券类型 | 返回:float ## `bk_bcbondvaluegrowratio(rdate, rdate2, name)` 统计指定板块中指定报告期内指定债券类型市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `name` | string | 债券类型 | 返回:float ## `bk_bcnonpercent2(rdate, topn)` 统计指定板块中指定报告期内第N名债券类型市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_bcnonpercent3(rdate, topn)` 统计指定板块中指定报告期内第N名债券类型市值占债券市值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_bcnonpercentgrow3(rdate, rdate2, topn)` 统计指定板块中指定报告期内第N名债券类型市值占股票市值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 第N | 返回:float ## `bk_bcnonpercentgrow4(rdate, rdate2, topn)` 统计指定板块中指定报告期内第N名债券类型市值占固定收益投资市值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 第N | 返回:float ## `bk_bcnonvalue(rdate, topn)` 统计指定板块中指定报告期内第N名债券类型持有市值(万) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_bcsumnpercent4(rdate, topn)` 统计指定板块中指定报告期内前N名债券类型市值占固定收益投资市值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 前N | 返回:float ## `bk_bcsumnpercentgrow3(rdate, rdate2, topn)` 统计指定板块中指定报告期内前N名债券类型市值占债券市值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `bk_bcsumnvaluegrowratio(rdate, rdate2, topn)` 统计指定板块中指定报告期内前N名债券类型市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `bk_bdbondpercent4(rdate, stockid)` 统计指定报告期指定板块汇总的指定债券持有份额占该债券发行份额比(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `stockid` | string | 债券代码 | 返回:float ## `bk_bdbondpercent5(rdate, stockid)` 统计指定报告期指定板块汇总的指定债券市值占固定收益投资市值比(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `stockid` | string | 债券代码 | 返回:float ## `bk_bdbondpercentgrow3(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定债券市值占债券市值比变动(%) | 参数 | 类型 | 说明 | | --------- | -------- | ----------- | | `rdate` | datetime | 指定报告期, | | `rdate2` | datetime | 同比报告期, | | `stockid` | string | 代码,string | 返回:float ## `bk_bdbondvalue(rdate, stockid)` 统计指定报告期指定板块汇总的指定债券持有市值(万) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `stockid` | string | 债券代码 | 返回:float ## `bk_bdbondvaluegrowratio(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定债券持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 债券代码 | 返回:float ## `bk_bdbondvolumegrowratio(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定债券持有份额变比(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 债券代码 | 返回:float ## `bk_bdnoncode(rdate, topn)` 统计指定报告期指定板块汇总的第N名债券代码 | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:string ## `bk_bdnonpercent(rdate, topn)` 统计指定报告期指定板块汇总的第N名债券市值占净值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_bdnonpercent2(rdate, topn)` 统计指定报告期指定板块汇总的第N名债券市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_bdnonpercent4(rdate, topn)` 统计指定报告期指定板块汇总的第N名债券市值占固定收益投资市值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_bdsumnpercent(rdate, topn)` 统计指定报告期指定板块汇总的前N名债券市值占净值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 前N | 返回:float ## `bk_bdsumnpercent2(rdate, topn)` 统计指定报告期指定板块汇总的前N名债券市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 前N | 返回:float ## `bk_bdsumnpercentgrow(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的前N名债券市值占净值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `bk_bdsumnvaluegrow(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的前N名债券持有市值变动(万) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `bk_bdsumnvaluegrowratio(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的前N名债券持有市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `Bk_DeclareIRCount(r_date, fund_type)` 返回基金板块报告期已公布投资组合的基金个数,基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ----------- | -------- | -------------- | | `r_date` | datetime | 报告期 | | `fund_type` | any | 整型,投资风格 | 返回:string ## `bk_fdfundholdnum(rdate, stockid)` 统计指定报告期指定板块汇总的持有指定基金的基金个数 | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `stockid` | string | 基金代码 | 返回:float ## `bk_fdfundpercentgrow3(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定基金市值占投资于基金的总市值比变动(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 基金代码 | 返回:float ## `bk_fdmanagerpercent(rdate)` 统计指定板块中指定报告期内持有关联基金市值占净值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_fdmanagerpercent2(rdate)` 统计指定板块中指定报告期内持有关联基金市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_fdmanagerpercentgrow(rdate, rdate2)` 统计指定报告期指定板块汇总的持有关联基金市值占净值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_fdmanagervaluegrow(rdate, rdate2)` 统计指定报告期指定板块汇总的持有关联基金市值变动(万) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_fdnoncode(rdate, topn)` 统计指定报告期指定板块汇总的第N名基金代码 | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:string ## `bk_fdnonpercent2(rdate, topn)` 统计指定报告期指定板块汇总的第N名基金市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_fdnonpercent3(rdate, topn)` 统计指定报告期指定板块汇总的第N名基金市值占基金市值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_fdnonpercentgrow2(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的第N名基金市值占总值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 第N | 返回:float ## `bk_fdnonpercentgrow3(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的第N名基金市值占基金市值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 第N | 返回:float ## `bk_fdnonvolume(rdate, topn)` 统计指定报告期指定板块汇总的第N名基金持有份额 | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_fdsumnpercent2(rdate, topn)` 统计指定板块中指定报告期内前N名基金市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 前N | 返回:float ## `bk_fdsumnvaluegrowratio(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的前N名基金持有市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `bk_icindustrypercent2(rdate, name)` 统计指定板块中指定报告期内指定行业市值占总值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `name` | string | 行业名称 | 返回:float ## `bk_icindustrypercentgrow3(rdate, rdate2, name)` 统计指定板块中指定报告期内指定行业市值占股票市值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `name` | string | 行业名称 | 返回:float ## `bk_icindustryvaluegrow(rdate, rdate2, name)` 统计指定板块中指定报告期内指定行业市值变动(万) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `name` | string | 行业名称 | 返回:float ## `bk_icnonpercentgrow(rdate, rdate2, topn)` 统计指定板块中指定报告期内第N名行业市值占净值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 第N | 返回:float ## `bk_icnonpercentgrow2(rdate, rdate2, topn)` 统计指定板块中指定报告期内第N名行业市值占总值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 第N | 返回:float ## `bk_icsumnvaluegrowratio(rdate, rdate2, topn)` 统计指定板块中指定报告期内前N名行业市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `bk_irabspercent4(rdate)` 统计指定报告期指定板块中所有基金的资产支持证券市值占固定收益投资比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irabspercentgrow4(rdate, rdate2)` 统计指定板块中指定报告期内资产支持证券市值占固定收益投资比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irabsvaluegrowratio(rdate, rdate2)` 统计指定板块中指定报告期内资产支持证券市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `Bk_IRBondValueGrow(r_date, r_date2, fund_type)` 返回债券现金市值变动(万),用两个不同报告期的债券现金市值计算债券现金市值变动(万),其中债券现金市值取自债券市值322004,基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------------------------------ | | `r_date` | datetime | 报告期 | | `r_date2` | any | 报告期,同比报告期 | | `fund_type` | any | 整型,投资风格,用于设置基金板块不同类型的基金。 | 返回:string ## `bk_ircashpercent1(rdate)` 统计指定报告期指定板块中所有基金的银行存款和清算备付金市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_ircashpercent2(rdate)` 统计指定报告期指定板块中所有基金的银行存款和清算备付金市值占总值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_ircashpercentgrow2(rdate, rdate2)` 统计指定板块中指定报告期内银行存款和清算备付金市值占总值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_ircashvalue(rdate)` 统计指定报告期指定板块中所有基金的银行存款和清算备付金的市值和(万) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irdeporeceiptpercent1(rdate)` 统计指定报告期指定板块中所有基金的存托凭证市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irdeporeceiptpercentgrow2(rdate, rdate2)` 统计指定板块中指定报告期内存托凭证市值占总值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irderivativespercent1(rdate)` 统计指定报告期指定板块中所有基金的金融衍生品市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irderivativesvalue(rdate)` 统计指定报告期指定板块中所有基金的金融衍生品市值和(万) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irequityinvestpercent1(rdate)` 统计指定报告期指定板块中所有基金的权益投资市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irequityinvestvaluegrow(rdate, rdate2)` 统计指定板块中指定报告期内权益投资市值变动(万) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irequityinvestvaluegrowratio(rdate, rdate2)` 统计指定板块中指定报告期内权益投资市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irfixedincomevalue(rdate)` 统计指定报告期指定板块中所有基金的固定投资收益市值和(万) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irfixedincomevaluegrowratio(rdate, rdate2)` 统计指定板块中指定报告期内固定投资收益市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irforwardpercent2(rdate)` 统计指定报告期指定板块中所有基金的远期市值占总值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irfundpercent1(rdate)` 统计指定报告期指定板块中所有基金的基金市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irfundpercent2(rdate)` 统计指定报告期指定板块中所有基金的基金市值占总值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irfuturespercent1(rdate)` 统计指定报告期指定板块中所有基金的期货市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irfuturespercentgrow1(rdate, rdate2)` 统计指定板块中指定报告期内期货市值占净值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irmetalspercent1(rdate)` 统计指定报告期指定板块中所有基金的贵金属投资市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irmmipercent1(rdate)` 统计指定报告期指定板块中所有基金的货币市场工具市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irmmipercentgrow1(rdate, rdate2)` 统计指定板块中指定报告期内货币市场工具市值占净值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irmmivaluegrow(rdate, rdate2)` 统计指定板块中指定报告期内货币市场工具市值变动(万) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `Bk_IRNetAssetValue(r_date, fund_type)` 返回基金板块资产净值和(万),其中资产净值取自资产净值322006,基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------------------------------ | | `r_date` | datetime | 报告期 | | `fund_type` | any | 整型,投资风格,用于设置基金板块不同类型的基金。 | 返回:string ## `Bk_IRNetAssetValueGrow(r_date, r_date2, fund_type)` 返回基金板块资产净值变动(万),用两个不同报告期的块资产净值计算资产净值变动(万),其中资产净值取自资产净值322006,基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------------------------------ | | `r_date` | datetime | 报告期 | | `r_date2` | any | 报告期,同比报告期 | | `fund_type` | any | 整型,投资风格,用于设置基金板块不同类型的基金。 | 返回:string ## `Bk_IRNetAssetValueGrowRatio(r_date, r_date2, fund_type)` 返回基金板块资产净值变比(%),用两个不同报告期的块资产净值计算资产净值变比(%),其中资产净值取自资产净值322006,基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------------------------------------ | | `r_date` | datetime | 报告期 | | `r_date2` | any | 报告期,同比报告期 | | `fund_type` | any | 自定义类型,投资风格,用于设置基金板块不同类型的基金。 | 返回:string ## `bk_iroptionpercent2(rdate)` 统计指定报告期指定板块中所有基金的期权市值占总值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_iroptionpercent5(rdate)` 统计指定报告期指定板块中所有基金的期权市值占金融衍生品投资市值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_iroptionpercentgrow1(rdate, rdate2)` 统计指定板块中指定报告期内期权市值占净值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_iroptionpercentgrow5(rdate, rdate2)` 统计指定板块中指定报告期内期权市值占金融衍生品投资市值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_iroptionvaluegrow(rdate, rdate2)` 统计指定板块中指定报告期内期权市值变动(万) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irpreferredstockpercent1(rdate)` 统计指定报告期指定板块中所有基金的优先股市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irpreferredstockvaluegrowratio(rdate, rdate2)` 统计指定板块中指定报告期内优先股市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irrealestatepercent1(rdate)` 统计指定报告期指定板块中所有基金的房地产信托凭证市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irrepoofresalepercent1(rdate)` 统计指定报告期指定板块中所有基金的买断式回购的买入返售金融资产市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irrepoofresalepercent2(rdate)` 统计指定报告期指定板块中所有基金的买断式回购的买入返售金融资产市值占总值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irrepoofresalevaluegrowratio(rdate, rdate2)` 统计指定板块中指定报告期内买断式回购的买入返售金融资产市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irrepurchasepercentgrow2(rdate, rdate2)` 统计指定板块中指定报告期内卖出回购证券市值占总值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irrepurchasevaluegrowratio(rdate, rdate2)` 统计指定板块中指定报告期内卖出回购证券市值变比(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irresalepercentgrow1(rdate, rdate2)` 统计指定板块中指定报告期内买入返售证券市值占净值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `bk_irstockpercent1(rdate)` 统计指定报告期指定板块中所有基金的股票市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irstockpercent2(rdate)` 统计指定报告期指定板块中所有基金的股票市值占总值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `Bk_IRStockPercentGrow(r_date, r_date2, fund_type, right_type)` 返回基金板块股票占净值比例变动(%),用两个不同报告期的股票占净值比例计算股票占净值比例变动(%),其中股票占净值比例(%)取自股票占净值比例(%)322003,基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ------------ | -------- | ------------------------------------------------ | | `r_date` | datetime | 报告期 | | `r_date2` | any | 报告期,同比报告期 | | `fund_type` | any | 整型,投资风格,用于设置基金板块不同类型的基金。 | | `right_type` | any | 整型,加权方式 | 返回:string ## `Bk_IRStockValueGrowRatio(r_date, r_date2, fund_type)` 返回基金板块股票市值变比(%),通过不同报告期的股票市值计算股票市值变比(%),其中股票市值取自股票市值322002,基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------------------------------ | | `r_date` | datetime | 报告期 | | `r_date2` | any | 报告期,同比报告期 | | `fund_type` | any | 整型,投资风格,用于设置基金板块不同类型的基金。 | 返回:string ## `bk_irwarrantpercent1(rdate)` 统计指定报告期指定板块中所有基金的权证市值占净值比例(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | 返回:float ## `bk_irwarrantpercentgrow1(rdate, rdate2)` 统计指定板块中指定报告期内权证市值占净值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | 返回:float ## `Bk_ListedCountBetween(beg_t, end_t, fund_type)` 返回基金板块区间新成立的基金个数,基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。通过指定日是否已经开始公布净值判断基金是否上市。 | 参数 | 类型 | 说明 | | ----------- | -------- | -------------- | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `fund_type` | any | 整型,基金类型 | 返回:string ## `Bk_NAWInfo(beg_t, end_t, _type)` 返回基金板块区间平均净值(详情),基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ------- | -------- | -------------- | | `beg_t` | datetime | 日期,开始日 | | `end_t` | datetime | 日期,截止日 | | `_type` | any | 整型,返回内容 | 返回:string ## `bk_pmnonpercentgrow3(rdate, rdate2, topn)` 统计指定报告期指定板块汇总的第N名贵金属市值占贵金属市值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 第N | 返回:float ## `bk_scnonactivepercent5(rdate, topn)` 统计指定报告期指定板块汇总的第N名股票积极投资市值占权益投资市值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 第N | 返回:float ## `bk_scstockactivevaluegrow(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定股票积极投资市值变动(万) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 股票代码 | 返回:float ## `bk_scstockindexpercentgrow(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定股票指数投资市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 股票代码 | 返回:float ## `bk_scstockindexvaluegrowratio(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定股票指数投资市值变比(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 股票代码 | 返回:float ## `bk_scstockpercent3(rdate, stockid)` 统计指定报告期指定板块汇总的指定股票市值占股票市值比(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `stockid` | string | 股票代码 | 返回:float ## `bk_scstockpercentgrow(rdate, rdate2, stockid)` 统计指定报告期指定板块汇总的指定股票市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `stockid` | string | 股票代码 | 返回:float ## `bk_scsumnpercent4(rdate, topn)` 统计指定板块中指定报告期内前N名股票市值占权益投资市值比(%) | 参数 | 类型 | 说明 | | ------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `topn` | any | 前N | 返回:float ## `bk_scsumnvaluegrowratio3(rdate, rdate2, topn)` 统计指定板块中指定报告期内前N名股票市值占总值比变动(%) | 参数 | 类型 | 说明 | | -------- | -------- | ---------- | | `rdate` | datetime | 指定报告期 | | `rdate2` | datetime | 同比报告期 | | `topn` | any | 前N | 返回:float ## `FundBKManagerSaleSharesOfRate_QJ(bkname, r_date2, r_date)` 获得基金板块指定报告期区间赎回份额占基金份额(%) | 参数 | 类型 | 说明 | | --------- | -------- | ------------------- | | `bkname` | string | 市场和板块,板块名称 | | `r_date2` | any | 报告期,开始报告期 | | `r_date` | datetime | 报告期,指定报告期 | 返回:float ## `FundBKManagerTradeAveragePrice_Year(bkname, r_date, t_type)` 获得指定报告期本年以来基金板块基金管理人交易均价 | 参数 | 类型 | 说明 | | -------- | -------- | ------------------- | | `bkname` | string | 市场和板块,板块名称 | | `r_date` | datetime | 报告期,指定报告期 | | `t_type` | any | 用户自定义,交易方式 | 返回:float ## `FundBKManagerTradeSharesOfRate_LYear(bkname, r_date, t_type)` 获得指定报告期最近1年基金板块基金管理人交易份额占基金总份额(%) | 参数 | 类型 | 说明 | | -------- | -------- | ------------------- | | `bkname` | string | 市场和板块,板块名称 | | `r_date` | datetime | 报告期,指定报告期 | | `t_type` | any | 用户自定义,交易方式 | 返回:float ## `FundBKManagerTradeSharesOfRate_QJ(bkname, r_date2, r_date, t_type)` 获得报告期区间基金板块基金管理人交易份额占基金总份额(%) | 参数 | 类型 | 说明 | | --------- | -------- | ------------------- | | `bkname` | string | 市场和板块,板块名称 | | `r_date2` | any | 报告期,开始报告期 | | `r_date` | datetime | 报告期,指定报告期 | | `t_type` | any | 用户自定义,交易方式 | 返回:float ## `FundBKManagerTradeShares_Year(bkname, r_date, t_type)` 获得指定报告期本年以来基金板块基金管理人交易份额 | 参数 | 类型 | 说明 | | -------- | -------- | ------------------- | | `bkname` | string | 市场和板块,板块名称 | | `r_date` | datetime | 报告期,指定报告期 | | `t_type` | any | 用户自定义,交易方式 | 返回:float ## `fundsChangeInFairValueOfDerivative(fund_arr, r_date)` 获得指定报告期基金列表衍生工具变动收益 | 参数 | 类型 | 说明 | | ---------- | ----- | ----------------------- | | `fund_arr` | array | 一维字符串数组,基金列表 | | `r_date` | int | 报告期,指定报告期 | 返回:float ## `fundsListed(fund_arr, end_t, fund_type)` 返回指定日已上市的基金列表. | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------ | | `fund_arr` | array | 一维字符串数组,基金列表 | | `end_t` | datetime | 日期,截止日期 | | `fund_type` | int | 整型,投资风格 | 返回:array ## `FundSManagerBuyShares_Year(fund_arr, r_date)` 获得基金列表指定日本年以来申购份额 | 参数 | 类型 | 说明 | | ---------- | -------- | ----------------------- | | `fund_arr` | array | 一维字符串数组,基金列表 | | `r_date` | datetime | 报告期,指定报告期 | 返回:array ## `FundSManagerBuyValue_Year(fund_arr, r_date)` 获得基金列表指定日本年以来申购市值 | 参数 | 类型 | 说明 | | ---------- | -------- | ----------------------- | | `fund_arr` | array | 一维字符串数组,基金列表 | | `r_date` | datetime | 报告期,指定报告期 | 返回:array ## `FundSManagerTotalSharesChange_Year(fund_arr, r_date)` 获得基金列表指定日本年以来份额变动 | 参数 | 类型 | 说明 | | ---------- | -------- | ----------------------- | | `fund_arr` | array | 一维字符串数组,基金列表 | | `r_date` | datetime | 报告期,指定报告期 | 返回:array ## `fundsNegotiableShares(end_t)` 返回基金板块指定日流通份额(万份),基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ------- | -------- | -------------- | | `end_t` | DateTime | 日期,截止日期 | 返回:Real ### 示例 ```tsl //取深证基金、上证基金、开放式基金2012年10月19日流通份额(万份) fund_arr := getBk("深证基金;上证基金;开放式基金"); saveBk('mybk','新建分类',fund_arr); setSysParam(Pn_Bk(),"mybk"); return fundsNegotiableShares(intToDate(20121019)); //结果:267537714.23 ``` ## `fundsNegotiableShares3()` 返回基金板块最新流通份额(万份),基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 返回:Real ### 示例 ```tsl //取深证基金、上证基金、开放式基金2012年10月19日流通份额(万份) fund_arr := getBk("深证基金;上证基金;开放式基金"); saveBk('mybk','新建分类',fund_arr); setSysParam(Pn_Bk(),"mybk"); setSysParam(pn_date(),intToDate(20121019)); return fundsNegotiableShares3(); //结果:267537714.23 ``` ## `fundsTotalShares3()` 返回基金板块最新总份额(万份),基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 返回:Real ### 示例 ```tsl //取深证基金、上证基金、开放式基金2012年10月19日最新总份额(万份) fund_arr := getBk("深证基金;上证基金;开放式基金"); saveBk('mybk','新建分类',fund_arr); setSysParam(Pn_Bk(),"mybk"); setSysParam(pn_date(),intToDate(20121019)); return fundsTotalShares3(); //结果:267537714.23 ``` ## `fundsTotalShares(end_t)` 返回基金板块指定日总份额(万份),基金板块使用setsysparam(pn_bk(),bkname)进行设置,其中bkname为基金板块名称。 | 参数 | 类型 | 说明 | | ------- | -------- | -------------- | | `end_t` | DateTime | 日期,截止日期 | 返回:Real ### 示例 ```tsl //取深证基金、上证基金、开放式基金2012年10月19日指定日总份额(万份) fund_arr := getBk("深证基金;上证基金;开放式基金"); saveBk('mybk','新建分类',fund_arr); setSysParam(Pn_Bk(),"mybk"); return fundsTotalShares(intToDate(20121019)); //结果:267537714.23 ``` ## `fundsTsDecrease(fund_arr, beg_t, end_t, fund_type)` 返回基金列表FundArr中发生净赎回的基金。通过不同时点基金份额变化计算净赎回。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `beg_t` | DateTime | 日期,开始日期 | | `end_t` | DateTime | 日期,截止日期 | | `fund_type` | Int | 整型,基金类型 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金2018年1-3月发生净赎回的基金 fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsTsDecrease(fund_arr,20180101T,20180301T,7); 结果: OF159901 OF159902 OF159903 OF159906 OF159909 OF159912 OF159919 OF159926 OF159930 OF159931 … ``` ## `fundsTsGrowCount(fund_arr, beg_t, end_t, fund_type)` 返回基金板块发生净申购的基金个数.,通过不同时间基金份额变化计算净申购。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------ | | `fund_arr` | Array | 基金列表,一维字符串数组 | | `beg_t` | DateTime | 日期,开始日期 | | `end_t` | DateTime | 日期,截止日期 | | `fund_type` | Int | 整型,基金类型 | 返回:Int ### 示例 ```tsl //深证基金、上证基金、开放式基金2018年1-3月发生净申购的基金个数 fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsTsGrowCount(fund_arr,20180101T,20180301T,-1); //结果:122 ``` ## `fundsTsChangeValue(fund_arr, beg_t, end_t, fund_type)` 返回基金板块份额变动(万份). | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `beg_t` | DateTime | 日期,开始日期 | | `end_t` | DateTime | 日期,截止日期 | | `fund_type` | Int | 整型,基金类型 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金2018年1-3月份额变动(万份) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsTsChangeValue(fund_arr,20180101T,20180301T,-1); //结果:-1469306.40672803 ``` ## `fundsTsGrowValue(fund_arr, beg_t, end_t, fund_type)` 返回基金板块净申购总额(万份).,净申购通过不同时间基金份额变化计算。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `beg_t` | DateTime | 日期,开始日期 | | `end_t` | DateTime | 日期,截止日期 | | `fund_type` | Int | 整型,基金类型 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金2018年1-3月净申购总额(万份) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsTsGrowValue(fund_arr,20180101T,20180301T,-1); //结果:1668543.636295 ``` ## `fundsTsDecreaseValue(fund_arr, beg_t, end_t, fund_type)` 返回基金板块净赎回总额(万份),净赎回总额通过不同时间基金份额变动计算。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `beg_t` | DateTime | 日期,开始日期 | | `end_t` | DateTime | 日期,截止日期 | | `fund_type` | Int | 整型,基金类型 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金2018年1-3月净赎回总额(万份) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsTsDecreaseValue(fund_arr,20180101T,20180301T,-1); //结果:3314445.107684 ``` ## `fundsTsDecreaseCount(fund_arr, beg_t, end_t, fund_type)` 返回基金板块发生净赎回的基金个数,净赎回通过不同时间基金份额变动计算。 | 参数 | 类型 | 说明 | | ----------- | -------- | ---------------------- | | `fund_arr` | Array | 数组类型,基金代码列表 | | `beg_t` | DateTime | 开始日 | | `end_t` | DateTime | 截止日 | | `fund_type` | Int | 自定义类型,基金类型 | 返回:Int ### 示例 ```tsl //深证基金、上证基金、开放式基金2018年1-3月发生净赎回的基金个数 fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsTsDecreaseCount(fund_arr,20180101T,20180301T,-1); //结果:234 ``` ## `fundsTsGrow(fund_arr, beg_t, end_t, fund_type)` 返回基金板块发生净申购的基金,净申购通过不同时间基金份额变化计算。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `beg_t` | DateTime | 日期,开始日期 | | `end_t` | DateTime | 日期,截止日期 | | `fund_type` | Int | 整型,基金类型 | 返回:Array ### 示例 ```tsl //深证基金、上证基金、开放式基金2018年1-3月发生净申购的基金 fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsTsGrow(fund_arr,20180101T,20180301T,-1); 结果: OF159001 OF159003 OF159005 OF159905 OF159907 OF159910 OF159913 OF159915 OF159916 … ``` ## `getfundsbyqcqmdate(fundarr, rdate, rdate2)` 返回指定区间期初资产净值有数据,期末未清盘 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,本报告期 | | `rdate2` | rdate | reportingperiod,上期报告期 | 返回:array ## `getfundsbytzfg(fundarr, _type)` 返回指定投资风格的基金 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `_type` | usrefine | ,基金投资风格 | 返回:array ## `getfundlastenddate(fundid)` 预估的清盘日期(清盘日期与最新净值日期取最大值) | 参数 | 类型 | 说明 | | -------- | ------ | ----------------- | | `fundid` | string | security,基金代码 | 返回:Integer ## `getfundsbyssrq(fundarr, rdate, rdate2)` 返回指定区间前上市且未清盘的基金 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,本报告期 | | `rdate2` | rdate | reportingperiod,上期报告期 | 返回:array ## `fundsallmanagerbyendt()` 在任基金经理列表,与系统参数(基金板块、日期)相关 返回:array ## `adminFunds(fund_arr, end_t, seperate_by, name)` 返回管理的基金. | 参数 | 类型 | 说明 | | ------------- | -------- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `end_t` | DateTime | 日期,截止日期 | | `seperate_by` | Int | 整数 | | `name` | String | 字符串 | 返回:Array ### 示例 ```tsl //深证基金、上证基金、开放式基金中成长型、积极成长型基金代码 fund_arr := getBk("深证基金;上证基金;开放式基金"); return adminFunds(fund_arr,20040630T,4,"成长型—积极成长型"); 结果: 0 OF000001 1 OF040001 2 OF121002 3 OF161606 ``` ## `fundsListedBetween(fund_arr, beg_t, end_t, fund_type)` 返回区间新成立的基金列表。通过指定日是否已经开始公布净值判断基金是否上市。 | 参数 | 类型 | 说明 | | ----------- | -------- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `beg_t` | DateTime | 日期,开始日期 | | `end_t` | DateTime | 日期,截止日期 | | `fund_type` | Int | 整型,投资风格 | 返回:Array ### 示例 ```tsl //深证基金、上证基金、开放式基金2018年1-3月所有类型基金列表 fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsListedBetween(fund_arr,20180101T,20180301T,-1); 结果: OF000799 OF001441 OF001442 OF001562 OF001747 OF001748 OF001749 OF001832 OF001835 … ``` ## `fundsDeclareIr(fund_arr, r_date, fund_type)` 返回报告期已公布投资组合的基金列表. | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,投资风格 | 返回:Array ### 示例 ```tsl //深证基金、上证基金、开放式基金2017年中报指定日已上市的混合+债券基金列表 setSysParam(pn_date(),20170630T); FundArr := getbk(“深证基金;上证基金;开放式基金”); return fundsDeclareIr(fund_arr,20170630,7); 结果: OF000001 OF000003 OF000005 OF000011 OF000014 OF000015 … ``` ## `fundsDeclareIrCount(fund_arr, r_date, fund_type)` 返回报告期已公布投资组合的基金个数 | 参数 | 类型 | 说明 | | ----------- | ----- | ----------------------------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,用于标识基金不同投资风格,具体如下: | 返回:Int ### 示例 ```tsl //深证基金、上证基金、开放式基金2017年中报报告期已公布投资组合的基金个数 setSysParam(pn_date(),20170630T); fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsDeclareIrCount(fund_arr,20170630,-1); //结果:3847 ``` ## `fundsListedCountBetween(fund_arr, beg_t, end_t, fund_type)` 返回区间新成立的基金个数 | 参数 | 类型 | 说明 | | ----------- | -------- | ----------------------------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `beg_t` | DateTime | 日期,开始日期 | | `end_t` | DateTime | 日期,截止日期 | | `fund_type` | Int | 整型,用于标识基金不同投资风格,具体如下: | 返回:Int ### 示例 ```tsl //深证基金、上证基金、开放式基金2018年1-3月区间新成立的基金个数 fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsListedCountBetween(fund_arr,20180101T,20180301T,-1); //结果:226 ``` ## `fundsListedCount(fund_arr, end_t, fund_type)` 返回指定日已上市的基金数。通过指定日是否已经开始公布净值判断基金是否上市。 | 参数 | 类型 | 说明 | | ----------- | -------- | ----------------------------------------- | | `fund_arr` | Array | 一维字符串数组,股票列表 | | `end_t` | DateTime | 日期,截止日期 | | `fund_type` | Int | 整型,用于标识基金不同投资风格,具体如下: | 返回:Int ### 示例 ```tsl //深证基金、上证基金、开放式基金20170630日已上市的基金数 fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsListedCount(fund_arr,20170630T,-1); //结果:5811 ``` ## `adminCloseFund(admin_company, end_t)` 返回基金公司管理的封闭式基金代码 | 参数 | 类型 | 说明 | | --------------- | -------- | ------------------------ | | `admin_company` | String | 字符串,基金管理公司名称 | | `end_t` | DateTime | 日期,截止日期 | 返回:Array ### 示例 ```tsl //返回华安基金管理有限公司截止日20181001日管理的封闭基金代码 return adminCloseFund("华安基金管理有限公司",20181001T); 结果: 0 SZ150104 1 SZ150105 2 SZ150299 3 SZ150300 4 SZ150301 5 SZ150302 6 SZ150303 7 SZ150304 ``` ## `adminFundNumber(admin_company, end_t)` 返回指定基金管理公司管理的基金个数 | 参数 | 类型 | 说明 | | --------------- | -------- | ------------------------ | | `admin_company` | String | 字符串,基金管理公司名称 | | `end_t` | DateTime | 日期,截止日期 | 返回:Int ### 示例 ```tsl //返回宝盈基金管理有限公司20050201日管理的基金个数 return adminFundNumber("宝盈基金管理有限公司",20050201T); //结果:1 ``` ## `adminOpenFund(admin_company, end_t)` 返回基金管理公司管理的开放式基金 | 参数 | 类型 | 说明 | | --------------- | -------- | ------------------------ | | `admin_company` | String | 字符串,基金管理公司名称 | | `end_t` | DateTime | 日期,截止日期 | 返回:Array ### 示例 ```tsl //返回宝盈基金管理有限公司20050201日管理的开放式基金 return adminOpenFund("宝盈基金管理有限公司",20050201T); 结果: 0 OF213001 ``` ## `adminCloseFundNumber(admin_company, end_t)` 返回基金管理公司管理的封闭式基金个数 | 参数 | 类型 | 说明 | | --------------- | -------- | ------------------------ | | `admin_company` | String | 字符串,基金管理公司名称 | | `end_t` | DateTime | 日期,截止日期 | 返回:Int ### 示例 ```tsl //返回宝盈基金管理有限公司20050201日管理的封闭基金个数 return adminCloseFundNumber("宝盈基金管理有限公司",20050201T); //结果:0 ``` ## `fundAdminCompanyName(fund_id)` 返回基金管理人名称 | 参数 | 类型 | 说明 | | --------- | ------ | -------------- | | `fund_id` | String | 证券,基金代码 | 返回:String ### 示例 ```tsl return fundAdminCompanyName("OF040001"); //结果:华安基金管理有限公司 ``` ## `fundsAdminCompany()` 返回所有的基金管理公司名称 返回:Array ### 示例 ```tsl return fundsAdminCompany(); 结果: 华夏基金管理有限公司 中海基金管理有限公司 嘉实基金管理有限公司 易方达基金管理有限公司 财通基金管理有限公司 景顺长城基金管理有限公司 摩根士丹利华鑫基金管理有限公司 华富基金管理有限公司 富国基金管理有限公司 ``` ## `adminOpenFundNumber(admin_company, end_t)` 返回基金管理公司管理的开放式基金个数 | 参数 | 类型 | 说明 | | --------------- | -------- | ------------------------ | | `admin_company` | String | 字符串,基金管理公司名称 | | `end_t` | DateTime | 日期,截止日期 | 返回:Int ### 示例 ```tsl return adminOpenFundNumber('宝盈基金管理有限公司',20050201T); //结果:1 ``` ## `fundsType()` 返回板块'深证基金;上证基金;开放式基金'中所有基金的基金类型 返回:Array ### 示例 ```tsl return fundsType(); ``` ## `fundsInvestmentStyle()` 返回所有的基金投资风格名称,数据取自基金基本信息302014 返回:Array ### 示例 ```tsl return fundsInvestmentStyle(); 结果: 混合型 债券型 股票型 货币型 保本型 商品型 ``` ## `fundsInvestmentType()` 返回所有的基金投资类型名称,数据取自基金基本信息302013 返回:Array ### 示例 ```tsl return fundsInvestmentType(); 结果: 成长型—积极成长型 债券-纯债型 债券-偏债型 股票-复制指数型 货币型 价值型 股票-成长型 成长型—稳健成长型 保本型 混合-灵活配置型 成长型-稳健成长型 股票-增强指数型 股票-平衡型 债券-短债型 股票-主题型 股票-价值型 混合-偏债配置型 股票-股基混合 股票-定量型 混合-平衡配置型 混合-偏股配置型 债券型 成长型-积极成长型 其他 平衡型 收益型 成长型—中小企业成长型 综合型 商品型 内需增长型 ``` ## `FundsTrustee()` 返回所有的基金托管人名称,数据取自基金基本信息302010 返回:Array,数组 ## `Funds_Trustee()` 返回所有的基金托管人名称,数据取自基金基本信息302010 返回:Array ### 示例 ```tsl return fundsTrustee(); 结果: 中国建设银行股份有限公司 中国农业银行股份有限公司 中国工商银行股份有限公司 中国银行股份有限公司 上海浦东发展银行股份有限公司 交通银行股份有限公司 上海银行股份有限公司 中信银行股份有限公司 招商银行股份有限公司 中国民生银行股份有限公司 广发银行股份有限公司 北京银行股份有限公司 兴业银行股份有限公司 中国光大银行股份有限公司 平安银行股份有限公司 中国邮政储蓄银行股份有限公司 宁波银行股份有限公司 渤海银行股份有限公司 海通证券股份有限公司 招商证券股份有限公司 华夏银行股份有限公司 江苏银行股份有限公司 广发证券股份有限公司 包商银行股份有限公司 南京银行股份有限公司 广州农村商业银行股份有限公司 国信证券股份有限公司 国泰君安证券股份有限公司 浙商银行股份有限公司 徽商银行股份有限公司 杭州银行股份有限公司 中国银河证券股份有限公司 中信证券股份有限公司 恒丰银行股份有限公司 中信建投证券股份有限公司 华泰证券股份有限公司 兴业银行股份有限公 兴业基金管理有限公司 中国国际金融股份有限公司 兴业证券股份有限公司 ``` ## `fundsNawlInfo(fund_arr, beg_t, end_t, _type)` 返回区间平均净值(详情) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `beg_t` | DateTime | 日期,开始日期 | | `end_t` | DateTime | 日期,截止日期 | | `_type` | Int | 整型 | 返回:Array ### 示例 ```tsl funds_array := array("OF040001","OF202001","OF233001"); return fundsNawlInfo(funds_array,20020101T,20040706T,1); 结果: 截止日 平均净值 平均净值增长率(%) 20020104 1 20020107 1 -0.19 20020108 1 -0.03 20020109 1 -0.14 20020110 1 0.16 20020111 1 -0.42 20020114 0.99 -0.55 20020115 0.99 -0.2 20020116 0.99 0.4 20020117 0.99 -0.52 ``` ## `fundsNetAssetPerUnitInReportDate(fund_arr, r_date)` 从基金公布的报告中获取的基金单位净值求算术平均。 | 参数 | 类型 | 说明 | | ---------- | ------- | -------------- | | `fund_arr` | Array | 数组。基金列表 | | `r_date` | Integer | 整数。报告期 | 返回:Real ### 示例 ```tsl //深证基金板块在报告期20180331的平均净值 fund_arr:=getBk("深证基金"); return fundsNetAssetPerUnitInReportDate(fund_arr,20180331); ``` ## `fundsfdnonpercentgrow3(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名基金市值占基金市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsfdsumnvalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名基金持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsfdnonvalue(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名基金持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsfdsumnpercent(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名基金市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsfdsumnpercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名基金市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsfdsumnpercent3(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名基金市值占基金市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsfdvalue(fundarr, rdate, tono, field, isrelate)` 基金明细前N名市值和-指定列 | 参数 | 类型 | 说明 | | ---------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `tono` | Integer | ,截止索引号 | | `field` | string | string,字段 | | `isrelate` | integer | integer,是否属于关联基金 | 返回:real ## `fundsfdsumnvaluegrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名基金持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsfdsumnpercentgrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名基金市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsfdnoncode(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名基金代码 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,第N | 返回:string ## `fundsfdsumnpercentgrow2(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名基金市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsfdsumnpercentgrow3(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名基金市值占基金市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsfdsumnvaluegrowratio(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名基金持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsfdfundvolumegrow(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定基金持有份额变动 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,基金代码 | 返回:real ## `fundsfdnonpercent2(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名基金市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | ------- | ---- | | `fundarr` | | | | `rdate` | rdate | | | `topn` | integer | | 返回:real ## `fundsfdnonpercentgrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名基金市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | ------- | ---- | | `fundarr` | | | | `rdate` | rdate | | | `rdate2` | rdate | | | `topn` | integer | | 返回:real ## `fundsfdnonvaluegrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名基金持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | ---------------- | ---- | | `fundarr` | Array,TableArray | | | `rdate` | Integer | | | `rdate2` | Integer | | | `topn` | integer | | 返回:real ## `fundsfdnonpercentgrow2(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名基金市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | ---------------- | ---- | | `fundarr` | Array,TableArray | | | `rdate` | Integer | | | `rdate2` | Integer | | | `topn` | integer | | 返回:real ## `fundsfdfundvolume(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定基金持有份额 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | ,基金代码 | 返回:real ## `fundsfdfundvalue(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定基金持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | ,基金代码 | 返回:real ## `fundsfdfundvaluegrowratio(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定基金持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,基金代码 | 返回:real ## `fundsfdfundpercentgrow(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定基金市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,基金代码 | 返回:real ## `fundsfdmanagerpercent(fundarr, rdate)` 统计基金列表中指定报告期内持有关联基金市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsfdfundpercentgrow2(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定基金市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,基金代码 | 返回:real ## `fundsfdfundholdnum(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的持有指定基金的基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | ,基金代码 | 返回:real ## `fundsfdmanagervaluegrow(fundarr, rdate, rdate2)` 统计指定报告期基金列表汇总的持有关联基金市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsfdmanagerpercent3(fundarr, rdate)` 统计基金列表中指定报告期内持有关联基金市值占基金市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsfdmanagervaluegrowratio(fundarr, rdate, rdate2)` 统计指定报告期基金列表汇总的持有关联基金市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsfdmanagerpercentgrow3(fundarr, rdate, rdate2)` 统计指定报告期基金列表汇总的管理人或关联方持有占基金市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsbdnonpercent3(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名债券市值占债券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbdbondvaluegrowratio(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定债券持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdsumnpercent2(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的前N名债券市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbdsumnvalue(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的前N名债券持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbdsumnvaluegrowratio(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名债券持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbdsumnvaluegrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名债券持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbdbondpercent4(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定债券持有份额占该债券发行份额比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdbondpercent(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定债券市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdbondpercentgrow2(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定债券市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdnonpercent(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名债券市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbdbondvalue(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定债券持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdbondvaluegrow(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定债券持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdbondvolume(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定债券持有份额 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdnonvalue(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名债券持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbdbondpercent2(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定债券市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdbondholdnum(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的持有指定股票的基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdsumnpercentgrow2(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名债券市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbdsumnpercentgrow3(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名债券市值占债券市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbdbondpercent3(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定债券市值占债券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,债券代码 | 返回:real ## `fundsbdbondpercentgrow4(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定债券市值占固定收益投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `stockid` | string | string,代码 | 返回:real ## `fundsbdsumnpercentgrow4(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名债券市值占固定收益投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsabssumnpercent3(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名资产支持证券市值占固定收益投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsabsnonpercent2(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabsnonvolumegrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券持有份额变动 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabsnonvaluegrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabssumnpercentgrow2(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名资产支持证券市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsabsnonvalue(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabsnonpercent(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabsvalue(fundarr, rdate, tono, field)` 资产支持证券明细前N名市值和-指定列 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `tono` | Integer | ,截止索引号 | | `field` | string | string,字段 | 返回:real ## `fundsabsnonpercent4(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券市值占资产支持证券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabssumnvaluegrowratio(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名资产支持证券持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsabssumnpercentgrow3(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名资产支持证券市值占固定收益投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsabsnonpercentgrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdatae | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabssecuritypercent2(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定资产支持证券市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | ,资产支持证券代码 | 返回:real ## `fundsabssecurityholdnum(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的持有指定资产支持证券的基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | ,资产支持证券代码 | 返回:real ## `fundsabssecurityvaluegrowratio(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定资产支持证券持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,资产支持证券代码 | 返回:real ## `fundsabssecurityvolume(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定资产支持证券持有份额 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | ,资产支持证券代码 | 返回:real ## `fundsabssumnpercentgrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名资产支持证券市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsabssecuritypercentgrow3(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定资产支持证券市值占固定收益投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,资产支持证券代码 | 返回:real ## `fundsabsnonvolume(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名持有份额 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabsnoncode(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券代码 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,第N | 返回:string ## `fundsabssecurityvalue(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定资产支持证券持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | ,资产支持证券代码 | 返回:real ## `fundsabssumnvalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名资产支持证券持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsabssecurityvaluegrow(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定资产支持证券持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,资产支持证券代码 | 返回:real ## `fundsabssecuritypercent3(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定资产支持证券市值占固定收益投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | ,资产支持证券代码 | 返回:real ## `fundsabsnonpercentgrow3(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券市值占固定收益投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabsnonvaluegrowratio(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabsnonpercentgrow2(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名资产支持证券市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsabssumnpercent4(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名资产支持证券市值占资产支持证券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsabssumnpercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名资产支持证券市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsabssecuritypercent4(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定资产支持证券市值占资产支持证券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | ,资产支持证券代码 | 返回:real ## `fundsssnetassetvalue(fundarr, rdate)` 统计指定报告期基金列表中基金资产净值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundssspurchasevalue(fundarr, rdate, rdate2)` 统计指定报告期基金列表中基金净申购金额(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | integer,同比报告期 | 返回:real ## `fundsssnetassetvolume(fundarr, rdate)` 统计指定报告期基金列表中基金总份额和 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundssspurchasevolume(fundarr, rdate, rdate2)` 统计指定报告期基金列表中净申购份额 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | integer,同比报告期 | 返回:real ## `fundsscsumnindexvaluegrowratio2(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名股票指数投资市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscnonvalue(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名股票持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsscstockindexvalue(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票指数投资市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscstockactivepercent3(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票积极投资市值占股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscsumnindexpercent3(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票指数投资市值占股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscstockactivepercentgrow3(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定股票积极投资市值占股票市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscsumnindexvaluegrowratio4(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名股票指数投资市值占股票市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscstockactivevolume(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票积极投资股数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscnonvolume(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名股票持有股数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsscsumnactivepercent3(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票积极投资市值占股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscnonindexpercent3(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名股票指数投资市值占股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsscnonindexpercent4(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名股票指数投资市值占指数投资部分比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsscsumnindexpercent4(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票指数投资市值占指数投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscstockactivevalue(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票积极投资市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscsumnactivepercent4(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票积极投资市值占积极投资部分市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscsumnactivepercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票积极投资市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscnonactivevolume(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名股票积极投资股数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsscsumnvalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscstockindexvaluegrowratio(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定股票指数投资市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscstockindexpercent4(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票指数投资市值占指数投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscsumnpercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscsumnactivepercent(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票积极投资市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscsumnactivevaluegrowratio4(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名股票积极投资市值占股票市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscsumnactivevaluegrowratio2(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名股票积极投资市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscsumnvaluegrowratio3(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名股票市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscstockindexpercentgrow(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定股票指数投资市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscstockvolume(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票持有股数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscsumnactivevalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票积极投资市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscsumnvaluegrowratio5(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名股票市值占权益投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscvalue(fundarr, rdate, tono, field)` 持股明细前N名市值和-指定列 | 参数 | 类型 | 说明 | | --------- | --------------- | ---------------- | | `fundarr` | array of string | array of string, | | `rdate` | rdate | ,报告期 | | `tono` | Integer | ,截止索引号 | | `field` | string | string, | 返回:real ## `fundsscsumnactivevaluegrowratio5(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名股票积极投资市值占权益投资比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscnonindexpercent5(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名股票指数投资市值占权益投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsscsumnactivepercent5(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名股票积极投资市值占权益投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsscstockactivepercent5(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票积极投资市值占权益投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsscstockpercentgrow4(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定股票市值占权益投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsScMarketValue(fund_arr, r_date, fund_type, to_no)` 返回前N名股票市值和(万),前N只股票市值取自基金持股明细318。 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040930前10名股票市值和(万) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsScMarketValue(fund_arr,20040930,-1,10); //结果:4614094.007467 ``` ## `fundsScPercentage(fund_arr, r_date, fund_type, to_no, right_type)` 返回N名股票占净值比例(%).,前N只股票占净值比例(%)取自基金持股明细318。 | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | | `right_type` | Int | 整型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040930前10名股票占净值比例(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsScPercentage(fund_arr,20040930,7,10,1); //结果:31.8 ``` ## `fundsScCentralization(fund_arr, r_date, fund_type, to_no, right_type)` 返回持仓集中度(%),前N只股票取自基金持股明细318,股票总市值取322002,持股集中度用两者之比计算,即基金的持股集中度 =(前面N只持仓股票的总市值/所有持仓股票的总市值)\*100% | 参数 | 类型 | 说明 | | ------------ | ----- | ----------------------------------------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 自定义类型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | | `right_type` | Int | 自定义类型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040930持仓集中度 (%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsScCentralization(fund_arr,20040930,7,10,1); //结果:58.73 ``` ## `fundsScCentralizationGrow(fund_arr, r_date, r_date2, fund_type, to_no, right_type)` 返回持仓集中度变化(%),用两个报告期的持仓集中度求持仓集中度变化(%),其中前N只股票取自基金持股明细318,股票总市值取322002,持股集中度用两者之比计算,即基金的持股集中度 =(前面N只持仓股票的总市值/所有持仓股票的总市值)\*100% | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期 | | `fund_type` | Int | 整型,投资风格,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | | `right_type` | Int | 自定义类型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040630至20040930持仓集中度变化(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsScCentralizationGrow(fund_arr,20040930,20040630,-1,10,1); //结果:-1.78 ``` ## `fundsirabsvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内资产支持证券市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirbondpercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的债券市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsircashpercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内银行存款和清算备付金市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsircashvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内银行存款和清算备付金市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirstockpercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的股票市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsirothervaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内其他资产市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirtotalassetvalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的资产总值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsirrepurchasevaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内卖出回购证券市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirothervaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内其他资产市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirnetassetvaluegrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内资产净值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirrepurchasepercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的卖出回购证券市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsirnetassetvaluegrowratio1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内资产净值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirotherpercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内其他资产市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirotherpercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内其他资产市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirotherpercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的其他资产市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsirderivativesvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内金融衍生品市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirabspercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的资产支持证券市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsirrepurchasevaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内卖出回购证券市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirfundvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内基金市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirfundvalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金投资于基金的市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsirbondvaluegrowratio1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内债券现金市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirderivativespercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内金融衍生品市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirstockpercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内股票市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirresalevaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内买入返售证券市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirbondpercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内债券市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirderivativesvaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内金融衍生品市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | 返回:real ## `fundsirfundpercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的基金市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsirderivativesvalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的金融衍生品市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsirderivativespercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的金融衍生品市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundsirrealestatevalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的房地产信托凭证市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirpreferredstockpercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内优先股市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirpreferredstockpercentgrow3(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内优先股市值占权益投资比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirabspercent4(fundarr, rdate)` 统计指定报告期基金列表中所有基金的资产支持证券市值占固定收益投资比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirwarrantvalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的权证市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirwarrantpercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的权证市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirdeporeceiptpercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内存托凭证市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrepoofresalepercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内买断式回购的买入返售金融资产市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrepoofresalepercent6(fundarr, rdate)` 统计指定报告期基金列表中所有基金的买断式回购的买入返售金融资产占买入返售证券市值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirrealestatepercentgrow3(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内房地产信托凭证市值占权益投资比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirdeporeceiptpercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的存托凭证市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirpreferredstockpercent3(fundarr, rdate)` 统计指定报告期基金列表中所有基金的优先股市值占权益投资比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsiroptionvalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的期权市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirmmivalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的货币市场工具市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirstockpercent3(fundarr, rdate)` 统计指定报告期基金列表中所有基金的股票市值占权益投资比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirbondpercentgrow4(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内债券市值占固定收益投资比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrealestatepercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的房地产信托凭证市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | ---- | ---- | | `fundarr` | | | | `rdate` | | | 返回:real ## `fundsirequityinvestvalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的权益投资市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirrepoofresalevalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的买断式回购的买入返售金融资产市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirfuturespercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的期货市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirequityinvestpercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内权益投资市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirfuturespercentgrow5(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内期货市值占金融衍生品投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirmetalspercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的贵金属投资市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirrepoofresalepercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的买断式回购的买入返售金融资产市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirwarrantpercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内权证市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrealestatevaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内房地产信托凭证市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirmetalspercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内贵金属投资市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirpreferredstockpercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内优先股市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirdeporeceiptpercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的存托凭证市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirforwardpercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内远期市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirdeporeceiptpercent3(fundarr, rdate)` 统计指定报告期基金列表中所有基金的存托凭证市值占权益投资比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirfuturesvaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内期货市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirforwardvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内远期市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrealestatepercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的房地产信托凭证市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirmetalsvaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内贵金属投资市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirfixedincomepercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内固定投资收益市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirmmipercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内货币市场工具市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrealestatepercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内房地产信托凭证市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrepoofresalepercentgrow6(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内买断式回购的买入返售金融资产占买入返售证券市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsiroptionvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内期权市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirfuturesvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内期货市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirforwardvaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内远期市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirequityinvestpercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的权益投资市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirfixedincomepercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内固定投资收益市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirdeporeceiptvaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内存托凭证市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrepoofresalepercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内买断式回购的买入返售金融资产市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsiroptionpercentgrow5(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内期权市值占金融衍生品投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirmetalsvalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的贵金属投资市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirmmivaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内货币市场工具市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirmetalsvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内贵金属投资市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrepoofresalevaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内买断式回购的买入返售金融资产市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirequityinvestpercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的权益投资市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirrealestatepercent3(fundarr, rdate)` 统计指定报告期基金列表中所有基金的房地产信托凭证市值占权益投资比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirmmipercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的货币市场工具市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirforwardpercentgrow5(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内远期市值占金融衍生品投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrealestatevaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内房地产信托凭证市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirdeporeceiptpercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内存托凭证市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirpreferredstockpercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的优先股市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirwarrantpercentgrow5(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内权证市值占金融衍生品投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsiroptionpercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内期权市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirstockpercentgrow3(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内股票市值占权益投资比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirdeporeceiptvalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的存托凭证市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirpreferredstockvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内优先股市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirequityinvestvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内权益投资市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirwarrantpercent5(fundarr, rdate)` 统计指定报告期基金列表中所有基金的权证市值占金融衍生品投资市值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirequityinvestvaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内权益投资市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirwarrantpercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的权证市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirdeporeceiptvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内存托凭证市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirmmipercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的货币市场工具市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirfixedincomevaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内固定投资收益市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirwarrantvaluegrowratio(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内权证市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirfixedincomepercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的固定投资收益市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirrealestatepercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内房地产信托凭证市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirmmipercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内货币市场工具市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirforwardpercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的远期市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirforwardpercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的远期市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirmmivaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内货币市场工具市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrepoofresalevaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内买断式回购的买入返售金融资产市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirfixedincomepercent2(fundarr, rdate)` 统计指定报告期基金列表中所有基金的固定投资收益市值占总值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsiroptionpercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内期权市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirfuturesvalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的期货市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirfixedincomevalue(fundarr, rdate)` 统计指定报告期基金列表中所有基金的固定投资收益市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsiroptionvaluegrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内期权市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirmetalspercentgrow2(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内贵金属投资市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirrepoofresalepercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的买断式回购的买入返售金融资产市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirfuturespercent5(fundarr, rdate)` 统计指定报告期基金列表中所有基金的期货市值占金融衍生品投资市值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirequityinvestpercentgrow1(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内权益投资市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | 返回:real ## `fundsirmetalspercent1(fundarr, rdate)` 统计指定报告期基金列表中所有基金的贵金属投资市值占净值比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsirbondpercent4(fundarr, rdate)` 统计指定报告期基金列表中所有基金的债券市值占固定收益投资比例(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | 返回:real ## `fundsIrBondValueGrow(fund_arr, r_date, r_date2, fund_type)` 返回债券现金市值变动(万),用两个不同报告期的债券现金市值计算债券现金市值变动(万),其中债券现金市值取自债券市值322004 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040630至20040930债券现金市值变动(万) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrBondValueGrow(fund_arr,20040930,20040630,0); //结果:910349.29 ``` ## `fundsIrStockValue(fund_arr, r_date, fund_type)` 返回股票市值和(万),其中股票市值取自股票市值322002 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040930股票市值和(万) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrStockValue(fund_arr,20040930,0); //结果:8133336.340877 ``` ## `fundsIrNetAssetValueGrowRatio(fund_arr, r_date, r_date2, fund_type)` 返回资产净值变比(%),用两个不同报告期的块资产净值计算资产净值变比(%),其中资产净值取自资产净值322006 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040630至20040930资产净值变比(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrNetAssetValueGrowRatio(fund_arr,20040930,20040630,0); //结果:-78.22 ``` ## `fundsIrNetAssetValueGrow(fund_arr, r_date, r_date2, fund_type)` 返回资产净值变动(万),用两个不同报告期的块资产净值计算资产净值变动(万),其中资产净值取自资产净值322006 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040630至20040930资产净值变动(万) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrNetAssetValueGrow(fund_arr,20040930,20040630,0); //结果:-8450075.39 ``` ## `fundsIrNetAssetValue(fund_arr, r_date, fund_type)` 返回资产净值和(万),其中资产净值取自资产净值322006 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040930资产净值和(万) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrNetAssetValue(fund_arr,20040930,0); //结果:2064902.299682 ``` ## `fundsIrStockValueGrowRatio(fund_arr, r_date, r_date2, fund_type)` 返回股票市值变比(%),通过不同报告期的股票市值计算股票市值变比(%),其中股票市值取自股票市值322002 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040630至20040930股票市值变比(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrStockValueGrowRatio(fund_arr,20040930,20040630,0); //结果:39.17 ``` ## `fundsIrStockPercent(fund_arr, r_date, fund_type, right_type)` 返回股票占净值比例(%),其中股票占净值比例取自股票占净值比例(%)322003 | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `right_type` | Int | 整型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040930股票占净值比例(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrStockPercent(fund_arr,20040930,0,1); //结果:61.04 ``` ## `fundsIrBondValueGrowRatio(fund_arr, r_date, r_date2, fund_type)` 返回债券现金市值变比(%),用两个不同报告期的债券现金市值计算债券现金市值变比(%),其中债券现金市值取自债券市值322004。 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040630至20040930债券现金市值变比(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrBondValueGrowRatio(fund_arr,20040930,20040630,0); //结果: 27.96 ``` ## `fundsIrBondValue(fund_arr, r_date, fund_type)` 返回债券现金市值和(万),其中债券现金市值取自债券市值322004 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040930债券现金市值和(万) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrBondValue(fund_arr,20040930,0); //结果:4218984.38626 ``` ## `fundsIrBondPercent(fund_arr, r_date, fund_type, right_type)` 返回债券现金占净值比例(%),其中债券现金占净值比例(%)取自债券现金占净值比例(%)322005 | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `right_type` | Int | 整型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040930债券现金占净值比例(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrBondPercent(fund_arr,20040930,0,1); //结果:27.74 ``` ## `fundsIrStockPercentGrow(fund_arr, r_date, r_date2, fund_type, right_type)` 返回股票占净值比例变动(%),用两个不同报告期的股票占净值比例计算股票占净值比例变动(%),其中股票占净值比例(%)取自股票占净值比例(%)322003 | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `right_type` | Int | 整型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040630至20040930股票占净值比例变动(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrStockPercentGrow(fund_arr,20040930,20040630,0,1); //结果:3.24 ``` ## `fundsIrStockValueGrow(fund_arr, r_date, r_date2, fund_type)` 返回股票市值变动(万),用两个不同报告期的股票市值计算股票市值变动(万),其中股票市值取自股票市值322002 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040630至20040930股票市值变动(万) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrStockValueGrow(fund_arr,20040930,20040630,0); //结果:2078549.31 ``` ## `fundsIrBondPercentGrow(fund_arr, r_date, r_date2, fund_type, right_type)` 返回债券现金占净值比例变动(%),用两个不同报告期的债券现金占净值比例计算债券现金占净值比例变动(%),其中债券现金占净值比例取自债券占净值比例(%)322005 | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `right_type` | Int | 整型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合型基金20040630至20040930股票占净值比例变动(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIrBondPercentGrow(fund_arr,20040930,20040630,0,1); //结果:1.62 ``` ## `fundsbcnonvaluegrow(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内第N名债券类型持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbcbondpercent3(fundarr, rdate, name)` 统计基金列表中指定报告期内指定债券类型市值占债券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,债券类型 | 返回:real ## `fundsbcbondholdnum(fundarr, rdate, name)` 统计基金列表中指定报告期内持有指定债券类型的基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,债券类型 | 返回:real ## `fundsbcnonpercentgrow(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内第N名债券类型市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbcsumnpercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名债券类型市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbcsumnpercent3(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名债券类型市值占债券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbcbondvalue(fundarr, rdate, name)` 统计基金列表中指定报告期内指定债券类型持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,债券类型 | 返回:real ## `fundsbcbondpercentgrow(fundarr, rdate, rdate2, name)` 统计基金列表中指定报告期内指定债券类型市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `name` | string | string,债券类型 | 返回:real ## `fundsbcsumnpercentgrow2(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名债券类型市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbcbondvaluegrow(fundarr, rdate, rdate2, name)` 统计基金列表中指定报告期内指定债券类型市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `name` | string | string,债券类型 | 返回:real ## `fundsbcnonvalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名债券类型持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbcbondpercentgrow2(fundarr, rdate, rdate2, name)` 统计基金列表中指定报告期内指定债券类型市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `name` | string | string,债券类型 | 返回:real ## `fundsbcnonpercentgrow2(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内第N名债券类型市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbcsumnvaluegrow(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名债券类型持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbcbondpercentgrow3(fundarr, rdate, rdate2, name)` 统计基金列表中指定报告期内指定债券类型市值占债券市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `name` | string | string,债券类型 | 返回:real ## `fundsbcnonpercent3(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名债券类型市值占债券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbcsumnpercent(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名债券类型市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbcsumnvalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名债券类型持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbcbondpercent(fundarr, rdate, name)` 统计基金列表中指定报告期内指定债券类型市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,债券类型 | 返回:real ## `fundsbcsumnpercentgrow3(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名债券类型市值占债券市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbcnonpercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名债券类型市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbcnonpercentgrow3(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内第N名债券类型市值占股票市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbcnonpercent(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名债券类型市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbcnonname(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名债券类型名称 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:string ## `fundsbcsumnpercentgrow(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名债券类型市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbcsumnvaluegrowratio(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名债券类型市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbcbondpercentgrow4(fundarr, rdate, rdate2, name)` 统计基金列表中指定报告期内指定债券类型市值占固定投资收益市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `name` | string | ,债券类型 | 返回:real ## `fundsbcnonpercent4(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名债券类型市值占固定收益投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsbcsumnpercent4(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名债券类型市值占固定收益投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsicnonpercent3(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名行业市值占股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsicnonname(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名行业名称 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:string ## `fundsicnonpercent(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名行业市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsicindustrypercent(fundarr, rdate, name)` 统计基金列表中指定报告期内指定行业市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicindustryvalue(fundarr, rdate, name)` 统计基金列表中指定报告期内指定行业市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicindustrypercent2(fundarr, rdate, name)` 统计基金列表中指定报告期内指定行业市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicnonvalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名行业市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsicsumnpercentgrow2(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名行业市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsicsumnpercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名行业市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsicsumnpercent(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名行业市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsicnonpercentgrow3(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内第N名行业市值占股票市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsicindustrypercentgrow3(fundarr, rdate, rdate2, name)` 统计基金列表中指定报告期内指定行业市值占股票市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicindustryvaluegrowratio(fundarr, rdate, rdate2, name)` 统计基金列表中指定报告期内指定行业市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicindustryvaluegrow(fundarr, rdate, rdate2, name)` 统计基金列表中指定报告期内指定行业市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicindustryholdnum(fundarr, rdate, name)` 统计基金列表中指定报告期内持有指定行业的基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicsumnpercentgrow3(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名行业市值占股票市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsicsumnvaluegrow(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名行业市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsicnonvaluegrow(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内第N名行业市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsicnonpercentgrow2(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内第N名行业市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsicindustryrank(fundarr, rdate, name)` 统计基金列表中指定报告期内指定行业市值排名 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicindustrypercent3(fundarr, rdate, name)` 统计基金列表中指定报告期内指定行业市值占股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicindustrypercentgrow(fundarr, rdate, rdate2, name)` 统计基金列表中指定报告期内指定行业市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `name` | string | string,行业名称 | 返回:real ## `fundsicnonpercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内第N名行业市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsicsumnpercentgrow(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名行业市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsicnonpercentgrow(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内第N名行业市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundsicsumnvaluegrowratio(fundarr, rdate, rdate2, topn)` 统计基金列表中指定报告期内前N名行业市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsicsumnvalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名行业市值和(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsIcMarketValue2(fund_arr, r_date, fund_type, to_no)` 返回前N名行业市值和(万),前N名市值取自基金.行业配置320 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金中混合+债券基金在20040930前10名行业市值和(万) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIcMarketValue2(fund_arr,20040930,7,10); //结果:7639977.695875 ``` ## `fundsIcPercentage2Grow(fund_arr, r_date, r_date2, fund_type, to_no, right_type)` 返回前N名行业占净值比例变动(%),用两个不同报告期期时间点的净值比例计算行业占净值比例变动(%),其中前N名行业占净值比例(%)取自基金行业配置320 | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引,表示前N名。 | | `right_type` | Int | 整型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040630至20040930前10名行业占净值比例变动(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIcPercentage2Grow(fund_arr,20040930,20040630,-1,10,1); //结果:4.44 ``` ## `fundsIcMarketValue2GrowRatio(fund_arr, r_date, r_date2, fund_type, to_no)` 返回前N名行业市值变比(%),用两个不同报告期的行业市值计算行业市值变比(%),其中前N名行业市值取自基金行业配置320 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040630至20040930前10名行业市值变比(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIcMarketValue2GrowRatio(fund_arr,20040930,20040630,-1,10); //结果:47.25 ``` ## `fundsIcMarketValue2Grow(fund_arr, r_date, r_date2, fund_type, to_no)` 返回前N名行业市值变动(万),用两个不同报告期时点的行业市值计算行业市值变动(万),其中行业市值取自基金行业配置320 | 参数 | 类型 | 说明 | | ----------- | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040630至20040930前10名行业市值变动(万) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIcMarketValue2Grow(fund_arr,20040930,20040630,7,10); //结果:2910727.44 ``` ## `fundsIcCentralizationGrow(fund_arr, r_date, r_date2, fund_type, to_no, right_type)` 返回行业集中度变化(%),用两个不同报告期时点的行业集中度(%)计算行业集中度变化(%),行业集中度(%) =(持仓前N只行业的总市值/所有持仓股票的总市值)\*100%,前N只行业的总市值取自基金.行业配置320,持仓股票市值取自基金.资产配置中的股票市值322002 | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `r_date2` | Int | 报告期,同比报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | | `right_type` | Int | 整型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040630至20040930行业集中度变化(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIcCentralizationGrow(fund_arr,20040930,20040630,-1,10,1); //结果:-0.6 ``` ## `fundsIcCentralization(fund_arr, r_date, fund_type, to_no, right_type)` 返回行业集中度(%),行业集中度(%) =(持仓前N只行业的总市值/所有持仓股票的总市值)\*100%,前N只行业的总市值取自基金.行业配置320,持仓股票市值取自基金.资产配置中的股票市值322002 | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | | `right_type` | Int | 整型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040930前10名行业占净值比例(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIcCentralization(fund_arr,20040930,7,10,1); //结果:94.03801492203 ``` ## `fundsIcPercentage2(fund_arr, r_date, fund_type, to_no, right_type)` 返回前N名行业占净值比例(%),行业占净值比例(%)取自基金.行业配置320 | 参数 | 类型 | 说明 | | ------------ | ----- | ------------------------------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期 | | `fund_type` | Int | 整型,基金类型,用于设置基金板块不同类型的基金。 | | `to_no` | Int | 整数,截止索引号,表示前N名。 | | `right_type` | Int | 整型,加权方式 | 返回:Real ### 示例 ```tsl //深证基金、上证基金、开放式基金20040930前10名行业占净值比例(%) fund_arr := getBk("深证基金;上证基金;开放式基金"); return fundsIcPercentage2(fund_arr,20040930,7,10,1); //结果:52.32 ``` ## `fundsbssumnbuypercent(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计买入占期初净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbsstocksellpercent(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计卖出占期初净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbsstockbuypercent2(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计买入占期初总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbsstocknetamount(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计净买入金额(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbssumnnetpercent3(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计净买入占期初股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbsstocknetpercent2(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计净买入占期初总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbssumnsellpercent3(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计卖出占期初股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbssumnnetpercent(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计净买入占期初净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbsstocksellpercent3(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计卖出占期初股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbssumnsellpercent2(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计卖出占期初总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbssumnnetamount(fundarr, rdate, topn)` 统计指定报告期基金列表金的前N名股票累计净买入金额汇总(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbssumnbuypercent3(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计买入占期初股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbsstockbuyrank(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计买入排名 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbssumnnetpercent2(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计净买入占期初总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbsstocksellholdnum(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计卖出上榜基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbssumnsellpercent(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计卖出占期初净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbsstocksellpercent2(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计卖出市值占期初总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbssumnsellamount(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计卖出金额汇总(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbsstocknetpercent(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计净买入占期初净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbsstockbuyamount(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计买入金额(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbssumnbuyamount(fundarr, rdate, topn)` 统计指定报告期基金列表的前N名股票累计买入金额汇总(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsbsstocknetpercent3(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计净买入占期初股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbsstockbuypercent3(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计买入占期初股票市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbsstockbuyholdnum(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计买入上榜基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundsbsstocksellrank(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定股票累计卖出排名 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,股票代码 | 返回:real ## `fundshspractitionervalue(fundarr, rdate)` 统计基金列表中指定报告期内其他持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundshspersongrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内个人持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | | `rdate2` | rdate | integer,同比报告期 | 返回:real ## `fundshspractitionerpercent(fundarr, rdate)` 统计基金列表中指定报告期内从业人员持有市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundshsotherpercentgrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内其他持有市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | | `rdate2` | rdate | integer,同比报告期 | 返回:real ## `fundshsorgangrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内机构持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | | `rdate2` | rdate | integer,同比报告期 | 返回:real ## `fundshsothervalue(fundarr, rdate)` 统计基金列表中指定报告期内其他持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundshsorganpercentgrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内机构持有市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | ---------------- | ------------------------ | | `fundarr` | Array,TableArray | array of string,基金列表 | | `rdate` | integer | integer,指定报告期 | | `rdate2` | integer | integer,同比报告期 | 返回:real ## `fundshsaverageholdscount(fundarr, rdate)` 统计基金列表中指定报告期内平均持有人户数 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundshspractitionergrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内从业人员持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | | `rdate2` | rdate | integer,同比报告期 | 返回:real ## `fundshsorganvalue(fundarr, rdate)` 统计基金列表中指定报告期内机构持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundshspersonpercentgrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内个人持有市值变动 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | | `rdate2` | rdate | integer,同比报告期 | 返回:real ## `fundshspersonvalue(fundarr, rdate)` 统计基金列表中指定报告期内个人持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundshsotherpercent(fundarr, rdate)` 统计基金列表中指定报告期内其他持有市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundshspersonpercent(fundarr, rdate)` 统计基金列表中指定报告期内个人持有市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundshsothergrow(fundarr, rdate, rdate2)` 统计基金列表中指定报告期内其他持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | | `rdate2` | rdate | integer,同比报告期 | 返回:real ## `fundshsorganpercent(fundarr, rdate)` 统计基金列表中指定报告期内机构持有市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsfddividendavgnum(fundarr, rdate)` 统计基金列表中指定报告期内分红基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsfddividendnum(fundarr, rdate)` 统计基金列表中指定报告期内分红基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsfdtotalamount(fundarr, rdate)` 统计基金列表中今年以来的分红总额 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | 返回:real ## `fundspmvalue(fundarr, rdate, tono, field)` (参考文档未提供简述。) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `tono` | Integer | ,截止索引号 | | `field` | string | string,字段 | 返回:real ## `fundspmsecuritypercentgrow3(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定贵金属市值占贵金属投资市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,贵金属代码 | 返回:real ## `fundspmnonvolume(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名贵金属持有份额 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundspmnonvalue(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名贵金属持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundspmsecurityvolumegrow(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定贵金属持有份额变动 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,贵金属代码 | 返回:real ## `fundspmsumnpercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名贵金属市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundspmsecuritypercentgrow2(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定贵金属市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,贵金属代码 | 返回:real ## `fundspmsecuritypercentgrow(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定贵金属市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,贵金属代码 | 返回:real ## `fundspmsumnvalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名贵金属持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundspmsecurityholdnum(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的持有指定贵金属的基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `stockid` | string | string,贵金属代码 | 返回:real ## `fundspmsecurityvaluegrow(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定贵金属持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,贵金属代码 | 返回:real ## `fundspmsumnvaluegrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名贵金属持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundspmnonpercent3(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名贵金属市值占贵金属市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundspmnonpercent2(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名贵金属市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundspmsecurityvolume(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定贵金属持有份额 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | ,贵金属代码 | 返回:real ## `fundspmsumnpercent3(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名贵金属市值占贵金属市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundspmnonvaluegrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名贵金属持有市值变动(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundspmsecurityvaluegrowratio(fundarr, rdate, rdate2, stockid)` 统计指定报告期基金列表汇总的指定贵金属持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `stockid` | string | ,贵金属代码 | 返回:real ## `fundspmsecurityvalue(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定资产支持证券持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | ,贵金属代码 | 返回:real ## `fundspmnonvolumegrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名贵金属持有份额变动 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundspmsumnpercentgrow3(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名贵金属市值占贵金属市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundspmsecuritypercent2(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定贵金属市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,贵金属代码 | 返回:real ## `fundspmnonpercentgrow2(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名贵金属市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `rdate2` | rdate | reportingperiod,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundspmsecuritypercent(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定贵金属市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,贵金属代码 | 返回:real ## `fundspmsecuritypercent3(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定贵金属市值占贵金属投资市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | ,贵金属代码 | 返回:real ## `fundspmnonpercentgrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名贵金属市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundspmnonpercentgrow3(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的第N名贵金属市值占贵金属市值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundspmnoncode(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名贵金属代码 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:string ## `fundspmsumnpercent(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名贵金属市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | rdate | integer,前N | 返回:real ## `fundspmsumnpercentgrow2(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名贵金属市值占总值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundspmsumnpercentgrow(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名贵金属市值占净值比变动(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundspmsumnvaluegrowratio(fundarr, rdate, rdate2, topn)` 统计指定报告期基金列表汇总的前N名贵金属持有市值变比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `rdate2` | rdate | ,同比报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundspmnonpercent(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名贵金属市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundscbnoncode(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名可转债代码 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:string ## `fundscbsumnpercent2(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名可转债市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundscbvalue(fundarr, rdate, tono, field)` 处于转股期的可转债明细前N名市值和-指定列 | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | ,指定报告期 | | `tono` | Integer | ,截止索引号 | | `field` | string | string,字段 | 返回:real ## `fundscbnonvalue(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名可转债持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundscbsumnpercent3(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名可转债市值占债券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundscbnonpercent3(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名可转债市值占债券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundscbbondvalue(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定可转债持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,可转债代码 | 返回:real ## `fundscbbondholdnum(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的持有指定可转债的基金个数 | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,可转债代码 | 返回:real ## `fundscbnonpercent(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名可转债市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundscbbondpercent2(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定可转债市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,可转债代码 | 返回:real ## `fundscbnonpercent2(fundarr, rdate, topn)` 统计指定报告期基金列表汇总的第N名可转债市值占总值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,第N | 返回:real ## `fundscbbondpercent(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定可转债市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,可转债代码 | 返回:real ## `fundscbsumnpercent(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名可转债市值占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundscbbondpercent3(fundarr, rdate, stockid)` 统计指定报告期基金列表汇总的指定可转债市值占债券市值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | -------------------------- | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | reportingperiod,指定报告期 | | `stockid` | string | string,可转债代码 | 返回:real ## `fundscbsumnvalue(fundarr, rdate, topn)` 统计基金列表中指定报告期内前N名可转债持有市值(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | | `topn` | integer | integer,前N | 返回:real ## `fundsarmdebt30D(fundarr, rdate)` 统计指定报告期基金列表的30以内负债(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset90Dpercent(fundarr, rdate)` 统计指定报告期基金列表的60天(含)-90天资产占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset120D(fundarr, rdate)` 统计指定报告期基金列表的90天(含)-120天资产(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebtpercent(fundarr, rdate)` 统计指定报告期基金列表的负债占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset90D(fundarr, rdate)` 统计指定报告期基金列表的60天(含)-90天资产(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebt60D(fundarr, rdate)` 统计指定报告期基金列表的30天(含)-60天负债(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset60D(fundarr, rdate)` 统计指定报告期基金列表的30天(含)-60天资产(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset30D(fundarr, rdate)` 统计指定报告期基金列表的30天以内资产(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset120Dpercent(fundarr, rdate)` 统计指定报告期基金列表的90天(含)-120天资产占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset30Dpercent(fundarr, rdate)` 统计指定报告期基金列表中30天以内资产占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset(fundarr, rdate)` 统计指定报告期基金列表的资产(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmassetpercent(fundarr, rdate)` 统计指定报告期基金列表的合计资产占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebt60Dpercent(fundarr, rdate)` 统计指定报告期基金列表的30天(含)-60天负债占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebt120D(fundarr, rdate)` 统计指定报告期基金列表的90天(含)-120天负债(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebt397Dpercent(fundarr, rdate)` 统计指定报告期基金列表的120天(含)-397天(含)负债占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset60Dpercent(fundarr, rdate)` 统计指定报告期基金列表的30天(含)-60天资产占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebt30Dpercent(fundarr, rdate)` 统计指定报告期基金列表中30天以内负债占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebt120Dpercent(fundarr, rdate)` 统计指定报告期基金列表的90天(含)-120天负债占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebt90Dpercent(fundarr, rdate)` 统计指定报告期基金列表的60天(含)-90天负债占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebt397D(fundarr, rdate)` 统计指定报告期基金列表的120天(含)-397天(含)负债(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmdebt90D(fundarr, rdate)` 统计指定报告期基金列表的60天(含)-90天负债(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset397D(fundarr, rdate)` 统计指定报告期基金列表的120天(含)-397天(含)资产(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmassetbyfield(fundarr, rdate, dtype, valuefield)` 指定报告期的平均剩余期限分布情况指定字段值 | 参数 | 类型 | 说明 | | ------------ | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金代码 | | `rdate` | rdate | ,截止日期 | | `dtype` | Integer | Integer,分布情况, | | `valuefield` | string | string,指定字段数据 | 返回:real ## `fundsarmdebt(fundarr, rdate)` 统计指定报告期基金列表的负债(万) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsarmasset397Dpercent(fundarr, rdate)` 统计指定报告期基金列表的120天(含)-397天(含)资产占净值比(%) | 参数 | 类型 | 说明 | | --------- | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,指定报告期 | 返回:real ## `fundsholdnum(fundarr, rdate, infoid, countfield, keyfield, keyfield2, idorname)` 持有指定证券或者证券类型的个数 | 参数 | 类型 | 说明 | | ------------ | --------------- | ------------------------ | | `fundarr` | array of string | array of string,基金列表 | | `rdate` | rdate | integer,报告期 | | `infoid` | integer | integer, | | `countfield` | string | string,统计个数的字段 | | `keyfield` | string | string,截止日字段 | | `keyfield2` | string | string,条件字段2 | | `idorname` | string | string,代码或者名称 | 返回:Integer ## `fundSManagerBuyShares(fund_arr, r_date)` 获得基金列表指定报告期申购总份额 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人申购总份额 return fundSManagerBuyShares(array("OF450005","OF750001"),20200930); //结果:5917706.54 ``` ## `fundSManagerSaleShares(fund_arr, r_date)` 获得基金列表指定报告期赎回总份额 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人赎回总份额 return fundSManagerSaleShares(array("OF450005","OF750001"),20200930); //结果:11002442.47 ``` ## `fundSManagerTotalShares(fund_arr, r_date)` 获得基金列表指定报告期期末总份额 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人期末总份额 return fundSManagerTotalShares(array("OF450005","OF750001"),20200930); //结果:34353804.43 ``` ## `fundSManagerTotalSharesChange(fund_arr, r_date)` 获得基金列表指定报告期份额变动 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人份额变动 return fundSManagerTotalSharesChange(array("OF450005","OF750001"),20200930); //结果:-5084735.93 ``` ## `fundSManagerBuyValue(fund_arr, r_date)` 获得基金列表指定报告期申购总市值 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人申购市值 return fundSManagerBuyValue(array("OF450005","OF750001"),20200930); //结果:11382865.97 ``` ## `fundSManagerSaleValue(fund_arr, r_date)` 获得基金列表指定报告期赎回总市值 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人赎回市值 return fundSManagerSaleValue(array("OF450005","OF750001"),20200930); //结果:21817843.42 ``` ## `fundSManagerTotalValue(fund_arr, r_date)` 获得基金列表指定报告期期末总市值 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人期末市值 return fundSManagerTotalValue(array("OF450005","OF750001"),20200930); //结果:44647413.28 ``` ## `fundSManagerTotalValueChange(fund_arr, r_date)` 获得基金列表指定报告期总市值变动 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人市值变动 return fundSManagerTotalValueChange(array("OF450005","OF750001"),20200930); //结果:-10434977.45 ``` ## `fundSManagerBuySharesOfRate(fund_arr, r_date)` 获得基金列表指定报告期申购份额占基金份额(%)=指定报告期申购总份额/指定报告期基金列表总份额\*100% | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人申购份额占基金份额(%) return fundSManagerBuySharesOfRate(array("OF450005","OF750001"),20200930); //结果:0.8 ``` ## `fundSManagerSaleSharesOfRate(fund_arr, r_date)` 获得基金列表指定报告期赎回份额占基金份额(%)=指定报告期赎回总份额/指定报告期基金列表总份额\*100% | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人申购总份额 return fundSManagerSaleSharesOfRate(array("OF450005","OF750001"),20200930); //结果:1.49 ``` ## `fundSManagerTotalSharesChangeOfRate(fund_arr, r_date)` 获得基金列表指定报告期份额变动占基金份额(%)=指定报告期份额变动/指定报告期基金列表总份额\*100% | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人申购总份额 return fundSManagerTotalSharesChangeOfRate(array("OF450005","OF750001"),20200930); //结果:-0.69 ``` ## `fundSManagerTotalSharesChangeOfRate2(fund_arr, r_date)` 获得基金列表指定报告期份额变动占基金管理人份额(%)=指定报告期份额变动/指定报告期期初基金管理人总份额\*100% | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF450005","OF750001")2020年第三季度报告期基金管理人申购总份额 return fundSManagerTotalSharesChangeOfRate2(array("OF450005","OF750001"),20200930); //结果:-12.89 ``` ## `fundBkManagerTotalSharesChangeOfRate(bkname, r_date)` 获得基金板块指定报告期份额变动占基金份额(%) | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人份额变动占基金份额(%) return fundBkManagerTotalSharesChangeOfRate("ETF",20250930); //结果:0.0045 ``` ## `fundBkManagerBuyShares(bkname, r_date)` 获得基金板块指定报告期申购份额 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人申购总份额 return fundBkManagerBuyShares("ETF",20250930); //结果:334494711 ``` ## `fundBkManagerTotalSharesChangeOfRate2(bkname, r_date)` 获得基金板块指定报告期份额变动占基金管理人份额(%) | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人份额变动占基金管理人份额(%) return fundBkManagerTotalSharesChangeOfRate2("ETF",20250930); //结果:6.39 ``` ## `fundBkManagerSaleShares(bkname, r_date)` 获得基金板块指定报告期赎回份额 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"2025年第三季度报告期基金管理人赎回总份额 return fundBkManagerSaleShares("ETF",20250930); //结果:204749843 ``` ## `fundBkManagerTotalShares(bkname, r_date)` 获得基金板块指定报告期期末份额 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人期末份额 return fundBkManagerTotalShares("ETF",20250930); //结果:2159929511 ``` ## `fundBkManagerTotalSharesChange(bkname, r_date)` 获得基金板块指定报告期份额变动 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人份额变动 return fundBkManagerTotalSharesChange("ETF",20250930); //结果:129744868 ``` ## `fundBkManagerBuyValue(bkname, r_date)` 获得基金板块指定报告期申购市值 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人申购市值 return fundBkManagerBuyValue("ETF",20250930); //结果:2175062428.44 ``` ## `fundBkManagerSaleValue(bkname, r_date)` 获得基金板块指定报告期赎回市值 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人赎回市值 return fundBkManagerSaleValue("ETF",20250930); //结果:456319260.19 ``` ## `fundBkManagerTotalValue(bkname, r_date)` 获得基金板块指定报告期期末市值 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人期末市值 return fundBkManagerTotalValue("ETF",20250930); //结果:4365429697.12 ``` ## `fundBkManagerTotalValueChange(bkname, r_date)` 获得基金板块指定报告期市值变动 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人市值变动 return fundBkManagerTotalValueChange("ETF",20250930); //结果:1718743168.25 ``` ## `fundBkManagerBuySharesOfRate(bkname, r_date)` 获得基金板块指定报告期申购份额占基金份额(%) | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人申购份额占基金份额(%) return fundBkManagerBuySharesOfRate("ETF",20250930); //结果:0.01 ``` ## `fundBkManagerSaleSharesOfRate(bkname, r_date)` 获得基金板块指定报告期赎回份额占基金份额(%) | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"板块2025年第三季度报告期基金管理人赎回份额占基金份额(%) return fundBkManagerSaleSharesOfRate("ETF",20250930); //结果:0.0072 ``` ## `fundSManagerSharesChangeData(fund_arr, r_date, dtype, ctype)` 获得基金列表指定报告期的基金管理人份额变动数量、金额、市值、比率等指标 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | | `dtype` | Integer | 用户自定义,变动类型 | | `ctype` | Integer | 用户自定义,计算方式 | 返回:real ### 示例 ```tsl //array("OF450005","OF750001")2019年中报基金管理人申购份额 return fundSManagerSharesChangeData(array("OF450005","OF750001"),20190630,0,0); //结果:13321431.94 ``` ## `fundSManagerSharesChangeDataQj(fund_arr, r_date2, r_date, dtype, ctype)` 获得基金列表指定报告期区间的基金管理人份额变动数量、金额、市值、比率等指标 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date2` | Integer | 报告期,开始报告期 | | `r_date` | Integer | 报告期,指定报告期 | | `dtype` | Integer | 用户自定义,变动类型 | | `ctype` | Integer | 用户自定义,计算方式 | 返回:real ### 示例 ```tsl //array("OF450005","OF750001")2019年中报基金管理人申购份额 return fundSManagerSharesChangeData(array("OF450005","OF750001"),20190630,0,0); //结果:13321431.94 ``` ## `fundSManagerTradeSharesDataQj(fund_arr, r_date2, r_date, t_type, c_type)` 获得指定报告期区间指定基金管理人交易份额、金额、均价、占比等指标 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date2` | Integer | 报告期,开始报告期 | | `r_date` | Integer | 报告期,指定报告期 | | `t_type` | Integer | 用户自定义,交易方式 | | `c_type` | Integer | 用户自定义,计算方式 | 返回:real ### 示例 ```tsl //array("OF000006","OF000009","OF001490")在2025年一季报基金管理人全部交易份额 return fundSManagerTradeSharesDataQj(array("OF000006","OF000009","OF001490"),20250331,20250331,0,0); //结果:25343993.71 ``` ## `fundsChangeInFairValue(fund_arr, r_date)` 获得指定报告期基金列表公允价值变动收益 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF000051","OF673100")在2025年中报的公允价值变动收益 return fundsChangeInFairValue(array("OF000051","OF673100"),20250630); //结果:-87531095.81 ``` ## `fundsChangeInFairValueOfFinancialAsset(fund_arr, r_date)` 获得指定报告期基金列表交易性金融资产变动收益 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //array("OF000051","OF673100")在2025年中报的交易性金融资产变动收益 return fundsChangeInFairValueOfFinancialAsset(array("OF000051","OF673100"),20250630); //结果:-90405815.81 ``` ## `fundBkChangeInFairValue(bkname, r_date)` 获得指定报告期基金板块公允价值变动收益 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"在2025年中报公允价值变动收益 return fundBkChangeInFairValue("ETF",20250630); //结果:78282399227.47 ``` ## `fundBkChangeInFairValueOfDerivative(bkname, r_date)` 获得指定报告期基金板块衍生工具变动收益 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"在2025年中报衍生工具变动收益 return fundBkChangeInFairValueOfDerivative("ETF",20250630); //结果:1609043965.82 ``` ## `fundBkChangeInFairValueOfFinancialAsset(bkname, r_date)` 获得指定报告期基金板块交易性金融资产变动收益 | 参数 | 类型 | 说明 | | -------- | ------- | ------------------- | | `bkname` | String | 市场和板块,板块名称 | | `r_date` | Integer | 报告期,指定报告期 | 返回:Real ### 示例 ```tsl //"ETF"在2025年中报交易性金融资产变动收益 return fundBkChangeInFairValueOfFinancialAsset("ETF",20250630); //结果:76673318624.36 ``` ## `fundSChangeInFairValueData(fund_arr, r_date, c_type)` 获取基金列表指定报告期公允价值变动收益 | 参数 | 类型 | 说明 | | ---------- | ------- | ----------------------- | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Integer | 报告期,指定报告期 | | `c_type` | Integer | 用户自定义,收益类型 | 返回:real ### 示例 ```tsl //array("OF000051","OF673100")在2025年中报公允价值变动收益 return fundSChangeInFairValueData(array("OF000051","OF673100"),20250630,0); //结果:-87531095.81 ``` ## `FundsIndustryComposite(fund_arr, r_date)` 返回基金行业配置. | 参数 | 类型 | 说明 | | ---------- | ----- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期,报告期 | 返回:Array,数组 ## `Funds_IndustryComposite(fund_arr, r_date)` 返回基金行业配置. | 参数 | 类型 | 说明 | | ---------- | ----- | ------------------------ | | `fund_arr` | Array | 一维字符串数组,基金列表 | | `r_date` | Int | 报告期,报告期 | 返回:Array ### 示例 ```tsl //返回基金行业配置 fund_arr := array("SZ184691","SH500003","SZ184728","OF040001"); return fundsIndustryComposite(fund_arr,20170630); 结果: 名称 市值(万) 制造业 96372.72 金融业 27113.36 批发和零售业 18091.38 建筑业 8670.69 房地产业 7181.42 采矿业 4596.1 信息传输、软件和信息技术服务业 3704.49 电力、热力、燃气及水生产和供应业 2325.46 水利、环境和公共设施管理业 1250.98 文化、体育和娱乐业 1178.98 交通运输、仓储和邮政业 463.38 ```