✨ 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 @@
|
||||
|
||||
## `bondCashflow(begt, endt, option)`
|
||||
|
||||
声明:function
|
||||
|
||||
债券在指定日或者时间区间对应的现金流数据。 备注: 债券未来现金流中调用时日期需+1,表示提取的未来现金流
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -23,6 +25,8 @@ Return BondCashFlow(Endt);
|
||||
|
||||
## `bondCashflowHistroy(beg_t, end_t, option)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定区间的历史现金流
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -35,12 +39,16 @@ Return BondCashFlow(Endt);
|
||||
|
||||
## `bondLastPeriodInterest()`
|
||||
|
||||
声明:function
|
||||
|
||||
最后一期利息(公布日相关)
|
||||
|
||||
返回:int
|
||||
|
||||
## `bondSumofInterest()`
|
||||
|
||||
声明:function
|
||||
|
||||
债券到期支付的利息和
|
||||
|
||||
返回:float
|
||||
|
||||
Reference in New Issue
Block a user