📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,352 @@
# 金融函数 - 指数 / 董监高持股变动
## 函数
### `indexDssoNetChangeValue(index_id, end_t, vtype, rtype)`
获得指数成份股指定日董监高及关联人净增持市值
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoReduceValue(index_id, end_t, vtype, rtype)`
获得指数成份股指定日董监高及关联人减持市值
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoIncreaseValue(index_id, end_t, vtype, rtype)`
获得指数成份股指定日董监高及关联人增持市值
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoIncreasePercent2(index_id, end_t, vtype, rtype)`
获得指数成份股指定日董监高及关联人增持占流通市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoReducePercent2(index_id, end_t, vtype, rtype)`
获得指数成份股指定日董监高及关联人减持占流通市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoNetChangePercent2(index_id, end_t, vtype, rtype)`
获得指数成份股指定日董监高及关联人净增持占流通市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoIncreasePercent(index_id, end_t, vtype, rtype)`
获得指数成份股指定日董监高及关联人增持占总市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoReducePercent(index_id, end_t, vtype, rtype)`
获得指数成份股指定日董监高及关联人减持占总市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoNetChangePercent(index_id, end_t, vtype, rtype)`
获得指数成份股指定日董监高及关联人净增持占总市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoIncreaseComNum(index_id, end_t, vtype, rtype)`
获得指数成份股指定日发生董监高及关联人增持的股票个数
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:any
### `indexDssoReduceComNum(index_id, end_t, vtype, rtype)`
获得指数成份股指定日发生董监高及关联人减持的股票个数
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:any
### `indexDssoNetChangeComNum(index_id, end_t, vtype, rtype)`
获得指数成份股指定日发生董监高及关联人净增持的股票个数
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:any
### `indexDssoIncreaseComList(index_id, end_t, vtype, rtype)`
获得指数成份股指定日发生董监高及关联人增持的股票列表
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:array
### `indexDssoReduceComList(index_id, end_t, vtype, rtype)`
获得指数成份股指定日发生董监高及关联人减持的股票列表
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:array
### `indexDssoNetChangeComList(index_id, end_t, vtype, rtype)`
获得指数成份股指定日发生董监高及关联人净增持的股票列表
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:array
### `indexDssoIncreaseValueQj(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人增持市值
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoNetChangeValueQj(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人净增持市值
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoIncreasePercentQj2(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人增持占流通市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoReducePercentQj2(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人减持占流通市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoReducePercentQj(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人减持占总市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoNetChangePercentQj(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人净增持占总市值(%)
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:float
### `indexDssoIncreaseComNumQj(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人增持的股票个数
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:any
### `indexDssoReduceComNumQj(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人减持的股票个数
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:any
### `indexDssoNetChangeComNumQj(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人净增持的股票个数
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:any
### `indexDssoIncreaseComListQj(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人增持的股票列表
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:array
### `indexDssoNetChangeComListQj(index_id, beg_t, end_t, vtype, rtype)`
获得指数成份股区间董监高及关联人净增持的股票列表
| 参数 | 类型 | 说明 |
| ---------- | -------- | --------------------------- |
| `index_id` | string | 指数,指数代码 |
| `beg_t` | datetime | 日期,开始日期 |
| `end_t` | datetime | 日期,截止日期 |
| `vtype` | any | 用户自定义,变动原因 |
| `rtype` | any | 用户自定义,与关联董监高关系 |
返回:array