feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
@@ -1,6 +1,6 @@
# 组合优化 / 因子资产配置
## `TSFactorPortfolioOptimizer`
## `tsFactorPortfolioOptimizer`
声明:class
@@ -8,7 +8,7 @@
<!-- tags: 因子分析 因子指标 数学优化 约束求解 投资组合 资产组合 因子配置 组合优化 -->
### `fFiledDZ_AssetName`
### `FFiledDZ_AssetName`
声明:field
@@ -18,7 +18,7 @@
类型:array
### `fFiledDZ_FactorName`
### `FFiledDZ_FactorName`
声明:field
@@ -28,7 +28,7 @@
类型:array
### `fAsset_FaExp`
### `FAsset_FaExp`
声明:field
@@ -38,7 +38,7 @@
类型:array
### `fAsset_const`
### `FAsset_const`
声明:field
@@ -48,7 +48,7 @@
类型:array
### `fAsset_ret`
### `FAsset_ret`
声明:field
@@ -58,7 +58,7 @@
类型:array
### `fAsset_cov`
### `FAsset_cov`
声明:field
@@ -68,7 +68,7 @@
类型:array
### `fAsset_rets`
### `FAsset_rets`
声明:field
@@ -78,7 +78,7 @@
类型:array
### `fFaRet`
### `FFaRet`
声明:field
@@ -88,7 +88,7 @@
类型:array
### `fFaCov`
### `FFaCov`
声明:field
@@ -98,7 +98,7 @@
类型:array
### `fFaRets`
### `FFaRets`
声明:field
@@ -108,7 +108,7 @@
类型:array
### `fAsset_Idio_Ret`
### `FAsset_Idio_Ret`
声明:field
@@ -118,7 +118,7 @@
类型:array
### `fAsset_Idio_Var`
### `FAsset_Idio_Var`
声明:field
@@ -128,7 +128,7 @@
类型:array
### `fAsset_Idio_Rets`
### `FAsset_Idio_Rets`
声明:field
@@ -138,7 +138,7 @@
类型:array
### `fIfConst`
### `FIfConst`
声明:field
@@ -148,7 +148,7 @@
类型:bool
### `fRegressionType`
### `FRegressionType`
声明:field
@@ -158,7 +158,7 @@
类型:integer
### `ffaEXpConstr`
### `FfaEXpConstr`
声明:field
@@ -168,7 +168,7 @@
类型:array
### `fNonlinearConStr`
### `FNonlinearConStr`
声明:field
@@ -178,7 +178,7 @@
类型:array
### `fThresholdshowYearVlower`
### `FThresholdshowYearVlower`
声明:field
@@ -188,7 +188,7 @@
类型:real
### `fThresholdshowYearVupper`
### `FThresholdshowYearVupper`
声明:field
@@ -198,7 +198,7 @@
类型:real
### `portfolioOptimize()`
### `PortfolioOptimize()`
声明:function
@@ -210,7 +210,7 @@
返回:boolean
### `get_Asset_Rets()`
### `Get_Asset_Rets()`
声明:function
@@ -222,7 +222,7 @@
返回:array
### `get_Factor_Rets()`
### `Get_Factor_Rets()`
声明:function
@@ -234,7 +234,7 @@
返回:array
### `getFactorData()`
### `GetFactorData()`
声明:function
@@ -246,7 +246,7 @@
返回:array
### `getSpecificData()`
### `GetSpecificData()`
声明:function
@@ -258,7 +258,7 @@
返回:array
### `getFactorAndSpecificData()`
### `GetFactorAndSpecificData()`
声明:function
@@ -270,7 +270,7 @@
返回:array
### `getAssetRiskAttri(r_type)`
### `GetAssetRiskAttri(r_type)`
声明:function
@@ -286,7 +286,7 @@
返回:array
### `getMiddleData()`
### `GetMiddleData()`
声明:function