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
估价比率(估价比率=α系数/残差),也即为信息比率,与系统证券pn_stock()相关
计算估价比率(估价比率,公式为α系数/残差),也即为信息比率,与系统证券pn_stock()相关
<!-- tags: 金融 基金 基金评估 计算 求解 -->
| 参数 | 类型 | 说明 |
| ------------- | ------- | ------------ |
@@ -30,7 +32,9 @@ ReturnFundAppraisalRatio("SH000001", intToDate(20031010), intToDate(20121022), 0
声明:function
基金Calmar。与系统股票pn_stock()、当前时间pn_date()相关
返回基金Calmar。与系统股票pn_stock()、当前时间pn_date()相关
<!-- tags: 金融 基金 基金评估 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------------- | -------- | ------------------------------ |
@@ -56,6 +60,8 @@ Return FundCalmarRatio(20160101T, 20180903T, 0, cy_day());
返回Jense指数(与系统股票pn_stock()相关)
<!-- tags: 金融 基金 基金评估 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------------- | ------- | ----------------- |
| `index_id` | string | 指数代码 |
@@ -81,7 +87,9 @@ return fundJensenMeasure("SH000001", intToDate(20030314), intToDate(20121019), 1
声明:function
基金Omega比率。与系统股票pn_stock()、当前时间pn_date()相关
返回基金Omega比率。与系统股票pn_stock()、当前时间pn_date()相关
<!-- tags: 金融 基金 基金评估 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------------- | -------- | ------------------------------ |
@@ -108,7 +116,9 @@ Return FundOmega("SH000018", 20160101T, 20180903T, 0, cy_day());
声明:function
基金Rachev比率。与系统股票pn_stock()、当前时间pn_date()相关
返回基金Rachev比率。与系统股票pn_stock()、当前时间pn_date()相关
<!-- tags: 金融 基金 基金评估 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------------- | -------- | ------------------------------ |
@@ -135,6 +145,8 @@ Return FundRachev(20160101T, 20180903T, 3, 0, cy_day());
返回Sharp指数(与系统证券pn_stock()相关)
<!-- tags: 金融 基金 基金评估 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------------- | ------- | ----------------- |
| `beg_t` | date | 开始日期 |
@@ -159,7 +171,9 @@ ReturnFundSharpMeasure(intToDate(20030314), intToDate(20121019), 2, 0);
声明:function
基金索丁诺比率。与系统股票pn_stock()、当前时间pn_date()相关
返回基金索丁诺比率。与系统股票pn_stock()、当前时间pn_date()相关
<!-- tags: 金融 基金 基金评估 排序 sort 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------------- | --------- | ------------------------------ |
@@ -189,6 +203,8 @@ return fundSortinoRatio(20160101T, 20180903T, 3, 0, 1, cy_day());
返回Treynor指数(与系统股票pn_stock()相关)
<!-- tags: 金融 基金 基金评估 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------------- | ------- | ----------------- |
| `index_id` | string | 指数代码 |
@@ -214,7 +230,9 @@ return fundTreynorMeasure("SH000001", intToDate(20030314), intToDate(20121019),
声明:function
用户自定义指数的收益率序列,与系统周期pn_cycle()相关
返回用户自定义指数的收益率序列,与系统周期pn_cycle()相关
<!-- tags: 金融 基金 基金评估 返回 获取 -->
| 参数 | 类型 | 说明 |
| ----------- | ------- | --------------------- |
@@ -252,7 +270,9 @@ Return UserDefineIndex(
声明:function
无风险收益率(折算),与系统周期有关
返回无风险收益率(折算),与系统周期有关
<!-- tags: 金融 基金 基金评估 返回 获取 -->
| 参数 | 类型 | 说明 |
| ---- | ---- | ----------------- |