Files
playbook/docs/tsl/codegen/dotnet/sector/holdings.md
T

802 lines
30 KiB
Markdown

# 板块 / 持股情况
## `fundsScMarketValueGrow(fund_arr, r_date, r_date2, fund_type, to_no)`
返回前N名股票市值变动(万).,分别取两个报告期的前N名股票市值计算前N名股票市值变动(万),前N名股票市值取自基金持股明细318。
| 参数 | 类型 | 说明 |
| ----------- | ----- | ------------------------------------------------------ |
| `fund_arr` | array | 一维字符串数组,基金列表 |
| `r_date` | int | 报告期 |
| `r_date2` | int | 报告期 |
| `fund_type` | int | 自定义类型,基金类型,用于设置基金板块不同类型的基金。 |
| `to_no` | int | 整数,截止索引号,表示前N名。 |
返回:float
## `fundsScMarketValueGrowRatio(fund_arr, r_date, r_date2, fund_type, to_no)`
前N名股票市值变比(%)。
| 参数 | 类型 | 说明 |
| ----------- | ----- | --------------------------------- |
| `fund_arr` | array | 数组。基金列表 |
| `r_date` | int | 整数。报告期 |
| `r_date2` | int | 整数。同比报告期 |
| `fund_type` | int | 用户自定义。投资风格,取值如下: |
| `to_no` | int | 用户自定义。截止索引号,取值如下: |
返回:float
## `fundsscnonactivepercent(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票积极投资市值占净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonactivepercent2(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票积极投资市值占总值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonactivepercent3(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票积极投资市值占股票市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonactivepercent4(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票积极投资市值占积极投资部分比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | string | integer,第N |
返回:float
## `fundsscnonactivepercent5(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票积极投资市值占权益投资市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonactivevalue(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票积极投资市值(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnoncode(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票代码
| 参数 | 类型 | 说明 |
| --------- | ----- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | int | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:string
## `fundsscnonindexpercent(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票指数投资占净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonindexpercent2(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票指数投资市值占总值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonindexvalue(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票指数投资市值(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonindexvolume(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票指数投资股数
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonpercent(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票市值占净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonpercent2(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票市值占总值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonpercent3(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票市值占股票市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsscnonpercent4(fundarr, rdate, topn)`
统计指定报告期基金列表汇总的第N名股票市值占权益投资市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,第N |
返回:float
## `fundsScPercentageGrow(fund_arr, r_date, r_date2, fund_type, to_no, right_type)`
返回前N名股票占净值比例变动(%),前N只股票占净值比例取自基金持股明细318。
| 参数 | 类型 | 说明 |
| ------------ | ----- | ------------------------------------------------ |
| `fund_arr` | array | 一维字符串数组,基金列表 |
| `r_date` | int | 报告期 |
| `r_date2` | int | 报告期,同比报告期 |
| `fund_type` | int | 整型,投资风格,用于设置基金板块不同类型的基金。 |
| `to_no` | int | 整数,截止索引号,表示前N名。 |
| `right_type` | int | 整型,加权方式 |
返回:float
## `fundsscstockactivepercent(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票积极投资市值占净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockactivepercent2(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票积极投资市值占总值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockactivepercent4(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票积极投资市值占积极投资市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockactivepercentgrow(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票积极投资市值占净值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockactivepercentgrow2(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票积极投资市值占总值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockactivepercentgrow4(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票积极投资市值占权益投资市值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockactivevaluegrow(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票积极投资市值变动(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockactivevaluegrowratio(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票积极投资市值变比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockholdnum(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的持有指定股票的基金个数
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockindexpercent(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票指数投资市值占净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockindexpercent2(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票指数投资市值占总值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockindexpercent3(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票指数投资市值占股票市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockindexpercent5(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票指数投资市值占权益投资市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockindexpercentgrow2(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票指数投资市值占总值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockindexpercentgrow3(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票指数投资市值占股票市值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockindexpercentgrow4(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票指数投资市值占权益投资市值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockindexvaluegrow(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票指数投资市值变动(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockindexvolume(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票指数投资股数
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockpercent(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票市值占净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockpercent2(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票市值占总值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockpercent3(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票市值占股票市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockpercent4(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票市值占权益投资市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockpercentgrow(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票市值占净值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockpercentgrow2(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票市值占总值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockpercentgrow3(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票市值占股票市值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockvalue(fundarr, rdate, stockid)`
统计指定报告期基金列表汇总的指定股票持有市值(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockvaluegrow(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票持有市值变动(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscstockvaluegrowratio(fundarr, rdate, rdate2, stockid)`
统计指定报告期基金列表汇总的指定股票持有市值变比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `stockid` | string | string,股票代码 |
返回:float
## `fundsscsumnactivevaluegrow(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票积极投资市值变动(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnactivevaluegrowratio(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票积极投资市值变比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnactivevaluegrowratio3(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票积极投资市值占总值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnindexpercent(fundarr, rdate, topn)`
统计基金列表中指定报告期内前N名股票指数投资市值占净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnindexpercent2(fundarr, rdate, topn)`
统计基金列表中指定报告期内前N名股票指数投资市值占总值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnindexpercent5(fundarr, rdate, topn)`
统计基金列表中指定报告期内前N名股票指数投资市值占权益投资市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnindexvalue(fundarr, rdate, topn)`
统计基金列表中指定报告期内前N名股票指数投资市值(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnindexvaluegrow(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票指数投资市值变动(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnindexvaluegrowratio(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票指数投资市值变比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnindexvaluegrowratio3(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票指数投资市值占总值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnindexvaluegrowratio5(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票指数投资市值占权益投资市值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnpercent(fundarr, rdate, topn)`
统计基金列表中指定报告期内前N名股票市值占净值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnpercent3(fundarr, rdate, topn)`
统计基金列表中指定报告期内前N名股票市值占股票市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnpercent4(fundarr, rdate, topn)`
统计基金列表中指定报告期内前N名股票市值占权益投资市值比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnvaluegrow(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票持有市值变动(万)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnvaluegrowratio(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票持有市值变比(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnvaluegrowratio2(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票市值占净值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float
## `fundsscsumnvaluegrowratio4(fundarr, rdate, rdate2, topn)`
统计基金列表中指定报告期内前N名股票市值占股票市值比变动(%)
| 参数 | 类型 | 说明 |
| --------- | -------- | -------------------------- |
| `fundarr` | array | array of string,基金列表 |
| `rdate` | datetime | reportingperiod,指定报告期 |
| `rdate2` | datetime | reportingperiod,同比报告期 |
| `topn` | int | integer,前N |
返回:float