📦 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,31 @@
# 金融 / 权证 / 创设
## `warrantCCirculation1(beg_t, end_t)`
声明:function
返回区间创设规模(万),与系统证券pn_stock()有关
<!-- tags: 金融 权证 创设 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------- | -------- | ------------ |
| `beg_t` | datetime | 日期,开始日 |
| `end_t` | datetime | 日期,截止日 |
返回:float
## `warrantCCirculation2(beg_t, end_t)`
声明:function
返回区间创设剩余规模(万),与系统证券pn_stock()有关
<!-- tags: 金融 权证 创设 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------- | -------- | ------------ |
| `beg_t` | datetime | 日期,开始日 |
| `end_t` | datetime | 日期,截止日 |
返回:float