# 应用专题 / 债券研究 ## `convertBondBacktest01(begt, endt, ini_cash, index_id, zf_limit, feerate)` 声明:function 可转债区间回测结果 | 参数 | 类型 | 说明 | | ---------- | -------- | ----------- | | `begt` | datetime | 起始日 | | `endt` | datetime | 截止日 | | `ini_cash` | any | 初始资金 | | `index_id` | string | 基准指数 | | `zf_limit` | any | 涨幅阈值(%) | | `feerate` | any | 费率(%) | 返回:array ## `convertBondWinDataByEndt(endt, zf_limit, r_option)` 声明:function 指定日有套利空间的可转债数据信息,二维数组 | 参数 | 类型 | 说明 | | ---------- | -------- | ---------------------------------------------------- | | `endt` | datetime | 截止日 | | `zf_limit` | any | 涨幅阈值(%),筛选条件 | | `r_option` | any | 融资融券选项: 0:融资融券(缺省) 1:不考虑融资融券 | 返回:array ## `convertBondWinTradeDataByEndt(endt, ini_cash, zf_limit, fee_rate)` 声明:function 指定日可转债交易数据信息,二维数组 | 参数 | 类型 | 说明 | | ---------- | -------- | ----------- | | `endt` | datetime | 截止日 | | `ini_cash` | any | 初始资金 | | `zf_limit` | any | 涨幅阈值(%) | | `fee_rate` | any | 费率(%) | 返回:array