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:
csh
2026-08-10 18:26:24 +08:00
parent 2938300acb
commit 9010829c6d
1186 changed files with 243901 additions and 219769 deletions
@@ -0,0 +1,173 @@
# 金融 / 债券 / 中间函数 / 常用计算天数
## `bondBeginDateNewestPayment(settlement_date)`
声明:function
当前计息年度的起始日,根据债券的起息日和结算日计算
| 参数 | 类型 | 说明 |
| ----------------- | ----------- | ------ |
| `settlement_date` | t_date_time | 结算日 |
返回:t_date_time
## `bondDaysBetweenDatedandMaturityDate()`
声明:function
零息债券起息日到到期日的实际天数
返回:integer
## `bondDaysBetweenDatedandSettlement(settlement_date)`
声明:function
零息债券起息日到结算日的实际天数
| 参数 | 类型 | 说明 |
| ----------------- | ----------- | ------ |
| `settlement_date` | t_date_time | 结算日 |
返回:integer
## `bondDaysBetweenPreviousCouponandNextCoupon(settlement_date)`
声明:function
上一个付息日与下一个付息日之间的天数
| 参数 | 类型 | 说明 |
| ----------------- | -------- | ------ |
| `settlement_date` | datetime | 结算日 |
返回:int
## `bondDaysBetweenPreviousCouponandSettlement(settlement_date)`
声明:function
计息天数,上一个付息日与结算日之间的天数
| 参数 | 类型 | 说明 |
| ----------------- | -------- | ------ |
| `settlement_date` | datetime | 结算日 |
返回:int
## `bondDaysBetweenSettlementandMaturity(settlement_date)`
声明:function
结算日至到期日的剩余天数
| 参数 | 类型 | 说明 |
| ----------------- | ----------- | ------ |
| `settlement_date` | t_date_time | 结算日 |
返回:integer
## `bondDaysBetweenSettlementandNextCoupon(settlement_date)`
声明:function
结算日至下一个付息日的计息天数
| 参数 | 类型 | 说明 |
| ----------------- | ----------- | ------ |
| `settlement_date` | t_date_time | 结算日 |
返回:integer
## `bondEndDateNewestPayment(settlement_date)`
声明:function
当前计息年度的截止日
| 参数 | 类型 | 说明 |
| ----------------- | -------- | ------ |
| `settlement_date` | datetime | 结算日 |
返回:datetime
## `bondNextCouponDate(settlement_date)`
声明:function
结算日对应的下一个付息日
| 参数 | 类型 | 说明 |
| ----------------- | ----------- | ------ |
| `settlement_date` | t_date_time | 结算日 |
返回:t_date_time
## `bondNumbersBetweenSettlementandMaturity(settlement_date)`
声明:function
剩余付息次数,结算日至到期日剩余付息次数
| 参数 | 类型 | 说明 |
| ----------------- | ----------- | ------ |
| `settlement_date` | t_date_time | 结算日 |
返回:real
## `bondPreviousCouponDate(settlement_date)`
声明:function
结算日对应的上一个付息日
| 参数 | 类型 | 说明 |
| ----------------- | ----------- | ------ |
| `settlement_date` | t_date_time | 结算日 |
返回:t_date_time
## `bondRemainDuration(settlement_date)`
声明:function
结算日至到期日的剩余期限(单位:年)
| 参数 | 类型 | 说明 |
| ----------------- | ----------- | ------ |
| `settlement_date` | t_date_time | 结算日 |
返回:real
## `bondYearsBetweenDatedandMaturity()`
声明:function
起息日到到期日的整年数
返回:integer
## `bondYearsBetweenDatedandSettlement(settlement_date)`
声明:function
到期一次还本付息债券起息日至结算日的整年数
| 参数 | 类型 | 说明 |
| ----------------- | -------- | ------ |
| `settlement_date` | datetime | 结算日 |
返回:int
## `bondYearsBetweenSettlementandMaturity(settlement_date)`
声明:function
结算日至到期日剩余整年数
| 参数 | 类型 | 说明 |
| ----------------- | ----------- | ------ |
| `settlement_date` | t_date_time | 结算日 |
返回:integer