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,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