📝 docs(tsl): complete and lint codegen reference
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 债券 / 债券派息和利率
|
||||
|
||||
### `bondCashflow(begt, endt, option)`
|
||||
## `bondCashflow(begt, endt, option)`
|
||||
|
||||
债券在指定日或者时间区间对应的现金流数据。 备注: 债券未来现金流中调用时日期需+1,表示提取的未来现金流
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
#### 示例
|
||||
### 示例
|
||||
|
||||
```tsl
|
||||
债券SH010107在20170731T的现金流
|
||||
@@ -21,7 +21,7 @@ Setsysparam(pn_Stock(),”SH010107”);
|
||||
Return BondCashFlow(Endt);
|
||||
```
|
||||
|
||||
### `bondCashflowHistroy(beg_t, end_t, option)`
|
||||
## `bondCashflowHistroy(beg_t, end_t, option)`
|
||||
|
||||
指定区间的历史现金流
|
||||
|
||||
@@ -33,13 +33,13 @@ Return BondCashFlow(Endt);
|
||||
|
||||
返回:array
|
||||
|
||||
### `bondLastPeriodInterest()`
|
||||
## `bondLastPeriodInterest()`
|
||||
|
||||
最后一期利息(公布日相关)
|
||||
|
||||
返回:int
|
||||
|
||||
### `bondSumofInterest()`
|
||||
## `bondSumofInterest()`
|
||||
|
||||
债券到期支付的利息和
|
||||
|
||||
|
||||
Reference in New Issue
Block a user