✨ feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# 金融报表分析 / 04.基金 / 4.05分红
|
||||
|
||||
## `fund_profitDistribution()`
|
||||
|
||||
声明:function
|
||||
|
||||
返回指定基金的分红数据,与系统参数(证券代码)相关
|
||||
|
||||
返回:array
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:返回OF340001的分红数据
|
||||
|
||||
```tsl
|
||||
Setsysparam(pn_stock(), 'OF340001');
|
||||
|
||||
Return Fund_ProfitDistribution();
|
||||
// 输出:OF340001的分红数据
|
||||
```
|
||||
|
||||
## `tsWeb_fund_unitsAndHoldersDDShareSplit(fundid, begt, endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金-份额及持有人-分红送配-份额拆分-份额拆分
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------- |
|
||||
| `fundid` | string | 证券,基金代码 |
|
||||
| `begt` | datetime | 日期,开始日期 |
|
||||
| `endt` | datetime | 日期,截止日期 |
|
||||
|
||||
返回:array
|
||||
Reference in New Issue
Block a user