📦 deps(tsl): sync tsl-playbook from 5d73964d

Source-Commit: 5d73964db8
This commit is contained in:
ci[bot]
2026-08-14 17:15:41 +08:00
parent 5f4ca63966
commit 2f0d80da65
574 changed files with 47871 additions and 14463 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