📦 deps(tsl): sync tsl-playbook from 13be5ea0

Source-Commit: 13be5ea0aa
This commit is contained in:
ci[bot]
2026-07-29 07:58:05 +00:00
parent 9d2b696f58
commit 80357f4bc5
280 changed files with 48658 additions and 13929 deletions
@@ -2,6 +2,8 @@
## `BK_HoldDataByOrgan(r_date)`
声明:function
机构持股详情
| 参数 | 类型 | 说明 |
@@ -12,6 +14,8 @@
## `BK_HoldDataByOrganType(r_date, organ_type)`
声明:function
指定类型机构持股详情
| 参数 | 类型 | 说明 |
@@ -23,6 +27,8 @@
## `BK_HoldIncreaseNumberByOrgan(r_date1, r_date2, organ_type)`
声明:function
机构持股增持家数
| 参数 | 类型 | 说明 |
@@ -35,6 +41,8 @@
## `BK_HoldMValueByOrgan(r_date, organ_type)`
声明:function
机构持有市值(万)
| 参数 | 类型 | 说明 |
@@ -46,6 +54,8 @@
## `BK_HoldMValueChangeByOrgan(r_date1, r_date2, organ_type)`
声明:function
机构持有市值变动(万)
| 参数 | 类型 | 说明 |
@@ -58,6 +68,8 @@
## `BK_HoldNumberByOrgan(r_date, organ_type)`
声明:function
机构持股数量
| 参数 | 类型 | 说明 |
@@ -69,6 +81,8 @@
## `BK_HoldPercentage2ByOrgan(r_date, organ_type)`
声明:function
机构持有市值占板块总市值(%)
| 参数 | 类型 | 说明 |
@@ -80,6 +94,8 @@
## `BK_HoldPercentageByOrgan(r_date, organ_type)`
声明:function
机构持有市值占板块流通市值(%)
| 参数 | 类型 | 说明 |
@@ -91,6 +107,8 @@
## `BK_HoldReduceNumberByOrgan(r_date1, r_date2, organ_type)`
声明:function
机构持股减持家数
| 参数 | 类型 | 说明 |
@@ -103,6 +121,8 @@
## `holdAmountByOrgan(r_date, organ_type, top_n)`
声明:function
机构持股数(万),与当前股票pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -122,6 +142,8 @@ Return HoldAmountByOrgan(20180331,0,0);
## `holdAmountByOrganNth(r_date, organ_type, f_top_n, top_n)`
声明:function
第N机构持股数(万)
| 参数 | 类型 | 说明 |
@@ -142,6 +164,8 @@ return HoldAmountByOrganNth(20250930,-1,0,10); //结果:6251.579
## `holdAmountByOrganTopN(r_date, organ_type, f_top_n, top_n)`
声明:function
前N机构持股数(万)
| 参数 | 类型 | 说明 |
@@ -162,6 +186,8 @@ return HoldAmountByOrganTopN(20250930,-1,0,10); //结果:643365.6602
## `holdamountchangebyorgan(rdate, rdate2, organtype, topn)`
声明:function
机构持股变动(万)
| 参数 | 类型 | 说明 |
@@ -182,6 +208,8 @@ Return HoldAmountChangeByOrgan(20180331,20170331,0,0);
## `holdAmountChangeByOrganTopN(r_date1, rdate2, organ_type, f_top_n, top_n)`
声明:function
前N机构持股变动(万)
| 参数 | 类型 | 说明 |
@@ -203,6 +231,8 @@ return HoldAmountChangeByOrganTopN(20250930,20240930,-1,0,10); //结果:-2053.
## `holdbyfund(bkname, rdate, topn)`
声明:function
返回指定板块的持股明细数据
| 参数 | 类型 | 说明 |
@@ -222,6 +252,8 @@ return HoldByFund("深证基金;上证基金;开放式基金",20180331,0);
## `holdByOrgan(r_date, _type, top_n)`
声明:function
机构持股情况,与当前股票pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -241,6 +273,8 @@ return HoldByOrgan(20180331,0,0);
## `HoldByOrgan_FromFundSC(rdate, _type, topn)`
声明:function
机构持股情况-数据来自基金持股明细 丛基金持股明细(或重仓股)和公司十大流通股东中查找基金持股
| 参数 | 类型 | 说明 |
@@ -253,6 +287,8 @@ return HoldByOrgan(20180331,0,0);
## `HoldByOrgan_FromMSH(r_date, _type)`
声明:function
机构持股情况-数据来自十大流通股东,与当前股票pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -264,6 +300,8 @@ return HoldByOrgan(20180331,0,0);
## `holdDataByOrgan(r_date, organ_type, f_top_n, from_no, to_no)`
声明:function
指定证券列表指定机构类型前N机构持股详情
| 参数 | 类型 | 说明 |
@@ -285,6 +323,8 @@ return HoldDataByOrgan(20250930,-1,0,1,10);
## `holdMValueByOrgan(r_date, organ_type, top_n)`
声明:function
机构持股市值(万),与当前股票pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -304,6 +344,8 @@ Return HoldMValueByOrgan(20180331,0,0);
## `holdMValueByOrganNth(r_date, organ_type, f_top_n, top_n)`
声明:function
第N机构持市值(万)
| 参数 | 类型 | 说明 |
@@ -324,6 +366,8 @@ return HoldMValueByOrganNth(20250930,-1,0,10); //结果:43073.37931
## `holdMValueByOrganTopN(r_date, organ_type, f_top_n, top_n)`
声明:function
前N机构持市值(万)
| 参数 | 类型 | 说明 |
@@ -344,6 +388,8 @@ return HoldMValueByOrganTopN(20250930,-1,0,10); //结果:4432789.4
## `holdmvtotvbyorgan(rdate, organtype, topn)`
声明:function
机构持股市值占股票投资总市值比(%)
| 参数 | 类型 | 说明 |
@@ -364,6 +410,8 @@ return HoldMVToTVByOrgan(20180331,6,0);
## `holdNamesByOrgan(r_date, organ_type, top_n)`
声明:function
机构持股详情,与当前股票pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -383,6 +431,8 @@ Return HoldNamesByOrgan(20180331,0,0);
## `holdNamesByOrganTopN(r_date, organ_type, f_top_n, top_n)`
声明:function
前N机构持股详情
| 参数 | 类型 | 说明 |
@@ -403,6 +453,8 @@ return HoldNamesByOrganTopN(20250930,-1,0,10);
## `holdNumberByOrgan(r_date, organ_type, top_n)`
声明:function
持有机构数,与当前股票pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -422,6 +474,8 @@ Return HoldNumberByOrgan(20180331,0,0);
## `holdPercentage2ByOrgan(r_date, organ_type, top_n)`
声明:function
机构持股占总股本比(%),与当前股票pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -441,6 +495,8 @@ Return HoldPercentage2ByOrgan(20180331,0,0);
## `holdPercentage2ByOrganNth(r_date, organ_type, f_top_n, top_n)`
声明:function
第N机构持股占总股本比
| 参数 | 类型 | 说明 |
@@ -461,6 +517,8 @@ return HoldPercentage2ByOrganNth(20250930,-1,0,10); //结果:0.52
## `holdPercentage2ByOrganTopN(r_date, organ_type, f_top_n, top_n)`
声明:function
前N机构持股占总股本比
| 参数 | 类型 | 说明 |
@@ -481,6 +539,8 @@ return HoldPercentage2ByOrganTopN(20250930,-1,0,10); //结果:53.93
## `holdPercentageByOrgan(r_date, organ_type, top_n)`
声明:function
机构持股占流通股比(%),与当前股票pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -500,6 +560,8 @@ Return HoldPercentageByOrgan(20180331,0,0);
## `holdPercentageByOrganNth(r_date, organ_type, f_top_n, top_n)`
声明:function
第N机构持股占流通股本比
| 参数 | 类型 | 说明 |
@@ -520,6 +582,8 @@ return HoldPercentageByOrganNth(20250930,-1,0,10); //结果:0.64
## `holdPercentageByOrganTopN(r_date, organ_type, f_top_n, top_n)`
声明:function
前N机构持股占流通股本比
| 参数 | 类型 | 说明 |
@@ -540,12 +604,16 @@ return HoldPercentageByOrganTopN(20250930,-1,0,10); //结果:66.21
## `MSH_OrganNames()`
声明:function
返回所有机构类别。返回的机构类别在函数中写死的。 对于天软数据的用户,返回 '封闭式投资基金', '开放式投资基金', '金融机构-证券、信托公司', '金融机构-保险公司', '金融机构-期货公司', '金融机构-银行', '公益基金', '投资、咨询公司', '风险投资公司', '金融机构-金融租赁公司', '院校-高校', '院校-研究院', '院校-院校企业', '职工工会', '财务公司', '上市公司', '资产管理公司', '国资局', '基金管理公司', '社保基金、社保机构', '企业年金', '券商集合资产管理计划', '信托公司单一证券信托', '信托公司集合信托计划', '金融机构-信用社', '上市公司下属公司', '中外合资企业', '外资独资企业' 对于聚源数据的用户,返回: '封闭式投资基金', '开放式投资基金', '金融机构—证券、信托公司', '金融机构—保险公司', '金融机构—期货公司', '金融机构—银行', '公益基金', '投资、咨询公司', '风险投资公司', '金融机构—金融租赁公司', '院校—高校', '院校—研究院', '院校—院校企业', '职工工会', '财务公司', '上市公司', '资产管理公司', '国资局', '基金管理公司', '社保基金、社保机构', '企业年金', '券商集合资产管理计划', '信托公司单一证券信托', '信托公司集合信托计划', '金融机构—信用社', '上市公司下属公司', '中外合资企业', '外资独资企业'
返回:array
## `organTypeToName(_type)`
声明:function
通过机构类别的选择,返回机构对应类型的名称。
| 参数 | 类型 | 说明 |
@@ -556,6 +624,8 @@ return HoldPercentageByOrganTopN(20250930,-1,0,10); //结果:66.21
## `readFundsHoldCache(r_date, top_n)`
声明:function
获取对应报告期板块所有基金持股明细的前TopN名,与当前时间pn_date()相关。
| 参数 | 类型 | 说明 |