📝 docs(tsl): add generated codegen reference
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
# 金融函数 - 基金 / 基金管理人交易明细
|
||||
|
||||
## 函数
|
||||
|
||||
### `fundManagerTradeAmountLYear(r_date, t_type)`
|
||||
|
||||
获得指定报告期最近1年指定基金管理人交易金额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------------- |
|
||||
| `r_date` | datetime | 报告期,指定报告期 |
|
||||
| `t_type` | any | 用户自定义,交易方式 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeAmountReport(r_date, t_type)`
|
||||
|
||||
获得指定报告期指定基金管理人交易金额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------------- |
|
||||
| `r_date` | datetime | 报告期,指定报告期 |
|
||||
| `t_type` | any | 用户自定义,交易方式 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeAveragePriceReport(r_date, t_type)`
|
||||
|
||||
获得指定报告期指定基金管理人交易均价,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------------- |
|
||||
| `r_date` | datetime | 报告期,指定报告期 |
|
||||
| `t_type` | any | 用户自定义,交易方式 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesOfRateLYear(r_date, t_type)`
|
||||
|
||||
获得指定报告期最近1年指定基金管理人交易份额占基金总份额(%),系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------------- |
|
||||
| `r_date` | datetime | 报告期,指定报告期 |
|
||||
| `t_type` | any | 用户自定义,交易方式 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesOfRateReport(r_date, t_type)`
|
||||
|
||||
获得指定报告期指定基金管理人交易份额占基金总份额(%),系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------------- |
|
||||
| `r_date` | datetime | 报告期,指定报告期 |
|
||||
| `t_type` | any | 用户自定义,交易方式 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesLYear(r_date, t_type)`
|
||||
|
||||
获得指定报告期最近1年指定基金管理人交易份额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------------- |
|
||||
| `r_date` | datetime | 报告期,指定报告期 |
|
||||
| `t_type` | any | 用户自定义,交易方式 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesReport(r_date, t_type)`
|
||||
|
||||
获得指定报告期指定基金管理人交易份额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------------- |
|
||||
| `r_date` | datetime | 报告期,指定报告期 |
|
||||
| `t_type` | any | 用户自定义,交易方式 |
|
||||
|
||||
返回:float
|
||||
|
||||
### `fundManagerTradeSharesYear(r_date, t_type)`
|
||||
|
||||
获得指定报告期本年以来指定基金管理人交易份额,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| -------- | -------- | ------------------- |
|
||||
| `r_date` | datetime | 报告期,指定报告期 |
|
||||
| `t_type` | any | 用户自定义,交易方式 |
|
||||
|
||||
返回:float
|
||||
Reference in New Issue
Block a user