✨ feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 金融 / 债券 / 债券回购
|
||||
|
||||
## `getHgInterestDay(stock_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
债券回购占款天数计算
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ---------- | -------- | ---------------- |
|
||||
| `stock_id` | string | 字符串。回购代码 |
|
||||
| `end_t` | datetime | 日期。交易日期 |
|
||||
|
||||
返回:array
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用 GetHgInterestDay
|
||||
|
||||
```tsl
|
||||
return GetHgInterestDay('SZ131801', 20190429T);
|
||||
```
|
||||
Reference in New Issue
Block a user