feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -0,0 +1,45 @@
# 组合优化 / 隐含资产收益
## `TSFactorPortfolioOptimizer_ImpliedAlpha`
声明:class
基于隐含资产收益的因子资产配置扩展
<!-- tags: 回报率 投资收益 因子分析 因子指标 超额收益 主动收益 数学优化 约束求解 -->
### `ffmpObjType`
声明:field
因子模拟组合优化目标 默认为 0,风险最小
可见性:`public`
类型:integer
### `ffmpRiskAversion`
声明:field
因子模拟组合风险厌恶系数
可见性:`public`
类型:real
### `getAssetImpliedReturn(rety)`
声明:function
获取资产隐含收益
<!-- tags: 查询 资产隐含收益 预期收益 因子模拟组合 -->
可见性:`public`
| 参数 | 类型 | 说明 |
| ------ | ------- | ------------------------------------------------------------------------ |
| `rety` | integer | 返回类型,0 表示仅返回资产预期收益;1 表示返回资产预期收益及中间计算结果 |
返回:array