📦 deps(tsl): sync tsl-playbook from a71480a4

Source-Commit: a71480a4ae
This commit is contained in:
ci[bot]
2026-08-12 08:38:08 +08:00
parent 683f83d17c
commit 670ba950a6
1496 changed files with 292667 additions and 220122 deletions
@@ -0,0 +1,33 @@
# 金融 / 基金 / 基金净值 / 中间函数
## `calculateComplexRightQJ(nawarr, forefhcf, rateday)`
声明:function
返回复杂复权单位净值序列,与系统参数无关
<!-- tags: 金融 基金 基金净值 中间函数 返回 获取 -->
| 参数 | 类型 | 说明 |
| ---------- | ----- | ------------------ |
| `nawarr` | table | table,净值序列 |
| `forefhcf` | table | table,分红送股情况 |
| `rateday` | int | integer,复权基准日 |
返回:array
## `calculateRatioRightQJ(nawarr, forefhcf, rateday)`
声明:function
返回比例复权单位净值序列,与系统参数无关
<!-- tags: 金融 基金 基金净值 中间函数 返回 获取 -->
| 参数 | 类型 | 说明 |
| ---------- | ------- | ------------------ |
| `nawarr` | table | table,净值序列 |
| `forefhcf` | table | table,分红送股情况 |
| `rateday` | integer | integer,复权基准日 |
返回:array