📦 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,24 @@
# 金融 / 债券 / 债券回购
## `getHgInterestDay(stock_id, end_t)`
声明:function
返回债券回购占款天数计算
<!-- tags: 金融 债券 债券回购 返回 获取 -->
| 参数 | 类型 | 说明 |
| ---------- | -------- | ---------------- |
| `stock_id` | string | 字符串。回购代码 |
| `end_t` | datetime | 日期。交易日期 |
返回:array
### 示例
范例01:调用 GetHgInterestDay
```tsl
return GetHgInterestDay('SZ131801', 20190429T);
```