📦 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_FundFinancialAttribution`
## `ts_FundFinancialAttribution`
声明:class
@@ -8,7 +8,7 @@
<!-- tags: 收益分解 贡献分析 基金产品 基金持仓 财报分析 业绩归因 -->
### `attribution()`
### `Attribution()`
声明:function
@@ -18,7 +18,7 @@
可见性:`public`
### `getRDateSeries()`
### `GetRDateSeries()`
声明:function
@@ -30,7 +30,7 @@
返回:array
### `getAttributionReport(r_type)`
### `GetAttributionReport(r_type)`
声明:function
@@ -46,7 +46,7 @@
返回:array
### `getTotalProfitAttiDetail(out_field)`
### `GetTotalProfitAttiDetail(out_field)`
声明:function
@@ -62,7 +62,7 @@
返回:array
### `getSummaryReturnDetail(out_field)`
### `GetSummaryReturnDetail(out_field)`
声明:function
@@ -78,7 +78,7 @@
返回:array
### `getFundAvgNAV()`
### `GetFundAvgNAV()`
声明:function
@@ -90,7 +90,7 @@
返回:array
### `getBondAvgPercent()`
### `GetBondAvgPercent()`
声明:function
@@ -102,7 +102,7 @@
返回:array
### `fund_BondInterestIncome(r_date)`
### `Fund_BondInterestIncome(r_date)`
声明:function
@@ -128,7 +128,7 @@ RDate := 20220630;
return Fund_BondInterestIncome(RDate); //157687918.7
```
### `fund_BondPercentAvg(r_date)`
### `Fund_BondPercentAvg(r_date)`
声明:function
@@ -154,7 +154,7 @@ RDate := 20220630;
return Fund_BondPercentAvg(RDate); //124.15
```
### `fund_NetAssetValue(r_date)`
### `Fund_NetAssetValue(r_date)`
声明:function
@@ -180,7 +180,7 @@ RDate := 20220630;
return Fund_NetAssetValue(RDate); //8308966561.02
```
### `fund_NetAssetValueAvg(r_date, method)`
### `Fund_NetAssetValueAvg(r_date, method)`
声明:function