📦 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,26 @@
# 金融 / 天软因子 / 基金 / 中间函数
## `getAllThemespools(end_t, details)`
声明:function
返回默认主题池:主题关键字及其对应的代表指数、成分股
<!-- tags: 金融 天软因子 基金 中间函数 返回 获取 -->
| 参数 | 类型 | 说明 |
| --------- | ------- | -------------------------------------- |
| `end_t` | date | 日期, 截止日 |
| `details` | db_data | 数据表类型, 返回参数,包含主题详情信息 |
返回:array
### 示例
范例01:调用 GetAllThemespools
```tsl
EndT := 20230919T;
return GetAllThemespools(EndT);
```