diff --git a/skills/tsl-api-reference/references/codegen/dotnet/financial/financial_analysis-extended_fundamental_data.md b/skills/tsl-api-reference/references/codegen/dotnet/financial/financial_analysis-extended_fundamental_data.md index c985f802..f7fda786 100644 --- a/skills/tsl-api-reference/references/codegen/dotnet/financial/financial_analysis-extended_fundamental_data.md +++ b/skills/tsl-api-reference/references/codegen/dotnet/financial/financial_analysis-extended_fundamental_data.md @@ -476,9 +476,9 @@ return financialItemIn12Month_HK(r_date, 46002, 1); -| 参数 | 类型 | 说明 | -| -------- | ------- | ------------------------------------------------ | -| `r_date` | integer | 报告期。官网定义中的类型原文拼作 `Ingeter` | +| 参数 | 类型 | 说明 | +| -------- | ------- | -------------------------------------------------------------- | +| `r_date` | integer | 报告期。官网定义中的类型原文拼作 `Ingeter` | | `r_type` | integer | 可选。返回结果类型,默认 0。官网定义中的类型原文拼作 `Ingeter` | r_type 取值 @@ -528,10 +528,10 @@ return reportType_HK(r_date, -1); -| 参数 | 类型 | 说明 | -| ------------------- | ------ | ----------------------------------------- | -| `end_t` | date | 截止日期 | -| `original_value` | real | 按原币记账的数据值 | +| 参数 | 类型 | 说明 | +| ------------------- | ------ | ---------------------------------------- | +| `end_t` | date | 截止日期 | +| `original_value` | real | 按原币记账的数据值 | | `original_currency` | string | 原币币种,使用大写代码,如 HKD、CNY、USD | 返回:real diff --git a/skills/tsl-api-reference/references/codegen/dotnet/financial/financial_engineering-factor_research-performance_analysis-return_evaluation-intermediate-common_reports.md b/skills/tsl-api-reference/references/codegen/dotnet/financial/financial_engineering-factor_research-performance_analysis-return_evaluation-intermediate-common_reports.md index da99b939..f7a06b17 100644 --- a/skills/tsl-api-reference/references/codegen/dotnet/financial/financial_engineering-factor_research-performance_analysis-return_evaluation-intermediate-common_reports.md +++ b/skills/tsl-api-reference/references/codegen/dotnet/financial/financial_engineering-factor_research-performance_analysis-return_evaluation-intermediate-common_reports.md @@ -40,10 +40,10 @@ return fi_report_excessYields(rt_data, '沪深300', '中证500', '截止日', 1) -| 参数 | 类型 | 说明 | -| ------------ | ------- | ------------------------------ | -| `rt_data` | db_data | 收益率数据表 | -| `fname_date` | string | 日期字段名称,通常为“截止日” | +| 参数 | 类型 | 说明 | +| ------------ | ------- | ---------------------------- | +| `rt_data` | db_data | 收益率数据表 | +| `fname_date` | string | 日期字段名称,通常为“截止日” | 返回:array @@ -65,13 +65,13 @@ return fi_report_corrAnalysis(rt_data, fname_date); -| 参数 | 类型 | 说明 | -| -------------------- | ---------- | -------------------- | -| `rt_data` | db_data | 收益率数据表 | -| `fname_bm` | string | 基准字段名称 | -| `fname_date` | string | 日期字段名称 | -| `cycle` | cycle_list | 滚动周期;官网范例未传入,定义未说明默认值 | -| `factor_roll_n_year` | integer | 滚动年数;官网范例未传入,定义未说明默认值 | +| 参数 | 类型 | 说明 | +| -------------------- | ---------- | ------------------------------------------ | +| `rt_data` | db_data | 收益率数据表 | +| `fname_bm` | string | 基准字段名称 | +| `fname_date` | string | 日期字段名称 | +| `cycle` | cycle_list | 滚动周期;官网范例未传入,定义未说明默认值 | +| `factor_roll_n_year` | integer | 滚动年数;官网范例未传入,定义未说明默认值 | 返回:array @@ -119,13 +119,13 @@ return fi_report_periodReturn(rt_data, fname_date); -| 参数 | 类型 | 说明 | -| ------------- | ----------- | ---------------------------- | -| `rt_data` | db_data | 收益率数据表 | -| `fname_date` | string | 日期字段名称,通常为“截止日” | -| `qk_type` | user_define | 采样类型 | -| `cycle` | cycle_list | 采样周期 | -| `days_in_1_y` | integer | 年化系数;官网范例未传入,定义未说明默认值 | +| 参数 | 类型 | 说明 | +| ------------- | ----------- | ------------------------------------------ | +| `rt_data` | db_data | 收益率数据表 | +| `fname_date` | string | 日期字段名称,通常为“截止日” | +| `qk_type` | user_define | 采样类型 | +| `cycle` | cycle_list | 采样周期 | +| `days_in_1_y` | integer | 年化系数;官网范例未传入,定义未说明默认值 | qk_type 取值 @@ -155,8 +155,8 @@ return fi_report_returnAndRisk(rt_data, fname_date, qk_type, cycle); -| 参数 | 类型 | 说明 | -| ------------- | ------- | ------------ | +| 参数 | 类型 | 说明 | +| ------------- | ------- | ------------------------------------------ | | `rt_data` | db_data | 收益率数据表 | | `fname_bm` | string | 基准字段名称 | | `fname_date` | string | 日期字段名称 |