✨ feat(tsl-api-reference): index class and unit APIs
Migrate reference pages to declaration-line storage and rebuild the 13-column index. Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## `FundChangeInFairValueOfFinancialAsset_Bond_Rate(r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期指定基金债券投资收益占公允价值变动收益(%)=债券投资收益/abs(公允价值变动收益)\*100%,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -12,6 +14,8 @@
|
||||
|
||||
## `FundChangeInFairValueOfFinancialAsset_Rate(r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期指定基金交易性金融资产占公允价值变动收益(%)=交易性金融资产/abs(公允价值变动收益)\*100%,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -22,6 +26,8 @@
|
||||
|
||||
## `FundChangeInFairValueOfFinancialAsset_Stock_Rate(r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定报告期指定基金股票投资收益占公允价值变动收益(%)=股票投资收益/abs(公允价值变动收益)\*100%,系统参数:证券代码
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -32,6 +38,8 @@
|
||||
|
||||
## `fundPfAmount(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
获取基金的区间分红总额(万),与系统证券pn_stock()相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -52,6 +60,8 @@ return fundPfAmount (intToDate(20080201),intToDate(20100305));
|
||||
|
||||
## `fundPfAmount2()`
|
||||
|
||||
声明:function
|
||||
|
||||
基金上市以来分红总额(万),与系统证券pn_stock()和系统时间pn_date()相关。
|
||||
|
||||
返回:Real
|
||||
@@ -68,6 +78,8 @@ return fundPfAmount2();
|
||||
|
||||
## `fundPfAmountIi(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金区间分红(元/份),与系统证券pn_stock()相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -88,6 +100,8 @@ return fundPfAmountIi(intToDate(20050201),intToDate(20120305));
|
||||
|
||||
## `fundPfAmountIi2()`
|
||||
|
||||
声明:function
|
||||
|
||||
基金上市以来分红(元/份),与系统证券pn_stock()和系统时间pn_date()相关
|
||||
|
||||
返回:Real
|
||||
@@ -104,6 +118,8 @@ return fundPfAmountIi2 ();
|
||||
|
||||
## `fundPfInfo(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金区间分红情况,与系统证券pn_stock()相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -124,6 +140,8 @@ return fundPfInfo(intToDate(20050201),intToDate(20120305));
|
||||
|
||||
## `fundPfInfo2()`
|
||||
|
||||
声明:function
|
||||
|
||||
基金上市以来分红情况,与系统证券pn_stock()和系统时间pn_date()相关
|
||||
|
||||
返回:Array
|
||||
@@ -140,6 +158,8 @@ return fundPfInfo2();
|
||||
|
||||
## `fundPfPercent(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金区间分红(复合比例/份),与系统股票pn_stock()相关
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -160,6 +180,8 @@ return fundPfPercent(intToDate(20050201),intToDate(20120305));
|
||||
|
||||
## `fundCashAndBonusInfo(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金区间分红和拆分情况,与系统证券pn_stock()相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -180,6 +202,8 @@ return fundCashAndBonusInfo(intToDate(20050201),intToDate(20120305));
|
||||
|
||||
## `fundPfNumberIi(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金区间分红次数,与系统证券pn_stock()相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -200,6 +224,8 @@ return fundPfNumberIi(intToDate(20050201),intToDate(20120305));
|
||||
|
||||
## `fundDistributionInfo(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间扩募情况,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -219,6 +245,8 @@ return fundDistributionInfo(20010101T,20100101T);
|
||||
|
||||
## `fundChangeInFairValueData(fund_id, r_date, c_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
获取指定基金指定日交易性金融资产或衍生工具占公允价值变动收益的比值(%)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user