@15311494814
2018-05-02T09:04:50.000000Z
字数 33357
阅读 410
iquantex_cb
字段 | 名称 | 类型 | 说明 |
---|---|---|---|
uuid | primary key | varchar(36) | |
create_time | 创建时间 | varchar(20) | 数据的创建时间 |
sec_wd_code | 证券代码 | varchar(50) | |
sec_name | 证券简称 | varchar(50) | |
cb_name | 转债简称 | varchar(50) | |
cb_code | 转债代码 | varchar(20) | |
ustock_name | 正股简称 | varchar(50) | |
ustock_code | 正股代码 | varchar(20) | |
face_value | 面值 | decimal(9, 4) | 单位:元 |
term | 发行期限 | decimal(9, 4) | 单位:年 |
issue_price | 发行价格 | decimal(9, 4) | 单位:元 |
issue_amount | 发行总额 | decimal(9, 4) | 单位:亿元 |
start_date | 起息日期 | varchar(20) | |
maturity_date | 到期日期 | varchar(20) | |
ir_type | 利率类型 | varchar(10) | |
interest | 利率 | decimal(9, 4) | 单位: % |
frequency | 年付息次数 | int(3) | 单位:次 |
list_date | 上市日期 | varchar(20) | |
list_venue | 上市地点 | varchar(20) | |
issue_credit_rating | 发行信用等级 | varchar(10) |
[post] /cbBasicInfo
body :
{
"secWdCode": "110030.SH", //证券代码,必须
"secName": "格力转债",//证券简称,必须
"cbName": "格力转债",//转债简称,必须
"cbCode": "110030",//转债代码,必须
"ustockName": "格力地产",//正股简称,必须
"ustockCode": "600185.SH",//正股代码,必须
"faceValue": 100.0000,//面值(单位:元),必须
"term": 5,//发行期限(单位:年),必须
"issuePrice": 100,//发行价格(单位:元),必须
"issueAmount": 9.8,//发行总额(单位:元),必须
"startDate": "2018-01-01 12:00:01",//起息日期,必须
"maturityDate": "2019-01-01 12:00:01",//到期日期,必须
"irType": "累进利率",//利率类型,必须
"interest": 0.6,//利率[单位] %,必须
"frequency": 1,//年付息次数[单位] 次,必须
"listDate": "2018-01-01 12:00:01",//上市日期,必须
"listVenue": "上海",//上市地点,必须
"issueCreditRating": "AA"//发行信用等级,必须
}
result:
{
"statusCode": "000000",
"result": {
"uuid": "88d3c26d5fc54a7a86463b24a784821a",
"secWdCode": "110030.SH",
"secName": "格力转债",
"cbName": "格力转债",
"cbCode": "110030",
"ustockName": "格力地产",
"ustockCode": "600185.SH",
"faceValue": 100,
"term": 5,
"issuePrice": 100,
"issueAmount": 9.8,
"startDate": "2018-01-01 12:00:01",
"maturityDate": "2019-01-01 12:00:01",
"irType": "累进利率",
"interest": 0.6,
"frequency": 1,
"listDate": "2018-01-01 12:00:01",
"listVenue": "上海",
"issueCreditRating": "AA",
"createTime": "2018-04-23 15:06:02"
},
"error": ""
}
[put] /cbBasicInfo/{id}
body:
{
"secWdCode": "110030.SH", //证券代码,非必须
"secName": "格力转债",//证券简称,非必须
"cbName": "格力转债",//转债简称,非必须
"cbCode": "110030",//转债代码,非必须
"ustockName": "格力地产",//正股简称,非必须
"ustockCode": "600185.SH",//正股代码,非必须
"faceValue": 100.0000,//面值(单位:元),非必须
"term": 5,//发行期限(单位:年),非必须
"issuePrice": 100,//发行价格(单位:元),非必须
"issueAmount": 9.8,//发行总额(单位:元),非必须
"startDate": "2018-01-01 12:00:01",//起息日期,非必须
"maturityDate": "2019-01-01 12:00:01",//到期日期,非必须
"irType": "累进利率",//利率类型,非必须
"interest": 0.6,//利率[单位] %,非必须
"frequency": 1,//年付息次数[单位] 次,非必须
"listDate": "2018-01-01 12:00:01",//上市日期,非必须
"listVenue": "上海",//上市地点,非必须
"issueCreditRating": "AA"//发行信用等级,非必须
}
result:
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[get] /cbBasicInfo/{id}
result :
{
"statusCode": "000000",
"result": {},
"error": ""
}
[delete] /cbBasicInfo/{id}
result :
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[post] /cbBasicInfo/list
body :
{
"secWdCode":"格力" //equal to
"secName":{secName} //like
"cbName":{cbName} //like
"cbCode":{cbCode} //equal to
"ustockName":{ustockName} //like
"ustockCode":{ustockCode} //equal to
"startDateBegin":{startDateBegin}
"startDateEnd":{startDateEnd}
"maturityDateBegin":{maturityDateBegin} //equal to
"maturityDateEnd":{maturityDateEnd}
"irType":{irType} //equal to
"listVenue":{listVenue} //equal to
"issueCreditRating":{issueCreditRating} //equal to
"listDateBegin":{listDateBegin}
"listDateEnd":{listDateEnd}
}
result:
{
"statusCode": "000000",
"result": [
{
"uuid": "88d3c26d5fc54a7a86463b24a784821a",
"secWdCode": "110030.SH",
"secName": "格力转债",
"cbName": "格力转债",
"cbCode": "110030",
"ustockName": "格力地产",
"ustockCode": "600185.SH",
"faceValue": 100,
"term": 5,
"issuePrice": 100,
"issueAmount": 9.8,
"startDate": "2018-01-01 12:00:01",
"maturityDate": "2019-01-01 12:00:01",
"irType": "累进利率",
"interest": 0.6,
"frequency": 1,
"listDate": "2018-01-01 12:00:01",
"listVenue": "上海",
"issueCreditRating": "AA",
"createTime": "2018-04-23 15:06:02",
"startDateBegin": null,
"startDateEnd": null,
"maturityDateBegin": null,
"maturityDateEnd": null,
"listDateBegin": null,
"listDateEnd": null,
"startindex": null,
"pagesize": null
}
],
"error": ""
}
[post] /cbBasicInfo/list/limit
body :
{
"startIndex":"0",//分页索引下标,不填默认为0
"pageSize":"10",//每页显示条数,不填默认为10
"secWdCode":"格力"
"secName":{secName}
"cbName":{cbName}
"cbCode":{cbCode}
"ustockName":{ustockName}
"ustockCode":{ustockCode}
"startDateBegin":{startDateBegin}
"startDateEnd":{startDateEnd}
"maturityDateBegin":{maturityDateBegin}
"maturityDateEnd":{maturityDateEnd}
"irType":{irType}
"listVenue":{listVenue}
"issueCreditRating":{issueCreditRating}
"listDateBegin":{listDateBegin}
"listDateEnd":{listDateEnd}
}
result:
{
"statusCode": "000000",
"result": {
"data": [],
"startIndex": 0, //起始下标
"pageSize": 10,//每页显示条数
"totalCount": 1, //总条数
"currentPage": 1, //当前页
"pageCount": 1, //共多少页
"example": null //查询条件,response中无用
},
"error": ""
}
字段 | 名称 | 类型 | 说明 |
---|---|---|---|
uuid | primary key | varchar(36) | |
create_time | 创建时间 | varchar(20) | 数据的创建时间 |
sec_wd_code | 证券代码 | varchar(50) | |
sec_name | 证券简称 | varchar(50) | |
issuer | 发行人中文名称 | varchar(200) | |
issuer_eng | 发行人英文名称 | varchar(200) | |
industry_1_wd | 所属Wind行业 [行业级别] 一级行业 | varchar(20) | |
industry_2_wd | 所属Wind行业 [行业级别] 二级行业 | varchar(20) | |
industry_3_wd | 所属Wind行业 [行业级别] 三级行业 | varchar(20) | |
industry_4_wd | 所属Wind行业 [行业级别] 四级行业 | varchar(20) | |
guarantor | 担保人 | varchar(100) | |
guarant_type | 担保方式 | varchar(20) | |
guarant_term | 担保期限 | varchar(50) | |
guarant_range | 担保范围 | varchar(200) | |
counter_guarant | 反担保情况 | varchar(100) |
[post] /cbIssuerGuarantor
body :
{
"secWdCode": "110031.SH",//证券代码,必须
"secName": "航信转债",//证券简称,必须
"issuer": "航天信息股份有限公司",//发行人中文名称,必须
"issuerEng": "Aisino Corporation",//发行人英文名称
"industry1Wd": "信息技术",//所属Wind行业 [行业级别] 一级行业
"industry2Wd": "技术硬件与设备",//所属Wind行业 [行业级别] 二级行业
"industry3Wd": "电子设备、仪器和元件",//所属Wind行业 [行业级别] 三级行业
"industry4Wd": "电子设备和仪器",//所属Wind行业 [行业级别] 四级行业
"guarantor": "中国航天科工集团公司",//担保人
"guarantType": "不可撤销连带责任担保",//担保方式
"guarantTerm": "",//担保期限
"guarantRange": "航天科工集团承诺对本公司本次发行可转换公司债券的到期兑付提供全额、不可撤销的连带责任保证担保。",//担保范围
"counterGuarant": ""//反担保情况
}
result:
{
"statusCode": "000000",
"result": {
"uuid": "b6c4848eaa6348668ab9c158f261193a",
"secWdCode": "110031.SH",
"secName": "航信转债",
"issuer": "航天信息股份有限公司",
"issuerEng": "Aisino Corporation",
"industry1Wd": "信息技术",
"industry2Wd": "技术硬件与设备",
"industry3Wd": "电子设备、仪器和元件",
"industry4Wd": "电子设备和仪器",
"guarantor": "中国航天科工集团公司",
"guarantType": "不可撤销连带责任担保",
"guarantTerm": "",
"guarantRange": "航天科工集团承诺对本公司本次发行可转换公司债券的到期兑付提供全额、不可撤销的连带责任保证担保。",
"counterGuarant": "",
"createtime": "2018-04-25 15:02:16",
"pageSize": null,
"startIndex": null
},
"error": ""
}
[put] /cbIssuerGuarantor/{id}
body:
{
"secWdCode": "110031.SH",//证券代码,必须
"secName": "航信转债",//证券简称,必须
"issuer": "航天信息股份有限公司",//发行人中文名称,必须
"issuerEng": "Aisino Corporation",//发行人英文名称
"industry1Wd": "信息技术",//所属Wind行业 [行业级别] 一级行业
"industry2Wd": "技术硬件与设备",//所属Wind行业 [行业级别] 二级行业
"industry3Wd": "电子设备、仪器和元件",//所属Wind行业 [行业级别] 三级行业
"industry4Wd": "电子设备和仪器",//所属Wind行业 [行业级别] 四级行业
"guarantor": "中国航天科工集团公司",//担保人
"guarantType": "不可撤销连带责任担保",//担保方式
"guarantTerm": "",//担保期限
"guarantRange": "航天科工集团承诺对本公司本次发行可转换公司债券的到期兑付提供全额、不可撤销的连带责任保证担保。",//担保范围
"counterGuarant": ""//反担保情况
}
result:
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[get] /cbIssuerGuarantor/{id}
result :
{
"statusCode": "000000",
"result": {},
"error": ""
}
[delete] /cbIssuerGuarantor/{id}
result :
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[post] /cbIssuerGuarantor/list
body :
{
"secWdCode":"110031.SH", //equal to
"secName":"航信", //like
"issuer":"航天信息", //like
"issuerEng":"Aisino", //like
"industry1Wd":"信息技术", //equal to
"industry2Wd":"", //equal to
"industry3Wd":"",//equal to
"industry4Wd":""//equal to
}
result:
{
"statusCode": "000000",
"result": [
{
"uuid": "b7a383dc04a240f591dcc3f07c2d8544",
"secWdCode": "110031.SH",
"secName": "航信转债",
"issuer": "航天信息股份有限公司",
"issuerEng": "Aisino Corporation",
"industry1Wd": "信息技术",
"industry2Wd": "技术硬件与设备",
"industry3Wd": "电子设备、仪器和元件",
"industry4Wd": "电子设备和仪器",
"guarantor": "中国航天科工集团公司",
"guarantType": "不可撤销连带责任担保",
"guarantTerm": "",
"guarantRange": "航天科工集团承诺对本公司本次发行可转换公司债券的到期兑付提供全额、不可撤销的连带责任保证担保。",
"counterGuarant": "",
"createtime": "2018-04-25 15:23:19",
"pageSize": null,
"startIndex": null
}
],
"error": ""
}
[post] /cbIssuerGuarantor/list/limit
body :
{
"startIndex":"0",//分页索引下标,不填默认为0
"pageSize":"10",//每页显示条数,不填默认为10
"secWdCode":"110031.SH", //equal to
"secName":"航信", //like
"issuer":"航天信息", //like
"issuerEng":"Aisino", //like
"industry1Wd":"信息技术", //equal to
"industry2Wd":"", //equal to
"industry3Wd":"",//equal to
"industry4Wd":""//equal to
}
result:
{
"statusCode": "000000",
"result": {
"data": [],
"startIndex": 0, //起始下标
"pageSize": 10,//每页显示条数
"totalCount": 1, //总条数
"currentPage": 1, //当前页
"pageCount": 1, //共多少页
"example": null //查询条件,response中无用
},
"error": ""
}
字段 | 名称 | 类型 | 说明 |
---|---|---|---|
uuid | primary key | varchar(36) | |
create_time | 创建时间 | varchar(20) | 数据的创建时间 |
sec_wd_code | 证券代码 | varchar(50) | |
sec_name | 证券简称 | varchar(50) | |
is_chgwith_depo | 是否随存款利率调整 | char(4) | |
has_interest_compensate | 是否有利息补偿 | char(4) | |
compensate_rate | 补偿利率 [单位] % | decimal(9, 4) | |
compensate_txt | 补偿利率说明 | varchar(500) | |
coupon_txt | 票面利率说明 | varchar(500) | |
coupon_payment_txt | 付息说明 | varchar(1000) |
[post] /cbInterestClause
body :
{
"secWdCode": "110030.SH",
"secName": "格力转债",
"isChgwithDepo": "否",
"hasInterestCompensate": "是",
"compensateRate": 1.9800,
"compensateTxt": "本公司将以本次发行的可转债的票面面值的106%(含最后一期利息)的价格向投资者赎回全部未转股的可转债。",
"couponTxt": "本次发行的可转债票面利率:第一年为0.60%、第二年为0.80%、第三年为1.00%、第四年为1.50%、第五年为2.00%。",
"couponPaymentTxt": "①本次可转债采用每年付息一次的付息方式,计息起始日为可转债发行首日。可转债持有人所获利息收入的应付税项由可转债持有人负担"
}
result:
{
"statusCode": "000000",
"result": {
"uuid": "a933bc9d39b2403dad894d3c383e3d99",
"createTime": "2018-04-25 17:55:55",
"secWdCode": "110030.SH",
"secName": "格力转债",
"isChgwithDepo": "否",
"hasInterestCompensate": "是",
"compensateRate": 1.98,
"compensateTxt": "本公司将以本次发行的可转债的票面面值的106%(含最后一期利息)的价格向投资者赎回全部未转股的可转债。",
"couponTxt": "本次发行的可转债票面利率:第一年为0.60%、第二年为0.80%、第三年为1.00%、第四年为1.50%、第五年为2.00%。",
"couponPaymentTxt": "①本次可转债采用每年付息一次的付息方式,计息起始日为可转债发行首日。可转债持有人所获利息收入的应付税项由可转债持有人负担。",
"pageSize": null,
"startIndex": null
},
"error": ""
}
[put] /cbInterestClause/{id}
body:
{
"secWdCode": "110030.SH",
"secName": "格力转债",
"isChgwithDepo": "否",
"hasInterestCompensate": "是",
"compensateRate": 1.9800,
"compensateTxt": "本公司将以本次发行的可转债的票面面值的106%(含最后一期利息)的价格向投资者赎回全部未转股的可转债。",
"couponTxt": "本次发行的可转债票面利率:第一年为0.60%、第二年为0.80%、第三年为1.00%、第四年为1.50%、第五年为2.00%。",
"couponPaymentTxt": "①本次可转债采用每年付息一次的付息方式,计息起始日为可转债发行首日。可转债持有人所获利息收入的应付税项由可转债持有人负担"
}
result:
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[get] /cbInterestClause/{id}
result :
{
"statusCode": "000000",
"result": {},
"error": ""
}
[delete] /cbInterestClause/{id}
result :
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[post] /cbInterestClause/list
body :
{
"secWdCode": "110030.SH",//equal to
"secName": "格力转债", //like
"isChgwithDepo": "是",//equal to
"hasInterestCompensate": "是",//equal to
"compensateRate": 1.970//equal to
}
result:
{
"statusCode": "000000",
"result": [
{
"uuid": "a933bc9d39b2403dad894d3c383e3d99",
"createTime": "2018-04-25 17:55:55",
"secWdCode": "110030.SH",
"secName": "格力转债1",
"isChgwithDepo": "是",
"hasInterestCompensate": "是",
"compensateRate": 1.97,
"compensateTxt": "本公司将以本次发行的可转债的票面面值的106%(含最后一期利息)的价格向投资者赎回全部未转股的可转债。",
"couponTxt": "1本次发行的可转债票面利率:第一年为0.60%、第二年为0.80%、第三年为1.00%、第四年为1.50%、第五年为2.00%。",
"couponPaymentTxt": "本次可转债采用每年付息一次的付息方式,计息起始日为可转债发行首日。可转债持有人所获利息收入的应付税项由可转债持有人负担.",
"pageSize": null,
"startIndex": null
}
],
"error": ""
}
[post] /cbInterestClause/list/limit
body :
{
"startIndex":"0",//分页索引下标,不填默认为0
"pageSize":"10",//每页显示条数,不填默认为10
"secWdCode": "110030.SH",//equal to
"secName": "格力转债", //like
"isChgwithDepo": "是",//equal to
"hasInterestCompensate": "是",//equal to
"compensateRate": 1.970//equal to
}
result:
{
"statusCode": "000000",
"result": {
"data": [],
"startIndex": 0, //起始下标
"pageSize": 10,//每页显示条数
"totalCount": 1, //总条数
"currentPage": 1, //当前页
"pageCount": 1, //共多少页
"example": null //查询条件,response中无用
},
"error": ""
}
字段 | 名称 | 类型 | 说明 |
---|---|---|---|
uuid | primary key | varchar(36) | |
create_time | 创建时间 | varchar(20) | 数据的创建时间 |
sec_wd_code | 证券代码 | varchar(50) | |
sec_name | 证券简称 | varchar(50) | |
noconv_period | 相对转股期 [单位] 月 | char(4) | |
conv_start_date | 自愿转股起始日期 | varchar(20) | |
conv_end_date | 自愿转股终止日期 | varchar(20) | |
is_forced | 是否强制转股 | char(4) | 是、否 |
force_conv_date | 强制转股日 | varchar(20) | |
force_conv_price | 强制转股价格 [单位] 元 | decimal(9, 4) | |
conv_price | 转股价格[交易日期] 最新收盘日 [单位] 元 | decimal(9, 4) | |
conv_order_code | 转股代码 | varchar(50) | |
conv_proportion | 转换比例 [交易日期] 最新收盘日 [单位] % | decimal(9, 4) | |
outstanding_amount | 未转股余额 [交易日期] 最新收盘日 [单位] 元 | decimal(20, 4) | |
outstanding_proportion | 未转股比例 [交易日期] 最新收盘日 [单位] % | decimal(9, 4) | |
is_convprice_adj_by_divident | 转股价随派息调整 | char(4) | 是、否 |
conv_clause_txt | 转股条款 | varchar(1000) |
[post] /cbConvClause
body :
{
"secWdCode": "110032.SH", //证券代码 ,必填
"secName": "三一转债", //证券简称,必填
"noconvPeriod": "6", //相对转股期 [单位] 月
"convStartDate": "2018-01-01 00:00:00", //自愿转股起始日期
"convEndDate": "2019-01-01 00:00:00", //自愿转股终止日期
"isForced": "是", //是否强制转股
"forceConvDate": "2019-01-02 00:00:00", //强制转股日
"forceConvPrice": 1, //强制转股价格 [单位] 元
"convPrice": 7.43, //转股价格[交易日期] 最新收盘日 [单位] 元
"convOrderCode": "190032", //转股代码
"convProportion": 13.4590, //转换比例 [交易日期] 最新收盘日 [单位] %
"outstandingAmount": 1, //未转股余额 [交易日期] 最新收盘日 [单位] 元
"outstanding_proportion": 100, //未转股比例 [交易日期] 最新收盘日 [单位] %
"isConvpriceAdjByDivident": "是", //转股价随派息调整
"convClauseTxt": "在本次债券发行之后,当公司因派送股票股利、转增股本、增发新股或配股、派送现金股利等情况。" //转股条款
}
result:
{
"statusCode": "000000",
"result": {
"uuid": "1fdf3401a23d4c58ad4164bfe48a9e54",
"createTime": "2018-04-26 10:20:05",
"secWdCode": "110032.SH",
"secName": "三一转债",
"noconvPeriod": "6",
"convStartDate": "2018-01-01 00:00:00",
"convEndDate": "2019-01-01 00:00:00",
"isForced": "是",
"forceConvDate": "2019-01-02 00:00:00",
"forceConvPrice": null,
"convPrice": 7.43,
"convOrderCode": "190032",
"convProportion": 13.459,
"outstandingAmount": null,
"outstandingProportion": null,
"isConvpriceAdjByDivident": "是",
"convClauseTxt": "在本次债券发行之后,当公司因派送股票股利、转增股本、增发新股或配股、派送现金股利等情况。",
"pageSize": null,
"startIndex": null
},
"error": ""
}
[put] /cbConvClause/{id}
body:
{
"secWdCode": "110032.SH", //证券代码 ,必填
"secName": "三一转债", //证券简称,必填
"noconvPeriod": "6", //相对转股期 [单位] 月
"convStartDate": "2018-01-01 00:00:00", //自愿转股起始日期
"convEndDate": "2019-01-01 00:00:00", //自愿转股终止日期
"isForced": "是", //是否强制转股
"forceConvDate": "2019-01-02 00:00:00", //强制转股日
"forceConvPrice": 1, //强制转股价格 [单位] 元
"convPrice": 7.43, //转股价格[交易日期] 最新收盘日 [单位] 元
"convOrderCode": "190032", //转股代码
"convProportion": 13.4590, //转换比例 [交易日期] 最新收盘日 [单位] %
"outstandingAmount": 1, //未转股余额 [交易日期] 最新收盘日 [单位] 元
"outstanding_proportion": 100, //未转股比例 [交易日期] 最新收盘日 [单位] %
"isConvpriceAdjByDivident": "是", //转股价随派息调整
"convClauseTxt": "在本次债券发行之后,当公司因派送股票股利、转增股本、增发新股或配股、派送现金股利等情况。" //转股条款
}
result:
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[get] /cbConvClause/{id}
result :
{
"statusCode": "000000",
"result": {},
"error": ""
}
[delete] /cbConvClause/{id}
result :
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[post] /cbConvClause/list
body :
{
"secWdCode": "110032.SH", //equal to
"secName": "三一转债", //like
"convStartDateBegin":"",
"convStartDateEnd":"",
"convEndDateBegin":"",
"convEndDateEnd":"",
"isForced":"是", //equal to
"convOrderCode":"" //equal to
}
result:
{
"statusCode": "000000",
"result": [
{
"uuid": "1fdf3401a23d4c58ad4164bfe48a9e54",
"createTime": "2018-04-26 10:20:05",
"secWdCode": "110032.SH",
"secName": "三一转债1",
"noconvPeriod": "2",
"convStartDate": "2018-01-01 00:00:00",
"convEndDate": "2019-01-01 00:00:00",
"isForced": "是",
"forceConvDate": "2019-01-02 00:00:00",
"forceConvPrice": null,
"convPrice": 7.43,
"convOrderCode": "190032",
"convProportion": 13.459,
"outstandingAmount": 11,
"outstandingProportion": 200,
"isConvpriceAdjByDivident": "否",
"convClauseTxt": "在本次债券发行之后",
"pageSize": null,
"startIndex": null
},
{
"uuid": "3f79b95d559e4e76b87a2daddb5f36bc",
"createTime": "2018-04-26 10:18:57",
"secWdCode": "110032.SH",
"secName": "三一转债",
"noconvPeriod": "6",
"convStartDate": "2018-01-01 00:00:00",
"convEndDate": "2019-01-01 00:00:00",
"isForced": "是",
"forceConvDate": "2019-01-02 00:00:00",
"forceConvPrice": 1,
"convPrice": 7.43,
"convOrderCode": "190032",
"convProportion": 13.459,
"outstandingAmount": 1,
"outstandingProportion": null,
"isConvpriceAdjByDivident": "是",
"convClauseTxt": "在本次债券发行之后,。",
"pageSize": null,
"startIndex": null
}
],
"error": ""
}
[post] /cbConvClause/list/limit
body :
{
"startIndex":"0",//分页索引下标,不填默认为0
"pageSize":"10",//每页显示条数,不填默认为10
"secWdCode": "110032.SH", //equal to
"secName": "三一转债", //like
"convStartDateBegin":"",
"convStartDateEnd":"",
"convEndDateBegin":"",
"convEndDateEnd":"",
"isForced":"是", //equal to
"convOrderCode":"" //equal to
}
result:
{
"statusCode": "000000",
"result": {
"data": [],
"startIndex": 0, //起始下标
"pageSize": 10,//每页显示条数
"totalCount": 1, //总条数
"currentPage": 1, //当前页
"pageCount": 1, //共多少页
"example": null //查询条件,response中无用
},
"error": ""
}
字段 | 名称 | 类型 | 说明 |
---|---|---|---|
uuid | primary key | varchar(36) | |
create_time | 创建时间 | varchar(20) | 数据的创建时间 |
sec_wd_code | 证券代码 | varchar(50) | |
sec_name | 证券简称 | varchar(50) | |
reset_clause_txt | 特别向下修正条款全文 | varchar(500) | |
has_reset | 是否有特别向下修正条款 | char(4) | 是、否 |
reset_start_date | 特别修正起始时间 | varchar(20) | |
reset_end_date | 特别修正结束时间 | varchar(20) | |
reset_max_window | 重设触发计算最大时间区间 [单位] 天 | int(4) | |
reset_window | 重设触发计算时间区间 [单位] 天 | int(4) | |
reset_trig_ratio | 触发比例 [单位] % | decimal(9,4) | |
is_arithm_avg | 是否为算术平均价 | char(4) | 是、否 |
reset_pct | 特别修正幅度 [单位] % | decimal(9,4) | |
reset_floor_txt | 修正价格底线说明 | varchar(500) | |
reset_times_limit | 修正次数限制 | char(10) | |
reset_timingclause_txt | 时点修正条款全文 | varchar(1000) |
[post] /cbResetClause
body :
{
"secWdCode": "110041.SH", //证券代码,必须
"secName": "蒙电转债", //证券简称,必须
"resetClauseTxt": "在本次发行的可转换公司债券存续期间。", //特别向下修正条款全文
"hasReset": "是", //是否有特别向下修正条款
"resetStartDate": "2018-01-01 00:00:00", //特别修正起始时间
"resetEndDate": "2010-01-01 00:00:00", //特别修正结束时间
"resetMaxWindow": 30, //重设触发计算最大时间区间 [单位] 天
"resetWindow": 15, //重设触发计算时间区间 [单位] 天
"resetTrigRatio": 90, //触发比例 [单位] %
"isArithmAvg": "否", //是否为算术平均价
"resetPct": "", //特别修正幅度 [单位] %
"resetFloorTxt": "不低于股东大会前20个交易日股票交易均价和前1交易日的交易均价,不得低于最近1期每股净资产值和股票面值", //修正价格底线说明
"resetTimesLimit": "", //修正次数限制
"resetTimingclauseTxt": "" //时点修正条款全文
}
result:
{
"statusCode": "000000",
"result": {
"uuid": "45598b9d27f94745add606e03d1c239a",
"createTime": "2018-04-26 11:04:46",
"secWdCode": "110041.SH",
"resetClauseTxt": "在本次发行的可转换公司债券存续期间。",
"secName": "蒙电转债",
"hasReset": "是",
"resetStartDate": "2018-01-01 00:00:00",
"resetEndDate": "2010-01-01 00:00:00",
"resetMaxWindow": 30,
"resetWindow": 15,
"resetTrigRatio": 90,
"isArithmAvg": "否",
"resetPct": null,
"resetFloorTxt": "不低于股东大会前20个交易日股票交易均价和前1交易日的交易均价,不得低于最近1期每股净资产值和股票面值",
"resetTimesLimit": null,
"resetTimingclauseTxt": "",
"pageSize": null,
"startIndex": null
},
"error": ""
}
[put] /cbResetClause/{id}
body:
{
"secWdCode": "110041.SH",
"secName": "蒙电转债12",
"resetClauseTxt": "在本次发行的可转换公司债券存续期间。",
"hasReset": "是",
"resetStartDate": "2018-01-01 00:00:00",
"resetEndDate": "2010-01-01 00:00:00",
"resetMaxWindow": 30,
"resetWindow": 15,
"resetTrigRatio": 90,
"isArithmAvg": "否",
"resetPct": "",
"resetFloorTxt": "不低于股东大会前20个交易日股票交易均价和前1交易日的交易均价,不得低于最近1期每股净资产值和股票面值",
"resetTimesLimit": "3",
"resetTimingclauseTxt": ""
}
result:
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[get] /cbResetClause/{id}
result :
{
"statusCode": "000000",
"result": {},
"error": ""
}
[delete] /cbResetClause/{id}
result :
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[post] /cbResetClause/list
body :
{
"secWdCode": "110030.SH",//equal to
"secName": "格力转债", //like
"hasReset":"", //equal to
"isArithmAvg":"" //equal to
}
result:
{
"statusCode": "000000",
"result": [
{
"uuid": "45598b9d27f94745add606e03d1c239a",
"createTime": "2018-04-26 11:04:46",
"secWdCode": "110041.SH",
"resetClauseTxt": "在本次发行的可转换公司债券存续期间。",
"secName": "蒙电转债12",
"hasReset": "是",
"resetStartDate": "2018-01-01 00:00:00",
"resetEndDate": "2010-01-01 00:00:00",
"resetMaxWindow": 30,
"resetWindow": 15,
"resetTrigRatio": 90,
"isArithmAvg": "否",
"resetPct": null,
"resetFloorTxt": "不低于股东大会前20个交易日股票交易均价和前1交易日的交易均价,不得低于最近1期每股净资产值和股票面值",
"resetTimesLimit": 3,
"resetTimingclauseTxt": "",
"pageSize": null,
"startIndex": null
}
],
"error": ""
}
[post] /cbResetClause/list/limit
body :
{
"startIndex":"0",//分页索引下标,不填默认为0
"pageSize":"10",//每页显示条数,不填默认为10
"secWdCode": "110030.SH",//equal to
"secName": "格力转债", //like
"hasReset":"", //equal to
"isArithmAvg":"" //equal to
}
result:
{
"statusCode": "000000",
"result": {
"data": [],
"startIndex": 0, //起始下标
"pageSize": 10,//每页显示条数
"totalCount": 1, //总条数
"currentPage": 1, //当前页
"pageCount": 1, //共多少页
"example": null //查询条件,response中无用
},
"error": ""
}
字段 | 名称 | 类型 | 说明 |
---|---|---|---|
uuid | primary key | varchar(36) | |
create_time | 创建时间 | varchar(20) | 数据的创建时间 |
sec_wd_code | 证券代码 | varchar(50) | |
sec_name | 证券简称 | varchar(50) | |
nocall_period | 相对赎回期 [单位] 月 | char(4) | |
redemp_times_per_year | 每年可赎回次数 [单位] 次 | varchar(20) | |
cond_redemp_start_date | 条件赎回起始日期 | varchar(20) | |
cond_redemp_end_date | 条件赎回截止日期 | varchar(20) | |
redemp_trig_max_window | 赎回触发计算最大时间区间 [单位] 天 | int(4) | |
redemp_trig_window | 赎回触发计算时间区间 [单位] 天 | int(4) | |
redemp_trig_ratio | 赎回触发比例 [单位] % | decimal(9,4) | |
redemp_price | 赎回价格 | decimal(9, 4) | |
redemp_price_txt | 赎回价格说明 | varchar(500) | |
redemp_interest_calc | 利息处理 | varchar(20) | |
redemp_clause_txt | 赎回条款 | varchar(1000) | |
has_timing_redemp_clause | 是否有时点赎回条款 | char(4) | 是、否 |
num_timing_redemp | 时点赎回数 | decimal(9,4) | |
timing_redemp_clause_txt | 时点赎回条款全文 | varchar(1000) |
[post] /cbRedempClause
body :
{
"secWdCode": "110038.SH", //证券代码,必填
"secName": "济川转债", //证券简称,必填
"nocallPeriod": 6, //相对赎回期 [单位] 月
"redempTimesPerYear": "不限次数", //每年可赎回次数 [单位]
"condRedempStartDate": "2018-01-01 00:00:00", //条件赎回起始日期
"condRedempEndDate": "2010-01-01 00:00:00", //条件赎回截止日期
"redempTrigMaxWindow": 30, //赎回触发计算最大时间区间 [单位] 天
"redempTrigWindow": 15, //赎回触发计算时间区间 [单位] 天
"redempTrigRatio": 130, //赎回触发比例 [单位] %
"redempPrice": "", //赎回价格
"redempPriceTxt": "按照以债券面值加当期应计利息的价格赎回全部或部分转债", //赎回价格说明
"redempInterestCalc": "应计", //利息处理
"redempClauseTxt": "①到期赎回条款在本次发行的可转债期满后五日内,。", // 赎回条款
"hasTimingRedempClause": "否", //是否有时点赎回条款
"numTimingRedemp": "", //时点赎回数
"timingRedempClauseTxt": "" //时点赎回条款全文
}
result:
{
"statusCode": "000000",
"result": {
"uuid": "3ec547c6b94342158538f80b79a84dc8",
"createTime": "2018-04-26 14:03:39",
"secWdCode": "110038.SH",
"secName": "济川转债",
"nocallPeriod": "6",
"redempTimesPerYear": "不限次数",
"condRedempStartDate": "2018-01-01 00:00:00",
"condRedempEndDate": "2010-01-01 00:00:00",
"redempTrigMaxWindow": 30,
"redempTrigWindow": 15,
"redempTrigRatio": 130,
"redempPrice": null,
"redempPriceTxt": "按照以债券面值加当期应计利息的价格赎回全部或部分未转股的可转债",
"redempInterestCalc": "应计",
"redempClauseTxt": "①到期赎回条款在本次发行的可转债期满后五个交易日内。",
"hasTimingRedempClause": "否",
"numTimingRedemp": null,
"timingRedempClauseTxt": "",
"pageSize": null,
"startIndex": null
},
"error": ""
}
[put] /cbRedempClause/{id}
body:
{
"secWdCode": "110038.SH",
"secName": "济川转债",
"nocallPeriod": 6,
"redempTimesPerYear": "不限次数",
"condRedempStartDate": "2018-01-01 00:00:00",
"condRedempEndDate": "2010-01-01 00:00:00",
"redempTrigMaxWindow": 30,
"redempTrigWindow": 15,
"redempTrigRatio": 130,
"redempPrice": "",
"redempPriceTxt": "按照以债券面值加当期应计利息的价格赎回全部或部分未转股的可转债",
"redempInterestCalc": "应计",
"redempClauseTxt": "①到期赎回条款在本次发行的可转债期满后五个交易日内,。",
"hasTimingRedempClause": "否",
"numTimingRedemp": "",
"timingRedempClauseTxt": ""
}
result:
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[get] /cbRedempClause/{id}
result :
{
"statusCode": "000000",
"result": {},
"error": ""
}
[delete] /cbRedempClause/{id}
result :
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[post] /cbRedempClause/list
body :
{
"secWdCode": "110030.SH",//equal to
"secName": "格力转债", //like
"hasTimingRedempClause":""//equal to
}
result:
{
"statusCode": "000000",
"result": [
{
"uuid": "3ec547c6b94342158538f80b79a84dc8",
"createTime": "2018-04-26 14:03:39",
"secWdCode": "110038.SH",
"secName": "济川转债a",
"nocallPeriod": "6",
"redempTimesPerYear": "不限次数",
"condRedempStartDate": "2018-01-01 00:00:00",
"condRedempEndDate": "2010-01-01 00:00:00",
"redempTrigMaxWindow": 310,
"redempTrigWindow": 15,
"redempTrigRatio": 130,
"redempPrice": null,
"redempPriceTxt": "按照以债券面值加当期应计利息的价格赎回全部或部分未转股的可转债",
"redempInterestCalc": "应计",
"redempClauseTxt": "①到期赎回条款在本次发行的可转债期满后五个交易日内。",
"hasTimingRedempClause": "否",
"numTimingRedemp": null,
"timingRedempClauseTxt": "",
"pageSize": null,
"startIndex": null
}
],
"error": ""
}
[post] /cbRedempClause/list/limit
body :
{
"startIndex":"0",//分页索引下标,不填默认为0
"pageSize":"10",//每页显示条数,不填默认为10
"secWdCode": "110030.SH",//equal to
"secName": "格力转债", //like
"hasTimingRedempClause":""//equal to
}
result:
{
"statusCode": "000000",
"result": {
"data": [],
"startIndex": 0, //起始下标
"pageSize": 10,//每页显示条数
"totalCount": 1, //总条数
"currentPage": 1, //当前页
"pageCount": 1, //共多少页
"example": null //查询条件,response中无用
},
"error": ""
}
字段 | 名称 | 类型 | 说明 |
---|---|---|---|
uuid | primary key | varchar(36) | |
create_time | 创建时间 | varchar(20) | 数据的创建时间 |
sec_wd_code | 证券代码 | varchar(50) | |
sec_name | 证券简称 | varchar(50) | |
noput_period | 相对回售期 [单位] 月 | char(4) | |
cond_put_start_date | 条件回售起始日期 | varchar(20) | |
cond_put_end_date | 条件回售截止日期 | varchar(20) | |
put_trig_max_window | 回售触发计算最大时间区间 [单位] 天 | int(4) | |
put_trig_window | 回售触发计算时间区间 [单位] 天 | int(4) | |
put_trig_ratio | 回售触发比例 [单位] % | decimal(9,4) | |
put_price | 回售价格 | decimal(9,4) | |
put_price_txt | 回售价格说明 | varchar(200) | |
put_times_limit | 每年回售次数 [单位] 次 | int(4) | |
put_interest_calc | 利息处理 | varchar(20) | |
cond_put_clause_txt | 条件回售条款全文 | varchar(500) | |
uncond_put_period | 无条件回售期 | varchar(50) | |
uncond_put_start_date | 无条件回售起始日期 | varchar(20) | |
uncond_put_end_date | 无条件回售结束日期 | varchar(20) | |
uncond_put_price | 无条件回售价 [单位] 元 | decimal(9,4) | |
uncond_put_clause_txt | 无条件回售条款 | varchar(200) | |
timing_put_times | 时点回售数 | decimal(9,4) | |
timing_put_clause_txt | 时点回售条款全文 | varchar(500) | |
additional_put_price_txt | 附加回售价格说明 | varchar(500) | |
additional_put_trig_txt | 附加回售条件 | varchar(500) |
[post] /cbPutClause
body :
{
"secWdCode": "110030.SH", //证券代码,必填
"secName": "格力转债", //证券简称,必填
"noputPeriod": "24", //相对回售期 [单位] 月
"condPutStartDate": "2018-01-01 00:00:00", //条件回售起始日期
"condPutEndDate": "2010-01-01 00:00:00", //条件回售截止日期
"putTrigMaxWindow": 30, //回售触发计算最大时间区间 [单位] 天
"putTrigWindow": 30, //回售触发计算时间区间 [单位] 天
"putTrigRatio": 70, //回售触发比例 [单位] %
"putPrice": 103, //回售价格
"putPriceTxt": "按债券103元(含当期应计利息)的价格回售给公司", //回售价格说明
"putTimesLimit": 1, //每年回售次数 [单位] 次
"putInterestCalc": "应计", //利息处理
"condPutClauseTxt": "自本次可转债第三个计息年度起。", //条件回售条款全文
"uncondPutPeriod": "否", //无条件回售期
"uncondPutStartDate": "", //无条件回售起始日期
"uncondPutEndDate": "", //无条件回售结束日期
"uncondPutPrice": "", //无条件回售价 [单位] 元
"uncondPutClauseTxt": "", //无条件回售条款
"timingPutTimes": "", //时点回售数
"timingPutClauseTxt": "", //时点回售条款全文
"additionalPutPriceTxt": "可转债持有人有权将其持有的可转债全部或部分按103元(含当期应计利息)的价格回售给公司", //附加回售价格说明
"additionalPutTrigTxt": "根据中国证监会的相关规定被视作改变募集资金用途或被中国证监会认定为改变募集资金用途的,公司本次发行的可转债持有人享有一次回售的权利。" //附加回售条件
}
result:
{
"statusCode": "000000",
"result": {
"uuid": "3542a031a9194792832ac8569af142ff",
"createTime": "2018-04-26 15:35:30",
"secWdCode": "110030.SH",
"secName": "格力转债",
"noputPeriod": "24",
"condPutStartDate": "2018-01-01 00:00:00",
"condPutEndDate": "2010-01-01 00:00:00",
"putTrigMaxWindow": 30,
"putTrigWindow": 30,
"putTrigRatio": 70,
"putPrice": 103,
"putPriceTxt": "按债券103元(含当期应计利息)的价格回售给公司",
"putTimesLimit": 1,
"putInterestCalc": "应计",
"condPutClauseTxt": "自本次可转债第三个计息年度起。",
"uncondPutPeriod": "否",
"uncondPutStartDate": "",
"uncondPutEndDate": "",
"uncondPutPrice": null,
"uncondPutClauseTxt": "",
"timingPutTimes": null,
"timingPutClauseTxt": "",
"additionalPutPriceTxt": "可转债持有人有权将其持有的可转债全部或部分按103元(含当期应计利息)的价格回售给公司",
"additionalPutTrigTxt": "根据中国证监会的相关规定被视作改变募集资金用途或被中国证监会认定为改变募集资金用途的,公司本次发行的可转债持有人享有一次回售的权利。",
"pageSize": null,
"startIndex": null
},
"error": ""
}
[put] /cbPutClause/{id}
body:
{
"secWdCode": "110030.SH",
"secName": "格力转债",
"noputPeriod": 24,
"condPutStartDate": "2018-01-01 00:00:00",
"condPutEndDate": "2010-01-01 00:00:00",
"putTrigMaxWindow": 30,
"putTrigWindow": 30,
"putTrigRatio": 70,
"putPrice": 103,
"putPriceTxt": "按债券103元(含当期应计利息)的价格回售给公司",
"putTimesLimit": 1,
"putInterestCalc": "应计",
"condPutClauseTxt": "自本次可转债第三个计息年度起权。",
"uncondPutPeriod": "否",
"uncondPutStartDate": "aaaa",
"uncondPutEndDate": "",
"uncondPutPrice": "",
"uncondPutClauseTxt": "",
"timingPutTimes": "",
"timingPutClauseTxt": "",
"additionalPutPriceTxt": "可转债持有人有权将其持有的可转债全部或部分按103元(含当期应计利息)的价格回售给公司",
"additionalPutTrigTxt": "根据中国证监会的相关规定被视作改变募集资金用途或被中国证监会认定为改变募集资金用途的,公司本次发行的可转债持有人享有一次回售的权利。"
}
result:
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[get] /cbPutClause/{id}
result :
{
"statusCode": "000000",
"result": {},
"error": ""
}
[delete] /cbInterestClause/{id}
result :
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[post] /cbPutClause/list
body :
{
"secWdCode": "110030.SH",//equal to
"secName": "格力转债", //like
}
result:
{
"statusCode": "000000",
"result": [
{
"uuid": "3542a031a9194792832ac8569af142ff",
"createTime": "2018-04-26 15:35:30",
"secWdCode": "110030.SH",
"secName": "格力转债",
"noputPeriod": "24",
"condPutStartDate": "2018-01-01 00:00:00",
"condPutEndDate": "2010-01-01 00:00:00",
"putTrigMaxWindow": 30,
"putTrigWindow": 30,
"putTrigRatio": 70,
"putPrice": 103,
"putPriceTxt": "按债券103元(含当期应计利息)的价格回售给公司",
"putTimesLimit": 1,
"putInterestCalc": "应计",
"condPutClauseTxt": "自本次可转债第三个计息年度起。",
"uncondPutPeriod": "否",
"uncondPutStartDate": "aaaa",
"uncondPutEndDate": "",
"uncondPutPrice": null,
"uncondPutClauseTxt": "",
"timingPutTimes": null,
"timingPutClauseTxt": "",
"additionalPutPriceTxt": "可转债持有人有权将其持有的可转债全部或部分按103元(含当期应计利息)的价格回售给公司",
"additionalPutTrigTxt": "根据中国证监会的相关规定被视作改变募集资金用途或被中国证监会认定为改变募集资金用途的,公司本次发行的可转债持有人享有一次回售的权利。",
"pageSize": null,
"startIndex": null
}
],
"error": ""
}
[post] /cbPutClause/list/limit
body :
{
"startIndex":"0",//分页索引下标,不填默认为0
"pageSize":"10",//每页显示条数,不填默认为10
"secWdCode": "110030.SH",//equal to
"secName": "格力转债", //like
}
result:
{
"statusCode": "000000",
"result": {
"data": [],
"startIndex": 0, //起始下标
"pageSize": 10,//每页显示条数
"totalCount": 1, //总条数
"currentPage": 1, //当前页
"pageCount": 1, //共多少页
"example": null //查询条件,response中无用
},
"error": ""
}
字段 | 名称 | 类型 | 说明 |
---|---|---|---|
id | primary key | varchar(50) | |
innercode | 证券内部编码 | int(10) | |
infopubldate | 信息发布日期 | varchar(36) | |
infosource | 信息来源 | varchar(50) | |
enddate | 日期 | varchar(36) | |
issueamount | 可转债总额(元) | decimal(19,4) | |
totalamountconverted | 累计转股金额(元) | decimal(19,4) | |
totalvolconverted | 累计转股数量(股) | decimal(18,2) | |
remainingamount | 可转债剩余金额(元) | decimal(19,4) | |
currenttotalshares | 转股后总股本(股) | decimal(18,2) | |
convertprice | 转股价(元/股) | decimal(19,4) | |
amountthisperiod | 本次转股金额(元) | decimal(19,4) | |
volthisperiod | 本次转股数量(股) | decimal(18,2) | |
initialconvetprice | 初始转股价(元/股) | decimal(19,4) | |
accurealcp | 累计实际转股价(元/股) | decimal(19,4) | |
updatetime | 更新时间 | carchar(36) | |
jsid | jsid | decimal(19) | |
eventtype | 事件类型 | decimal | |
cprsum | 本次赎回/兑付/回售金额(元) | decimal(19,4) | |
totalcprsum | 累计赎回/兑付/回售金额(元) | decimal(19,4) | |
totalcbamountconverted | 累计转股张数(张) | decimal |
[post] /bondConbdconvertInfo
body :
{
"id": "540464764501",
"innercode": "67173",
"infopubldate": "2017-02-15 00:00:00",
"infosource": "转股情况公告0",
"enddate": "2017-02-14 00:00:00",
"issueamount": 1400000000.0000,
"totalamountconverted": 5276300.0000,
"totalvolconverted": 307043.00,
"remainingamount": 2494721700.0000,
"currenttotalshares": 1507476591.00,
"convertprice": 12.5600,
"amountthisperiod": 10000.0000,
"volthisperiod": 381.00,
"initialconvetprice": 12.8800,
"accurealcp": 12.5644,
"jsid": 540464764514,
"eventtype": "1",
"cprsum": "",
"totalcprsum": "",
"totalcbamountconverted": "52763"
}
result:
{
"statusCode": "000000",
"result": {
"id": "540464764501",
"innercode": 67173,
"infopubldate": "2017-02-15 00:00:00",
"infosource": "转股情况公告0",
"enddate": "2017-02-14 00:00:00",
"issueamount": 1400000000,
"totalamountconverted": 5276300,
"totalvolconverted": 307043,
"remainingamount": 2494721700,
"currenttotalshares": 1507476591,
"convertprice": 12.56,
"amountthisperiod": 10000,
"volthisperiod": 381,
"initialconvetprice": 12.88,
"accurealcp": 12.5644,
"updatetime": "2018-05-02 16:18:46",
"jsid": 540464764514,
"eventtype": 1,
"cprsum": null,
"totalcprsum": null,
"totalcbamountconverted": 52763,
"pageSize": null,
"startIndex": null
},
"error": ""
}
[put] /cbPutClause/{id}
body:
{
"innercode": "67173",
"infopubldate": "2017-02-15 00:00:00",
"infosource": "转股情况公告1",
"enddate": "2017-02-14 00:00:00",
"issueamount": 1400000000.0000,
"totalamountconverted": 5276300.0000,
"totalvolconverted": 307043.00,
"remainingamount": 2494721700.0000,
"currenttotalshares": 1507476591.00,
"convertprice": 12.5600,
"amountthisperiod": 10000.0000,
"volthisperiod": 381.00,
"initialconvetprice": 12.8800,
"accurealcp": 12.5644,
"jsid": 540464764514,
"eventtype": "1",
"cprsum": "",
"totalcprsum": "",
"totalcbamountconverted": "52763"
}
result:
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[get] /cbPutClause/{id}
result :
{
"statusCode": "000000",
"result": {},
"error": ""
}
[delete] /cbInterestClause/{id}
result :
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[post] /cbPutClause/list
body :
{
"innercode": "64454" //equal to
}
result:
{
"statusCode": "000000",
"result": [{}],
"error": ""
}
[post] /bondConbdconvertInfo/list/limit
body :
{
"startIndex":"0",//分页索引下标,不填默认为0
"pageSize":"10",//每页显示条数,不填默认为10
"innercode": "64454" //equal to
}
result:
{
"statusCode": "000000",
"result": {
"data": [],
"startIndex": 0, //起始下标
"pageSize": 10,//每页显示条数
"totalCount": 1, //总条数
"currentPage": 1, //当前页
"pageCount": 1, //共多少页
"example": null //查询条件,response中无用
},
"error": ""
}
字段 | 名称 | 类型 | 说明 |
---|---|---|---|
id | primary key | varchar(36) | |
innercode | 证券内部编码 | varchar(50) | |
bondcode | 债券代码 | varchar(50) | |
bondabnr | 可转债券简称 | varchar(50) | |
startdate | 起始日期 | varchar(36) | |
putlevel | 修正触发转股价比例 | decimal(19, 8) | |
putchangepro | 修正幅度 | decimal(19, 8) | |
putstartdate | 修正开始日期 | varchar(36) | |
puttype | 行使权力次数名称 | int(3) | |
puttypename | 行使权力次数名称 | varchar(50) | |
putconditionday | 修正条件天数 | int(10) | |
updatetime | 更新时间 | varchar(36) | |
jsid | jsid | varchar(50) | |
putenddate | 修正结束日期 | varchar(36) | |
putreachday | 修正条件满足天数 | int(10) |
[post] /bondConbdchangeInfo
body :
{
"id": "564047425362",
"innercode": "67173",
"bondcode": "128021",
"bondabnr": "18康02EB",
"startdate": "2017-02-14 00:00:00",
"putlevel": 0.85000000,
"putchangepro": "",
"putstartdate": "2017-11-10 00:00:00",
"puttype": 1,
"puttypename": "随时",
"putconditionday": 30,
"jsid": "563045448601",
"putenddate": "2020-11-05 00:00:00",
"putreachday": 15
}
result:
{
"statusCode": "000000",
"result": {
"id": "564047425362",
"innercode": "67173",
"bondcode": "128021",
"bondabnr": "18康02EB",
"startdate": "2017-02-14 00:00:00",
"putlevel": 0.85,
"putchangepro": null,
"putstartdate": "2017-11-10 00:00:00",
"puttype": 1,
"puttypename": "随时",
"putconditionday": 30,
"updatetime": "2018-05-02 16:59:09",
"jsid": "563045448601",
"putenddate": "2020-11-05 00:00:00",
"putreachday": 15,
"pageSize": null,
"startIndex": null
},
"error": ""
}
[put] /bondConbdchangeInfo/{id}
body:
{
"innercode": "67173",
"bondcode": "128021",
"bondabnr": "182康02EB",
"startdate": "2017-02-14 00:00:00",
"putlevel": 0.85000000,
"putchangepro": "",
"putstartdate": "2017-11-10 00:00:00",
"puttype": 1,
"puttypename": "随时",
"putconditionday": 30,
"jsid": "563045448601",
"putenddate": "2020-11-05 00:00:00",
"putreachday": 15
}
result:
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[get] /bondConbdchangeInfo/{id}
result :
{
"statusCode": "000000",
"result": {},
"error": ""
}
[delete] /bondConbdchangeInfo/{id}
result :
{
"statusCode": "000000",
"result": "ok",
"error": ""
}
[post] /bondConbdchangeInfo/list
body :
{
"innercode": "75609" //equal to
}
result:
{
"statusCode": "000000",
"result": [{}],
"error": ""
}
[post] /bondConbdchangeInfo/list/limit
body :
{
"startIndex":"0",//分页索引下标,不填默认为0
"pageSize":"10",//每页显示条数,不填默认为10
"innercode": "75609" //equal to
}
result:
{
"statusCode": "000000",
"result": {
"data": [],
"startIndex": 0, //起始下标
"pageSize": 10,//每页显示条数
"totalCount": 1, //总条数
"currentPage": 1, //当前页
"pageCount": 1, //共多少页
"example": null //查询条件,response中无用
},
"error": ""
}
id 数据不存在:
{
"statusCode": "102001",
"result": "",
"error": "this id data does not exist"
}
请求body不存在:
{
"timestamp": "2018-04-25T07:24:14.089+0000",
"status": 400,
"error": "Bad Request",
"message": "Required request body is missing: public com.iquantex.cb.utils.Results com.iquantex.cb.controller.CbIssuerGuarantorController.getList(com.iquantex.cb.entity.CbIssuerGuarantor)",
"path": "/iquantex_cb/cbIssuerGuarantor/list"
}