feat(tsl-api-reference): update API catalog and data dictionary

This commit is contained in:
csh
2026-08-11 18:10:24 +08:00
parent 34a3a5dec1
commit 7bd965de89
1231 changed files with 64187 additions and 18822 deletions
@@ -4,7 +4,9 @@
声明:function
指定报告期基金资产净值(万),与当前证券相关
返回指定报告期基金资产净值(万),与当前证券相关
<!-- tags: 金融 基金 投资组合 份额变动 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------- | ------- | --------------- |
@@ -27,7 +29,9 @@ return fundssnetassetvalue(20191231);
声明:function
指定报告期基金总份额,与当前证券相关
返回指定报告期基金总份额,与当前证券相关
<!-- tags: 金融 基金 投资组合 份额变动 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------- | ---- | --------------- |
@@ -49,7 +53,9 @@ return FundSSNetAssetVolume(20191231);
声明:function
指定报告期基金净申购金额(万),与当前证券相关
返回指定报告期基金净申购金额(万),与当前证券相关
<!-- tags: 金融 基金 投资组合 份额变动 返回 获取 -->
| 参数 | 类型 | 说明 |
| --------- | ------- | --------------- |
@@ -73,7 +79,9 @@ return fundsspurchasevalue(20191231, 20181231);
声明:function
指定报告期基金净申购份额,与当前证券相关
返回指定报告期基金净申购份额,与当前证券相关
<!-- tags: 金融 基金 投资组合 份额变动 返回 获取 -->
| 参数 | 类型 | 说明 |
| --------- | ---- | --------------- |