@@ -2,6 +2,8 @@
|
||||
|
||||
## `fundIciValue(rdate, name)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定行业配置相关数据,与系统参数(基金)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -20,6 +22,8 @@ return FundICIValue(20221231,'制造业');
|
||||
|
||||
## `fundIcNoN(rdate, top_n, field)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名行业配置相关数据,与系统参数(基金)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -39,6 +43,8 @@ return FundICNoN(20221231,3,'市值');
|
||||
|
||||
## `fundIcSumN(rdate, top_n, field)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名行业配置相关数据,与系统参数(基金)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -58,6 +64,8 @@ return FundICSumN(20221231,3,'市值');
|
||||
|
||||
## `fundindustrynamelv1(extype)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金一级行业
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -68,6 +76,8 @@ return FundICSumN(20221231,3,'市值');
|
||||
|
||||
## `fundsindustrynamelv(fundarr, extype, lv)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金列表行业
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -80,6 +90,8 @@ return FundICSumN(20221231,3,'市值');
|
||||
|
||||
## `fundindustrynamelv3(extype)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金三级行业
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -90,6 +102,8 @@ return FundICSumN(20221231,3,'市值');
|
||||
|
||||
## `fundindustrynamelv2(extype)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金二级行业
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -100,6 +114,8 @@ return FundICSumN(20221231,3,'市值');
|
||||
|
||||
## `fundindustrynamelv4(extype)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金四级行业
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -110,6 +126,8 @@ return FundICSumN(20221231,3,'市值');
|
||||
|
||||
## `fundindustryname(industrytype, extype)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金行业
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -121,6 +139,8 @@ return FundICSumN(20221231,3,'市值');
|
||||
|
||||
## `fundindustrygetmatchstr(industrytype, extype)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金行业匹配串
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -132,12 +152,16 @@ return FundICSumN(20221231,3,'市值');
|
||||
|
||||
## `fundindustrymatchstring()`
|
||||
|
||||
声明:function
|
||||
|
||||
基金行业匹配串
|
||||
|
||||
返回:string
|
||||
|
||||
## `fundIcCentralization(report_date, to_no)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金指定报告期的前N名行业集中度(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -159,6 +183,8 @@ return fundIcCentralization(r_date,3);
|
||||
|
||||
## `fundIcMarketValue(report_date, industry_name)`
|
||||
|
||||
声明:function
|
||||
|
||||
返回基金指定报告期的指定行业投资市值,与系统证券pn_stock()相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -180,6 +206,8 @@ return fundIcMarketValue(r_date,'金融、保险业');
|
||||
|
||||
## `fundIcMarketValue2GrowRatio(r_date, r_date2, to_no)`
|
||||
|
||||
声明:function
|
||||
|
||||
返回基金的前N名行业市值变比(%),与系统证券pn_stock()相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -203,6 +231,8 @@ return fundIcMarketValue2GrowRatio(r_date1,r_date2,10);
|
||||
|
||||
## `fundicindustrypercent2(rdate, name)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定行业市值占总值比(%),与系统参数证券(基金)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -222,6 +252,8 @@ return fundicindustrypercent2(20191231,"金融业"); //结果:5.57438513631856
|
||||
|
||||
## `fundicnonname(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名行业名称,与系统参数证券(基金)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -241,6 +273,8 @@ return fundicnonname(20191231,1); //结果:制造业
|
||||
|
||||
## `fundinfoindustryname1()`
|
||||
|
||||
声明:function
|
||||
|
||||
返回银河基金分类的一级行业名称
|
||||
|
||||
返回:String
|
||||
@@ -256,6 +290,8 @@ return fundinfoindustryname1(); //返回:银河混合型
|
||||
|
||||
## `fundinfoindustryname2()`
|
||||
|
||||
声明:function
|
||||
|
||||
返回指定基金的银河二级行业名称
|
||||
|
||||
返回:String
|
||||
@@ -271,6 +307,8 @@ return fundinfoindustryname2(); //返回:银河偏股型
|
||||
|
||||
## `fundyhindustryid1()`
|
||||
|
||||
声明:function
|
||||
|
||||
返回指定基金银河一级行业编码
|
||||
|
||||
返回:String
|
||||
@@ -286,6 +324,8 @@ return fundyhindustryid1(); //返回:YHFL020000
|
||||
|
||||
## `fundyhindustryid2()`
|
||||
|
||||
声明:function
|
||||
|
||||
返回指定基金银河二级行业编码
|
||||
|
||||
返回:String
|
||||
@@ -301,6 +341,8 @@ return fundyhindustryid2(); //返回:YHFL020100
|
||||
|
||||
## `fundYhIndustryArr(industry_type, level_n, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日指定级别基金分类列表,默认返回银河分类的一级分类列表
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -320,6 +362,8 @@ return fundYhIndustryArr('YHFL',1,20210302T);
|
||||
|
||||
## `fundIndustryInfoLvN(fundid, end_t, level, industry_type, vtype)`
|
||||
|
||||
声明:function
|
||||
|
||||
返回指定基金指定日期指定级别的类型名称,默认取银河基金分类的一级基金类型编码。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -342,6 +386,8 @@ return fundIndustryInfoLvN('OF000001',20210301T,1,'YHFL',1);
|
||||
|
||||
## `fundGetIndustrydata(fundid, endt, level, industry_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金指定日期有效的基金分类数据。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -363,42 +409,56 @@ return fundGetIndustrydata('OF000001',20210301T,1,'YHFL');
|
||||
|
||||
## `IE_FundBondIndustryByType()`
|
||||
|
||||
声明:function
|
||||
|
||||
基金.债券投资组合(按债券品种分类)
|
||||
|
||||
返回:array
|
||||
|
||||
## `IE_FundBondIndustryByMaturity()`
|
||||
|
||||
声明:function
|
||||
|
||||
基金.债券投资组合(按偿还期限分类)
|
||||
|
||||
返回:array
|
||||
|
||||
## `Fund_SCIndustryNameField()`
|
||||
|
||||
声明:function
|
||||
|
||||
基金持股-行业名称。根据数据库提供商返回对应的值
|
||||
|
||||
返回:string
|
||||
|
||||
## `Fund_SCB2IndustryNameField()`
|
||||
|
||||
声明:function
|
||||
|
||||
累计买入超净值2%-行业名称。根据数据库提供商返回对应的值
|
||||
|
||||
返回:string
|
||||
|
||||
## `Fund_SCS2IndustryNameField()`
|
||||
|
||||
声明:function
|
||||
|
||||
累计卖出超净值2%-行业名称。根据数据库提供商返回对应的值
|
||||
|
||||
返回:string
|
||||
|
||||
## `Fund_BSIndustryNameField()`
|
||||
|
||||
声明:function
|
||||
|
||||
债券配置-债券类型。根据数据库提供商返回对应的值
|
||||
|
||||
返回:string
|
||||
|
||||
## `PortfolioBackTesting_Quantity_IndustryComposite(end_t, t_gp)`
|
||||
|
||||
声明:function
|
||||
|
||||
策略验证-数量类组合-t日行业配置,由tGP数据表中按行业统计个各行业的市值和排名
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -410,6 +470,8 @@ return fundGetIndustrydata('OF000001',20210301T,1,'YHFL');
|
||||
|
||||
## `Fund_HD_IndustryRotationSkill(fund_id, beg_t, end_t, style_type, date_type, hold_type, typ)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金行业轮动能力因子计算模型
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -426,6 +488,8 @@ return fundGetIndustrydata('OF000001',20210301T,1,'YHFL');
|
||||
|
||||
## `Fund_IndustryCentralization(show_number, report_date_show_order)`
|
||||
|
||||
声明:function
|
||||
|
||||
返回指定基金最近N个报告期的行业集中度数据,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -437,6 +501,8 @@ return fundGetIndustrydata('OF000001',20210301T,1,'YHFL');
|
||||
|
||||
## `Fund_SWIndustryComposite(show_number, unit_type, report_date_show_order)`
|
||||
|
||||
声明:function
|
||||
|
||||
申万行业配置
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -449,6 +515,8 @@ return fundGetIndustrydata('OF000001',20210301T,1,'YHFL');
|
||||
|
||||
## `Funds_IndustryCentralization(bk_name, r_date, sort_by, sort_order, return_number)`
|
||||
|
||||
声明:function
|
||||
|
||||
返回指定板块指定报告期基金行业集中度数据。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -463,6 +531,8 @@ return fundGetIndustrydata('OF000001',20210301T,1,'YHFL');
|
||||
|
||||
## `FundIndustryCompositeChange_Call(fund_arr, r_date, r_date2, sort_by, sort_order, return_number)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金行业配置及变化。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -478,6 +548,8 @@ return fundGetIndustrydata('OF000001',20210301T,1,'YHFL');
|
||||
|
||||
## `Funds_SWIndustryComposite(bk_name, end_t, show_number, sort_type, unit_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
申万行业配置
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -492,6 +564,8 @@ return fundGetIndustrydata('OF000001',20210301T,1,'YHFL');
|
||||
|
||||
## `FundBlock_IndustryComposite(r_date, r_date2)`
|
||||
|
||||
声明:function
|
||||
|
||||
返回报告期基金管理公司在指定行业的行业配置数据。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -503,6 +577,8 @@ return fundGetIndustrydata('OF000001',20210301T,1,'YHFL');
|
||||
|
||||
## `FundBlock_IndustryCentralization(bk_names, end_t, show_number, show_order, unit_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
行业集中度
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user