📦 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 @@
## `fundGetAttributeValues(fundid, endt, attributetype)`
声明:function
基金指定日期有效的的基金属性值数据。
| 参数 | 类型 | 说明 |
@@ -14,6 +16,8 @@
## `fundMasterCode()`
声明:function
基金主代码,与系统参数(证券代码代码)相关。有主代码则取主代码,否则返回基金代码。
返回:string
@@ -27,6 +31,8 @@ return FundMasterCode();
## `fundNetValueMethod()`
声明:function
返回指定指定基金净值增长率计算方法,与系统参数(代码、时间)相关。
返回:string
@@ -41,6 +47,8 @@ return FundNetValueMethod();
## `fundsOperateFunds(funds, end_t)`
声明:function
指定日指定列表中还在运作的基金
| 参数 | 类型 | 说明 |
@@ -52,6 +60,8 @@ return FundNetValueMethod();
## `isClassifyOfAFund(fund_id)`
声明:function
判断是否是分级A基金。
| 参数 | 类型 | 说明 |
@@ -70,6 +80,8 @@ return isClassifyOfAFund("SH502049");
## `isClassifyOfBFund(fund_id)`
声明:function
判断是否是分级B基金。
| 参数 | 类型 | 说明 |
@@ -88,6 +100,8 @@ return isClassifyOfBFund("SH502049");
## `isClassifyFund(fund_id)`
声明:function
判断是否是分级母基金。
| 参数 | 类型 | 说明 |
@@ -106,6 +120,8 @@ return fundCommision("SH500003");
## `fundGoMarketDate()`
声明:function
上市日,与系统证券pn_stock()相关。
返回:Int
@@ -121,6 +137,8 @@ ReturnFundGoMarketDate();
## `fundIssueDate()`
声明:function
发行日,与系统股票pn_stock()相关。
返回:Int
@@ -136,6 +154,8 @@ ReturnFundIssueDate();
## `isDefinedFundImStyle(fund_type)`
声明:function
是否为指定的投资风格,与系统证券pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -155,6 +175,8 @@ return isDefinedFundImStyle(0);
## `isExtFund(fund_id)`
声明:function
判断是否为基金,与系统证券pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -173,6 +195,8 @@ return isExtFund('OF040001');
## `isFund(fund_id)`
声明:function
判断是否为基金
| 参数 | 类型 | 说明 |
@@ -191,6 +215,8 @@ return isFund('SZ000002');
## `isFundGoMarket(end_t)`
声明:function
指定日是否已上市,与系统证券pn_stock()相关。
| 参数 | 类型 | 说明 |
@@ -210,6 +236,8 @@ ReturnIsFundGoMarket(intToDate(20010501));
## `isOpenFund(fund_id)`
声明:function
判断是否为开放式基金
| 参数 | 类型 | 说明 |
@@ -228,6 +256,8 @@ ReturnIsOpenFund('OF040001');
## `isCurrencyFund()`
声明:function
判断是否为货币型基金,与系统证券pn_stock()相关。
返回:boolean
@@ -243,6 +273,8 @@ ReturnIsCurrencyFund();
## `nSharesOfFund(info_id, end_t)`
声明:function
基金流通股本,InfoId必须为324,324是基金份额变动表的索引号。
| 参数 | 类型 | 说明 |
@@ -263,6 +295,8 @@ return nSharesOfFund(324,intToDate(20100503));
## `tSharesOfFund(info_id, end_t)`
声明:function
基金总股本,InfoId必须为324,324是基金份额变动表的索引号。
| 参数 | 类型 | 说明 |
@@ -283,12 +317,16 @@ return tSharesOfFund (324,intToDate(20100503));
## `isregulapurchasescrollhold()`
声明:function
是否定期申购滚动持有,与系统参数(基金代码、日期)相关
返回:boolean
## `fundhsl2(rdate)`
声明:function
基金换手率(非分级子基金),换手率=本期股票成交金额/((期初股票市值+期末股票市值)/2)\*100
| 参数 | 类型 | 说明 |
@@ -299,54 +337,72 @@ return tSharesOfFund (324,intToDate(20100503));
## `fundoperationperiod()`
声明:function
运作期限(年),与系统参数(基金代码、日期)相关
返回:Integer
## `isminiholdperiod()`
声明:function
是否有最短持有期,与系统参数(基金代码、日期)相关
返回:boolean
## `isunrestrictedopening()`
声明:function
是否无受限开放,与系统参数(基金代码、日期)相关
返回:boolean
## `isscrollhold()`
声明:function
是否滚动持有,与系统参数(基金代码、日期)相关
返回:boolean
## `fundpurchaseredemptiontype()`
声明:function
指定基金申购赎回类型
返回:string
## `isregularredeem()`
声明:function
是否定期赎回,与系统参数(基金代码、日期)相关
返回:boolean
## `isregularopenfund()`
声明:function
是否定期开放基金,与系统参数(基金代码、日期)相关
返回:boolean
## `isclosedoperation()`
声明:function
是否封闭运作,与系统参数(基金代码、日期)相关
返回:boolean
## `fundsthemename(fundarr)`
声明:function
基金列表主题
| 参数 | 类型 | 说明 |
@@ -357,36 +413,48 @@ return tSharesOfFund (324,intToDate(20100503));
## `fundthemename()`
声明:function
基金主题
返回:string
## `fundallthemename()`
声明:function
所有基金主题
返回:array
## `fundinvestmentstyles()`
声明:function
基金投资风格种类
返回:array
## `fundallcompanylist()`
声明:function
基金公司List,与系统参数无关。
返回:array
## `isotherrestrictedopening()`
声明:function
是否其他受限开放,与系统参数(基金代码、日期)相关
返回:boolean
## `isCurrencyFundByEndt(endt)`
声明:function
根据净值增长率计算方式判断是否为货币型基金    若以【每万份基金单位收益法】计算则认为是货币型
| 参数 | 类型 | 说明 |
@@ -405,6 +473,8 @@ return isCurrencyFundByEndt(end_t); //结果:1
## `fundsFromManagerId(id)`
声明:function
基金经理代码查基金。
| 参数 | 类型 | 说明 |
@@ -422,6 +492,8 @@ return fundsFromManagerId('7289');
## `fundsFromManagerName(name)`
声明:function
基金经理名字查基金。
| 参数 | 类型 | 说明 |
@@ -439,6 +511,8 @@ return fundsFromManagerName('张惠');
## `fundOfDifferentFeesId(fund_id)`
声明:function
基金因其收费模式不一致存在多个代码,本模型通过基金代码返回不同收费模式所有基金代码
| 参数 | 类型 | 说明 |
@@ -457,6 +531,8 @@ return fundOfDifferentFeesId("OF000009");
## `isnotcontainswords(regexpr, parsetext)`
声明:function
不包含字串
| 参数 | 类型 | 说明 |
@@ -468,6 +544,8 @@ return fundOfDifferentFeesId("OF000009");
## `iscontainswords(regexpr, parsetext)`
声明:function
包含字串
| 参数 | 类型 | 说明 |
@@ -479,6 +557,8 @@ return fundOfDifferentFeesId("OF000009");
## `isthepurchaseredemptiontype(fundname, containstr, notcontainstr)`
声明:function
是否指定申购赎回类型,通过基金全称判断。与系统参数(基金代码、日期)相关。
| 参数 | 类型 | 说明 |
@@ -491,18 +571,24 @@ return fundOfDifferentFeesId("OF000009");
## `fundthemegetmatchstr()`
声明:function
基金主题匹配串
返回:array
## `fundthemematchstring()`
声明:function
基金主题匹配串
返回:array
## `fundgetthemename(fundname, matchstring)`
声明:function
基金主题
| 参数 | 类型 | 说明 |
@@ -514,6 +600,8 @@ return fundOfDifferentFeesId("OF000009");
## `fundName()`
声明:function
返回指定基金指定日名称,与系统参数(代码、时间)相关。
返回:String
@@ -530,6 +618,8 @@ return fundName();
## `fundOperationFunds(end_t)`
声明:function
指定日所有运作中的基金列表
| 参数 | 类型 | 说明 |
@@ -547,6 +637,8 @@ return fundOperationFunds(20200924T);
## `fundOperationFundsByTzfg(bk_name, end_t, industry_type, level)`
声明:function
指定日指定投资风格板块运作中的基金
| 参数 | 类型 | 说明 |
@@ -567,6 +659,8 @@ return fundOperationFundsByTzfg("普通股票型",20200924T,0,2);
## `fundPrimaryMarketCode()`
声明:function
基金一级市场代码,与系统参数(证券代码代码)相关。有一级市场代则取一级市场代,否则返回基金代码。
返回:String
@@ -582,6 +676,8 @@ return fundPrimaryMarketCode();
## `fundSecondaryMarketCode()`
声明:function
基金二级市场代码,与系统参数(证券代码代码)相关。有二级市场代码则取二级市场代码,否则返回基金代码。
返回:String
@@ -597,6 +693,8 @@ return fundSecondaryMarketCode();
## `fundStyleName1()`
声明:function
返回指定指定基金一级风格名称,与系统参数(代码、时间)相关。
返回:String
@@ -613,6 +711,8 @@ return fundStyleName1();
## `fundStyleName2()`
声明:function
返回指定指定基金二级风格名称,与系统参数(代码、时间)相关。
返回:String
@@ -629,6 +729,8 @@ return fundStyleName2();
## `fundOperateFundsbyBkname(bk_name, end_t)`
声明:function
指定日指定板块中还在运作的基金
| 参数 | 类型 | 说明 |