✨ 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 @@
|
||||
|
||||
## `bondTermStructure(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日债券收益率曲线数据,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -20,6 +22,8 @@ return BondTermStructure(20170301T);
|
||||
|
||||
## `bondTermStructureOfForwardRate(end_t, remain_duration)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日指定期限的远期利率,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -39,6 +43,8 @@ return BondTermStructureOfForwardRate(20170301T,10);
|
||||
|
||||
## `BondTermStructureOfForwardRate_Curve(beg_t, end_t, remain_duration)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定剩余期限的远期利率曲线,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -51,6 +57,8 @@ return BondTermStructureOfForwardRate(20170301T,10);
|
||||
|
||||
## `BondTermStructureOfForwardRate_EndT(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日的远期利率的期限结构,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -61,6 +69,8 @@ return BondTermStructureOfForwardRate(20170301T,10);
|
||||
|
||||
## `BondTermStructureOfSpotInterestRate_EndT(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日的即期利率的期限结构,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -71,6 +81,8 @@ return BondTermStructureOfForwardRate(20170301T,10);
|
||||
|
||||
## `bondTermStructureOfYieldToMaturity(end_t, remain_duration)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日指定期限的到期收益率,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -90,6 +102,8 @@ return BondTermStructureOfYieldToMaturity(20170301T,10);
|
||||
|
||||
## `BondTermStructureOfYieldToMaturity_EndT(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日的到期收益率的期限结构,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -100,6 +114,8 @@ return BondTermStructureOfYieldToMaturity(20170301T,10);
|
||||
|
||||
## `getBondSylqkByTypeAndYears(begt, endt, ayear, p_bond_id)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间债券对应年期的到期收益率。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -113,6 +129,8 @@ return BondTermStructureOfYieldToMaturity(20170301T,10);
|
||||
|
||||
## `getBondTermStructure(_type, t, kyear_up, kyear_down, days)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日债券收益率曲线数据,与系统股票相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -138,6 +156,8 @@ return t;
|
||||
|
||||
## `getBondTermStructureByRemainDuration(_type, remain_duration)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日指定剩余期限债券收益率数据,与系统股票相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -149,6 +169,8 @@ return t;
|
||||
|
||||
## `bondTermStructureOfSpotInterestRate(end_t, remain_duration)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日指定期限的即期利率,与系统参数(证券代码)相关。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user