# 金融 / 期权 / 期权熔断机制 ## `optioncbisstop(endt)` 声明:function 指定日是否熔断 | 参数 | 类型 | 说明 | | ------ | ---- | -------- | | `endt` | date | 截止日期 | 返回:boolean ## `optioncbstopcount(endt)` 声明:function 取出该期权的所有熔断记录的表格,对比生效日与指定区间 | 参数 | 类型 | 说明 | | ------ | ---- | -------- | | `endt` | date | 截止日期 | 返回:integer ## `optioncbstopcountqj(begt, endt)` 声明:function 取出该期权的所有熔断记录的表格,对比生效日与指定区间 | 参数 | 类型 | 说明 | | ------ | ---- | ------ | | `begt` | date | 开始日 | | `endt` | date | 截止日 | 返回:int ## `optioncbsuspendtime(endt)` 声明:function 指定日熔断暂停交易时长,期权标的与系统参数相关 | 参数 | 类型 | 说明 | | ------ | ---- | -------- | | `endt` | date | 截止日期 | 返回:integer ## `optioncbzdthresh(endt)` 声明:function 指定日熔断涨跌幅阀值(%),期权标的与系统参数相关 | 参数 | 类型 | 说明 | | ------ | ---- | -------- | | `endt` | date | 截止日期 | 返回:real ## `optioncbzfaboveminiquotenum(endt)` 声明:function 指定日熔断涨跌幅达到或超过最小报价单位数,指定日由系统参数指定 | 参数 | 类型 | 说明 | | ------ | ----------- | -------- | | `endt` | t_date_time | 截止日期 | 返回:string