✨ feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
# 金融 / 基金 / 基金净值 / 中间函数
|
||||
|
||||
## `calculateComplexRightQJ(nawarr, forefhcf, rateday)`
|
||||
|
||||
声明:function
|
||||
|
||||
复杂复权单位净值序列,与系统参数无关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ---------- | ----- | ------------------ |
|
||||
| `nawarr` | table | table,净值序列 |
|
||||
| `forefhcf` | table | table,分红送股情况 |
|
||||
| `rateday` | int | integer,复权基准日 |
|
||||
|
||||
返回:array
|
||||
|
||||
## `calculateRatioRightQJ(nawarr, forefhcf, rateday)`
|
||||
|
||||
声明:function
|
||||
|
||||
比例复权单位净值序列,与系统参数无关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ---------- | ------- | ------------------ |
|
||||
| `nawarr` | table | table,净值序列 |
|
||||
| `forefhcf` | table | table,分红送股情况 |
|
||||
| `rateday` | integer | integer,复权基准日 |
|
||||
|
||||
返回:array
|
||||
Reference in New Issue
Block a user