> 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/getbondrepaymentschedule.md).

# GetBondRepaymentSchedule

### Function specification

```
GetBondRepaymentSchedule(issuer_codes)
```

###

### Parameters

| Parameter     | Type           | Description |
| ------------- | -------------- | ----------- |
| issuer\_codes | list of string | 채권 발행자 코드   |

###

### Examples

```
> GetBondRepaymentSchedule("00628")
...
issuer_code	date	count	sum
00628	2019-05-31	1	60,000,000,000
00628	2020-06-30	1	90,000,000,000
00628	2021-05-31	1	90,000,000,000
00628	2022-05-31	1	60,000,000,000
00628	2022-06-30	1	60,000,000,000
00628	2024-05-31	1	60,000,000,000
```
