📦 deps(tsl): sync tsl-playbook from ecedf69b

Source-Commit: ecedf69b9c
This commit is contained in:
ci[bot]
2026-08-24 09:29:51 +08:00
parent 2f0d80da65
commit 2b74e1466d
664 changed files with 28934 additions and 37020 deletions
@@ -1,6 +1,6 @@
# 基金研究 / 行业配置
## `TS_IndustryAllocationOfFund`
## `ts_IndustryAllocationOfFund`
声明:class
@@ -8,7 +8,7 @@
<!-- tags: 基金产品 行业分类 板块 基金持仓 行业暴露 持仓估计 -->
### `fFundsArr`
### `FFundsArr`
声明:field
@@ -18,7 +18,7 @@
类型:array
### `frDate`
### `FrDate`
声明:field
@@ -28,7 +28,7 @@
类型:integer
### `fhyType`
### `FhyType`
声明:field
@@ -38,7 +38,7 @@
类型:integer
### `getFundAAStockMValue(fund_id, v_r_date)`
### `GetFundAAStockMValue(fund_id, v_r_date)`
声明:function
@@ -55,7 +55,7 @@
返回:real
### `getIndustryData(fund_id, v_r_date)`
### `GetIndustryData(fund_id, v_r_date)`
声明:function
@@ -72,7 +72,7 @@
返回:array
### `getStockData(fund_id, v_r_date)`
### `GetStockData(fund_id, v_r_date)`
声明:function
@@ -89,7 +89,7 @@
返回:array
### `top10Stocks(fund_id, v_r_date)`
### `Top10Stocks(fund_id, v_r_date)`
声明:function
@@ -106,7 +106,7 @@
返回:array
### `belongToIndustry(fund_id, v_r_date)`
### `BelongToIndustry(fund_id, v_r_date)`
声明:function
@@ -123,7 +123,7 @@
返回:array
### `notInTop10IndustryData(fund_id, v_r_date)`
### `NotInTop10IndustryData(fund_id, v_r_date)`
声明:function
@@ -140,7 +140,7 @@
返回:array
### `getAbkStocks(v_r_date)`
### `GetAbkStocks(v_r_date)`
声明:function
@@ -156,7 +156,7 @@
返回:array
### `getfunds()`
### `Getfunds()`
声明:function
@@ -168,7 +168,7 @@
返回:array
### `getStockNewIndustry(stocks, v_r_date, hy_type)`
### `GetStockNewIndustry(stocks, v_r_date, hy_type)`
声明:function
@@ -184,7 +184,7 @@
| `v_r_date` | datetime | 基金报告期,用于确定持仓或行业数据快照 |
| `hy_type` | integer | 行业分类标准选择项 |
### `getNewIndustry(stocks, fund_id, v_r_date)`
### `GetNewIndustry(stocks, fund_id, v_r_date)`
声明:function
@@ -202,7 +202,7 @@
返回:array
### `industryWeight(stocks, fund_id, v_r_date)`
### `IndustryWeight(stocks, fund_id, v_r_date)`
声明:function
@@ -220,7 +220,7 @@
返回:array
### `stocksSimulation(fund_id, v_r_date)`
### `StocksSimulation(fund_id, v_r_date)`
声明:function
@@ -237,7 +237,7 @@
返回:array
### `stocksHoldings(fund_id, v_r_date)`
### `StocksHoldings(fund_id, v_r_date)`
声明:function
@@ -254,7 +254,7 @@
返回:array
### `allocation()`
### `Allocation()`
声明:function
@@ -264,7 +264,7 @@ Allocation 为基金季报行业配置估计框架的总接口
可见性:`public`
### `industrySimulation()`
### `IndustrySimulation()`
声明:function
@@ -276,7 +276,7 @@ Allocation 为基金季报行业配置估计框架的总接口
返回:array
### `industryDetails()`
### `IndustryDetails()`
声明:function
@@ -288,7 +288,7 @@ Allocation 为基金季报行业配置估计框架的总接口
返回:array
### `stockDetails(fund_id)`
### `StockDetails(fund_id)`
声明:function
@@ -304,7 +304,7 @@ Allocation 为基金季报行业配置估计框架的总接口
返回:array
### `fund_GetIndustryAllocation(end_t, type)`
### `Fund_GetIndustryAllocation(end_t, type)`
声明:function