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

Source-Commit: a71480a4ae
This commit is contained in:
ci[bot]
2026-08-12 08:38:08 +08:00
parent 683f83d17c
commit 670ba950a6
1496 changed files with 292667 additions and 220122 deletions
@@ -0,0 +1,38 @@
# 金融报表分析 / 04.基金 / 4.05分红
## `fund_profitDistribution()`
声明:function
返回指定基金的分红数据,与系统参数(证券代码)相关
<!-- tags: 金融报表分析 04. 基金 4.05 分红 返回 获取 金融 报表 报告期 -->
返回:array
### 示例
范例01:返回OF340001的分红数据
```tsl
Setsysparam(pn_stock(), 'OF340001');
Return Fund_ProfitDistribution();
// 输出:OF340001的分红数据
```
## `tsWeb_fund_unitsAndHoldersDDShareSplit(fundid, begt, endt)`
声明:function
返回基金-份额及持有人-分红送配-份额拆分-份额拆分
<!-- tags: 金融报表分析 04. 基金 4.05 分红 返回 获取 金融 报表 报告期 -->
| 参数 | 类型 | 说明 |
| -------- | -------- | ------------- |
| `fundid` | string | 证券,基金代码 |
| `begt` | datetime | 日期,开始日期 |
| `endt` | datetime | 日期,截止日期 |
返回:array