> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/company/bond/getbondissuersummaryinfo.md).

# GetBondIssuerSummaryInfo

### Function specification

```
GetBondIssuerSummaryInfo(composite_codes)
```

###

### Parameters

| Parameter        | Type   | Description                                   |
| ---------------- | ------ | --------------------------------------------- |
| composite\_codes | string | 채권의 class code 와 issuer code 를 : 로 조합하여 만든 코드 |

###

### Examples

```
> GetBondIssuerSummaryInfo("7040113:00628")
...
class_code	issuer_code	issuer_name	count	avg_ytm	avg_maturity	total_issue_size
7040113	00628	녹십자	5	1.62	1.86	360,000,000,000


```
