feat(tsl-api-reference): update API catalog and data dictionary

This commit is contained in:
csh
2026-08-11 18:10:24 +08:00
parent 34a3a5dec1
commit 7bd965de89
1231 changed files with 64187 additions and 18822 deletions
@@ -4,7 +4,9 @@
声明:function
得到期权实时的买卖盘数据,选择当前未退市的期权代码
获取期权实时的买卖盘数据,选择当前未退市的期权代码
<!-- tags: 金融 期权 期权基本函数 获取 查询 -->
| 参数 | 类型 | 说明 |
| ----- | ----- | ------------------------------------------------------------------------------ |
@@ -32,6 +34,8 @@ return OP_GetBidAskData(ret);
计算剩余期限(月)
<!-- tags: 金融 期权 期权基本函数 计算 求解 -->
| 参数 | 类型 | 说明 |
| --------- | -------- | ------------- |
| `end_t` | datetime | Date 现在日期 |
@@ -51,7 +55,9 @@ return OP_GetDaysMaturity(20150208T, 20150228T); // 0.6575
声明:function
得到 指定日时刻的无风险利率
获取 指定日时刻的无风险利率
<!-- tags: 金融 期权 期权基本函数 获取 查询 -->
| 参数 | 类型 | 说明 |
| ----------- | -------- | ----------------------------------------------------------- |
@@ -72,7 +78,9 @@ return OP_GetRiskFreeRate(20150208T, 0); // 2.75
声明:function
当前期权所有标的序列
取当前期权所有标的序列
<!-- tags: 金融 期权 期权基本函数 获取 查询 -->
返回:array