✨ feat(tsl-api-reference): index class and unit APIs
Migrate reference pages to declaration-line storage and rebuild the 13-column index. Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## `fundtpbrokerbondamountrank(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商债券成交额排名,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -20,6 +22,8 @@ return FundTPBrokerBondAmountRank(20181231,"光大证券"); //结果:2
|
||||
|
||||
## `fundTpBrokerInterBankAmountGrow(rdate, rdate2, b_name)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商银行间债券成交额变动,与系统参数(股票)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -39,6 +43,8 @@ return FundTPBrokerInterBankAmountGrow(20191231,20181231,"申万宏源");
|
||||
|
||||
## `fundtpsumnbondamountpercentgrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商债券成交额占债券成交总额比变动(%),与系统参数(基金代码)相关 TopN=-1时,则取所有的是所有的数据。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -58,6 +64,8 @@ return FundTPSumNBondAmountPercentGrow(20191231,20181231,2);//结果:-26.26
|
||||
|
||||
## `fundtpsumncommissiongrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商佣金变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -77,6 +85,8 @@ return FundTPSumNCommissionGrow(20191231,20181231,2);//结果:1442409.18
|
||||
|
||||
## `fundtpsumncommissionpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商佣金占佣金总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -95,6 +105,8 @@ return FundTPSumNCommissionPercent(20200630,2); //结果:58.01
|
||||
|
||||
## `fundtpsumninterbankamount(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商银行间债券成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -113,6 +125,8 @@ return FundTPSumNInterBankAmount(20181231,1); //结果:4085764.8
|
||||
|
||||
## `fundtpsumninterbankamountgrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商银行间债券成交额变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -132,6 +146,8 @@ return FundTPSumNInterBankAmountGrow(20191231,20181231,1);//结果:-4085764.8
|
||||
|
||||
## `fundtpsumninterbankamountpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商银行间债券成交额占银行间成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -150,6 +166,8 @@ return FundTPSumNInterBankAmountPercent(20181231,1); //结果:1
|
||||
|
||||
## `fundtpsumninterbankamountpercentgrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商银行间债券成交额占银行间成交总额比变动(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -169,6 +187,8 @@ return FundTPSumNInterBankAmountPercentGrow(20191231,20181231,2);//结果:-1
|
||||
|
||||
## `fundtpbrokerbondamount(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商债券成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -188,6 +208,8 @@ return fundtpbrokerbondamount(20181231,"光大证券"); //结果:12693715.39
|
||||
|
||||
## `fundtpbrokerbondamountgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商债券成交额变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -208,6 +230,8 @@ return fundtpbrokerbondamountgrow(20191231,20181231,"光大证券");//结果:-
|
||||
|
||||
## `fundtpbrokerbondamountpercent(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商债券成交额占债券成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -227,6 +251,8 @@ return fundtpbrokerbondamountpercent(20181231,"光大证券"); //结果:8.25
|
||||
|
||||
## `fundtpbrokerbondamountpercentgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商债券成交额占债券成交总额比变动(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -247,6 +273,8 @@ return fundtpbrokerbondamountpercentgrow(20191231,20181231,"光大证券");//结
|
||||
|
||||
## `fundtpbrokerbondamountrankgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商债券成交额排名变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -267,6 +295,8 @@ return fundtpbrokerbondamountrankgrow(20191231,20181231,"光大证券");//结果
|
||||
|
||||
## `fundtpbrokercommission(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商佣金,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -286,6 +316,8 @@ return fundtpbrokercommission(20181231,"光大证券"); //结果:2679213
|
||||
|
||||
## `fundtpbrokercommissiongrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商佣金变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -306,6 +338,8 @@ return fundtpbrokercommissiongrow(20191231,20181231,"光大证券");//结果:-
|
||||
|
||||
## `fundtpbrokercommissionpercent(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商佣金占佣金总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -325,6 +359,8 @@ return fundtpbrokercommissionpercent(20191231,"光大证券"); //结果:4.26
|
||||
|
||||
## `fundtpbrokercommissionpercentgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商佣金占佣金总额比变动(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -345,6 +381,8 @@ return fundtpbrokercommissionpercentgrow(20191231,20181231,"光大证券");//结
|
||||
|
||||
## `fundtpbrokerinterbankamount(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商银行间债券成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -364,6 +402,8 @@ return fundtpbrokerinterbankamount(20181231,"申万宏源"); //结果:4085764
|
||||
|
||||
## `fundtpbrokerinterbankamountpercent(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商银行间债券成交额占银行间成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -383,6 +423,8 @@ return fundtpbrokerinterbankamountpercent(20181231,"申万宏源"); //结果:
|
||||
|
||||
## `fundtpbrokerinterbankamountpercentgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商银行间债券成交额占银行间成交总额比变动(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -403,6 +445,8 @@ return fundtpbrokerinterbankamountpercentgrow(20191231,20181231,"申万宏源");
|
||||
|
||||
## `fundtpbrokerinterbankamountrank(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商银行间债券成交额排名,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -422,6 +466,8 @@ return fundtpbrokerinterbankamountrank(20181231,"申万宏源"); //结果:1
|
||||
|
||||
## `fundtpbrokerinterbankamountrankgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商银行间债券成交额排名变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -443,6 +489,8 @@ return fundtpbrokerinterbankamountrankgrow(20191231,20181231,"申万宏源");
|
||||
|
||||
## `fundtpbrokerrepoamount(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商回购成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -462,6 +510,8 @@ return fundtpbrokerrepoamount(20181231,"国泰君安"); //结果:505610030000
|
||||
|
||||
## `fundtpbrokerrepoamountgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商回购成交额变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -483,6 +533,8 @@ return fundtpbrokerrepoamountgrow(20191231,20181231,"国泰君安");
|
||||
|
||||
## `fundtpbrokerrepoamountpercent(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商回购成交额占回购成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -502,6 +554,8 @@ return fundtpbrokerrepoamountpercent(20191231,"国泰君安"); //结果:99.92
|
||||
|
||||
## `fundtpbrokerrepoamountpercentgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商回购成交额占回购成交总额比变动(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -522,6 +576,8 @@ return fundtpbrokerrepoamountpercentgrow(20191231,20181231,"国泰君安");//结
|
||||
|
||||
## `fundtpbrokerrepoamountrank(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商回购成交额排名,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -541,6 +597,8 @@ return fundtpbrokerrepoamountrank(20181231,"光大证券"); //结果:4
|
||||
|
||||
## `fundtpbrokerrepoamountrankgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商回购成交额排名变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -561,6 +619,8 @@ return fundtpbrokerrepoamountrankgrow(20191231,20181231,"光大证券");//结果
|
||||
|
||||
## `fundtpbrokerstockamount(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商股票成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -580,6 +640,8 @@ return fundtpbrokerstockamount(20181231,"光大证券"); //结果:3663646679.
|
||||
|
||||
## `fundtpbrokerstockamountgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商股票成交额变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -600,6 +662,8 @@ return fundtpbrokerstockamountgrow(20191231,20181231,"光大证券"); //结果
|
||||
|
||||
## `fundtpbrokerstockamountpercent(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商股票成交额占股票成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -619,6 +683,8 @@ return fundtpbrokerstockamountpercent(20181231,"光大证券"); //结果:14.7
|
||||
|
||||
## `fundtpbrokerstockamountpercentgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商股票成交额占股票成交总额比变动(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -639,6 +705,8 @@ return fundtpbrokerstockamountpercentgrow(20191231,20181231,"光大证券");//
|
||||
|
||||
## `fundtpbrokerstockamountrank(rdate, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商股票成交额排名,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -658,6 +726,8 @@ return fundtpbrokerstockamountrank(20181231,"光大证券"); //结果:4
|
||||
|
||||
## `fundtpbrokerstockamountrankgrow(rdate, rdate2, bname)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定券商股票成交额排名变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -678,6 +748,8 @@ return fundtpbrokerstockamountrankgrow(20191231,20181231,"光大证券");//结
|
||||
|
||||
## `fundtpnonbondamount(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商债券成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -697,6 +769,8 @@ return fundtpnonbondamount(20191231,2); //结果:45067508.6
|
||||
|
||||
## `fundtpnonbondamountname(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名债券成交额券商名称,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -716,6 +790,8 @@ return fundtpnonbondamountname(20181231,2); //结果:光大证券
|
||||
|
||||
## `fundtpnonbondamountpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商债券成交额占债券成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -735,6 +811,8 @@ return fundtpnonbondamountpercent(20181231,2); //结果:8.25
|
||||
|
||||
## `fundtpnoncommission(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商佣金,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -754,6 +832,8 @@ return fundtpnoncommission(20200630,2); //结果:1644771
|
||||
|
||||
## `fundtpnoncommissionpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商佣金占佣金总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -773,6 +853,8 @@ return fundtpnoncommissionpercent(20200630,2); //结果:11.3
|
||||
|
||||
## `fundtpnoninterbankamount(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商银行间债券成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -792,6 +874,8 @@ return fundtpnoninterbankamount(20181231,1); //结果:4085764.8
|
||||
|
||||
## `fundtpnoninterbankamountpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商银行间债券成交额占银行间成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -811,6 +895,8 @@ return fundtpnoninterbankamountpercent(20181231,1); //结果:1
|
||||
|
||||
## `fundtpnonrepoamount(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商回购成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -830,6 +916,8 @@ return fundtpnonrepoamount(20181231,2); //结果:60400000
|
||||
|
||||
## `fundtpnonrepoamountname(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名回购成交额券商名称,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -849,6 +937,8 @@ return fundtpnonrepoamountname(20181231,2); //结果:华创证券
|
||||
|
||||
## `fundtpnonrepoamountpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商回购成交额占回购成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -868,6 +958,8 @@ return fundtpnonrepoamountpercent(20181231,2); //结果:11.18
|
||||
|
||||
## `fundtpnonstockamount(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商股票成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -887,6 +979,8 @@ return fundtpnonstockamount(20191231,2); //结果:3008002112.11
|
||||
|
||||
## `fundtpnonstockamountname(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名股票成交额券商名称,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -906,6 +1000,8 @@ return fundtpnonstockamountname(20181231,2); //结果:中信证券
|
||||
|
||||
## `fundtpnonstockamountpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名券商股票成交额占股票成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -925,6 +1021,8 @@ return fundtpnonstockamountpercent(20181231,2); //结果:17.92
|
||||
|
||||
## `fundtpsumnbondamount(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商债券成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -944,6 +1042,8 @@ return fundtpsumnbondamount(20191231,2); //结果:100317070.9
|
||||
|
||||
## `fundtpsumnbondamountgrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商债券成交额变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -964,6 +1064,8 @@ return fundtpsumnbondamountgrow(20191231,20181231,2);//结果:-53605243.66
|
||||
|
||||
## `fundtpsumnbondamountpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商债券成交额占债券成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -983,6 +1085,8 @@ return fundtpsumnbondamountpercent(20191231,2); //结果:73.74
|
||||
|
||||
## `fundtpsumncommission(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商佣金,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1002,6 +1106,8 @@ return fundtpsumncommission(20200630,2); //结果:8442489.51
|
||||
|
||||
## `fundtpsumncommissionpercentgrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商佣金占佣金总额比变动(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1023,6 +1129,8 @@ return fundtpsumncommissionpercentgrow(20191231,20181231,2);
|
||||
|
||||
## `fundtpsumnrepoamount(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商回购成交额,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1042,6 +1150,8 @@ return fundtpsumnrepoamount(20191231,2); //结果:12000000
|
||||
|
||||
## `fundtpsumnrepoamountgrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商回购成交额变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1062,6 +1172,8 @@ return fundtpsumnrepoamountgrow(20191231,20181231,2);//结果:-498400000
|
||||
|
||||
## `fundtpsumnrepoamountpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商回购成交额占回购成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1081,6 +1193,8 @@ return fundtpsumnrepoamountpercent(20181231,2); //结果: 94.45
|
||||
|
||||
## `fundtpsumnrepoamountpercentgrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商回购成交额占回购成交总额比变动(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1101,6 +1215,8 @@ return fundtpsumnrepoamountpercentgrow(20191231,20181231,2);//结果:5.55
|
||||
|
||||
## `fundtpsumnstockamount(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商股票成交额(元),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1120,6 +1236,8 @@ return fundtpsumnstockamount(20200630,2); //结果:11408565519.97
|
||||
|
||||
## `fundtpsumnstockamountgrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商股票成交额变动,前N名券商股票成交额同比变动,与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1140,6 +1258,8 @@ return fundtpsumnstockamountgrow(20191231,20181231,2);//结果:1609282529.37
|
||||
|
||||
## `fundtpsumnstockamountpercent(rdate, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商股票成交额占股票成交总额比(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1159,6 +1279,8 @@ return fundtpsumnstockamountpercent(20200630,2); //结果:57.18
|
||||
|
||||
## `fundtpsumnstockamountpercentgrow(rdate, rdate2, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
前N名券商股票成交额占股票成交总额比变动(%),与系统参数(基金代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1179,6 +1301,8 @@ return fundtpsumnstockamountpercentgrow(20191231,20181231,2);//结果:1.41
|
||||
|
||||
## `fundTpNoNInterBankAmountName(rdate, top_n)`
|
||||
|
||||
声明:function
|
||||
|
||||
第N名银行间债券成交额券商名称,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1199,6 +1323,8 @@ return fundTpNoNInterBankAmountName(20181231,1);
|
||||
|
||||
## `fundTpGetDateDonField(r_date, bname, value_type, value_field, fund_arr)`
|
||||
|
||||
声明:function
|
||||
|
||||
获取交易席位情况指定券商数据,与系统参数(基金代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1221,6 +1347,8 @@ return fundTpGetDateDonField(20211231,'安信证券',1,'股票成交量');
|
||||
|
||||
## `fundTpNoNbkRatioValueOnField(t, top_n, field)`
|
||||
|
||||
声明:function
|
||||
|
||||
交易席位情况-第N名比值,用于板块(比值数字指标)。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1241,6 +1369,8 @@ return fundTpNoNbkRatioValueOnField(t,1,'股票成交量');
|
||||
|
||||
## `fundTpSumNValueOnField(t, top_n, field)`
|
||||
|
||||
声明:function
|
||||
|
||||
交易席位情况-前N名和,用于个券,板块(非比值数字指标)。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1261,6 +1391,8 @@ return fundTpSumNValueOnField(t,1,'股票成交量');
|
||||
|
||||
## `fundTpSumNbkRatioValueOnField(t, top_n, field)`
|
||||
|
||||
声明:function
|
||||
|
||||
交易席位情况-前N名和比值,用于板块(比值数字指标)。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1281,6 +1413,8 @@ return fundTpSumNbkRatioValueOnField(t,1,'股票成交量');
|
||||
|
||||
## `fundTpNoNValueOnField(t, top_n, field)`
|
||||
|
||||
声明:function
|
||||
|
||||
交易席位情况-第N名,用于个券,板块(非比值数字指标)。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -1301,6 +1435,8 @@ return fundTpNoNValueOnField(t,1,'股票成交量');
|
||||
|
||||
## `fundTpnValueOnField(fund_arr, rdate, top_n, field, field_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
交易席位情况-前N第N指标框架。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user