✨ 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:
+287
@@ -0,0 +1,287 @@
|
||||
# 金融 / 股票 / 十大股东 / 名称
|
||||
|
||||
## `stockMSHName1(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第1大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName1(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName10(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第10大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName10(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName1To10(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
前10大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName1to10(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName1To3(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
前3大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName1to3(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName1To5(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
前5大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName1to5(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName2(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第2大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName2(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName3(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第3大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName3(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName4(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第4大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName4(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName5(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第5大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName5(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName6(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第6大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName6(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName7(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第7大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName7(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName8(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第8大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName8(20180331, 0);
|
||||
```
|
||||
|
||||
## `stockMSHName9(report_date, g_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
第9大股东名称,与当前股票pn_stock(),当前时间pn_date()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | -------- | -------------------------- |
|
||||
| `report_date` | datetime | 报告期类型,报告期; |
|
||||
| `g_type` | int | 用户自定义类型,股东类型; |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用函数
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHName9(20180331, 0);
|
||||
```
|
||||
Reference in New Issue
Block a user