✨ 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,22 @@
|
||||
# 金融 / 基金 / 投资组合
|
||||
|
||||
## `isFundDeclareIR(r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
报告期是否已公布投资组合,与系统参数(证券代码)相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | ------- | ------------ |
|
||||
| `r_date` | integer | 整数。报告期 |
|
||||
|
||||
返回:integer
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setSysParam(PN_Stock(), 'OF000001');
|
||||
return isFundDeclareIr(20221231);
|
||||
```
|
||||
Reference in New Issue
Block a user