📦 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,20 @@
# 应用专题 / 基金研究 / 基金定投
## `vafv(r, g, nper, c, pv, types)`
声明:function
第 t次投资时,增长调整后的目标市值
<!-- tags: 基金 回测 -->
| 参数 | 类型 | 说明 |
| ------- | ------- | -------------------------------------- |
| `r` | any | 每期预期增长率 |
| `g` | any | 每期投资增长率 |
| `nper` | any | 第 t次投资 |
| `c` | any | 初始投资金额,默认为 1 |
| `pv` | any | 第 0次投资时资产净值,默认为 0 |
| `types` | boolean | 是否转为第 t次投资后预期的期末资产净值 |
返回:real