✨ 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:
+22
@@ -0,0 +1,22 @@
|
||||
# 金融 / 基金 / 分级基金 / 报表
|
||||
|
||||
## `rpt_structuredFund(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
获取分级基金-母基金报表,与当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------- | -------- | ---------------- |
|
||||
| `end_t` | datetime | 日期类型,截止日 |
|
||||
|
||||
返回:array
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:返回2018年9月3日的分级基金-母基金报表
|
||||
|
||||
```tsl
|
||||
return RPT_StructuredFund(20180903T);
|
||||
// 输出:2018年9月3日的分级基金-母基金报表
|
||||
```
|
||||
Reference in New Issue
Block a user