📦 deps(tsl): sync tsl-playbook from 5d73964d

Source-Commit: 5d73964db8
This commit is contained in:
ci[bot]
2026-08-14 17:15:41 +08:00
parent 5f4ca63966
commit 2f0d80da65
574 changed files with 47871 additions and 14463 deletions
@@ -0,0 +1,35 @@
# 第三方交互
## `getStockSCov(index_id, end_t, cycle, n)`
声明:function
获取天软与Matlab交互时间效率探索所需的数据或计算结果
<!-- tags: 查询 协方差矩阵 风险矩阵 证券 个股 时间处理 日期时间 MATLAB -->
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------------------------------ |
| `index_id` | string | 目标证券、指数、基金或对象的代码标识 |
| `end_t` | datetime | 计算或查询区间的结束日期 |
| `cycle` | string | 计算或行情数据使用的周期 |
| `n` | integer | 计算使用的期数、样本数或窗口长度 |
返回:any
## `getStockSLnZf(index_id, end_t, cycle, n)`
声明:function
获取天软与Matlab交互时间效率探索所需的数据或计算结果
<!-- tags: 查询 证券 个股 时间处理 日期时间 MATLAB -->
| 参数 | 类型 | 说明 |
| ---------- | -------- | ------------------------------------ |
| `index_id` | string | 目标证券、指数、基金或对象的代码标识 |
| `end_t` | datetime | 计算或查询区间的结束日期 |
| `cycle` | string | 计算或行情数据使用的周期 |
| `n` | integer | 计算使用的期数、样本数或窗口长度 |
返回:any