企业债券违约
查询企业债券违约信息,返回字段包括:发生时间、债券简称、债券规模、还本方式、票面利率、到期日、债券名称、债券代码、债券类型、发行时间、余额、债券规模、发行期限、剩余期限、债券评级、主体评级、上市地点、债券违约列表、发生时间、公告标题、公告url
请求地址
/api/v1/enterprise/basic/bond-defaults
请求方法
POST
请求参数
名称类型是否必填描述
companyIdString中证企业ID
creditCodeString统一社会信用代码
regNoString注册号
orgCodeString组织机构代码
companyNameString公司名称
返回字段
债券违约
字段名类型说明
remainingVolNumber余额
periodstring发行期限
bondSNmstring债券简称
mrtyDtstring到期日.日期格式为yyyy-MM-dd
bondNmstring债券名称
bondRemainderstring剩余期限
bondCdstring债券代码
paymentTypestring还本方式
occurDtstring发生日期.日期格式为yyyy-MM-dd
couponRatestring票面利率
bondRatingstring债券评级
bondViolationListJsonArray公告列表
bondtypestring债券类型
compyRatingstring主体评级
issuePlacestring上市地点
issueDtstring发行时间.日期格式为yyyy-MM-dd
issueVolstring债券规模
返回字段
公告信息
字段名类型说明
noticeTitlestring公告
infoCdstring公告URL
noticeDtstring公告日期.日期格式为yyyy-MM-dd
返回示例
{
  "code": "CM10000",
  "errorMessage": null,
  "data": [
    {
      "remainingVol": 90000,
      "period": "7",
      "bondSNm": "16萧县债",
      "mrtyDt": "2023-06-22",
      "bondNm": "16萧县债",
      "bondRemainder": "4.682191780821918",
      "bondCd": "139136",
      "paymentType": "分期还本",
      "occurDt": "2017-04-26",
      "couponRate": "4.85",
      "bondRating": "AAA",
      "bondViolationList": [
        {
          "noticeTitle": "萧县建设投资有限责任公司关于不能按期披露2016年年度报告的风险提示公告",
          "infoCd": "http://www.sse.com.cn/disclosure/bond/announcement/corporate/c/2905414005079194.pdf",
          "noticeDt": "2017-04-26"
        }
      ],
      "bondType": "企业债",
      "compyRating": "AA",
      "issuePlace": "上海证券交易所",
      "issueDt": "2016-06-22",
      "issueVol": "9"
    },
    {
      "remainingVol": 90000,
      "period": "7",
      "bondSNm": "16萧县建投债",
      "mrtyDt": "2023-06-22",
      "bondNm": "16萧县建投债",
      "bondRemainder": "4.682191780821918",
      "bondCd": "1680261",
      "paymentType": "分期还本",
      "occurDt": "2017-04-26",
      "couponRate": "4.85",
      "bondRating": "AAA",
      "bondViolationList": [
        {
          "noticeTitle": "萧县建设投资有限责任公司关于不能按期披露2016年年度报告的风险提示公告",
          "infoCd": "http://www.sse.com.cn/disclosure/bond/announcement/corporate/c/2905414005079194.pdf",
          "noticeDt": "2017-04-26"
        }
      ],
      "bondType": "企业债",
      "compyRating": "AA",
      "issuePlace": "中国银行间市场",
      "issueDt": "2016-06-22",
      "issueVol": "9"
    }
  ],
  "success": true
}