GetInterpolatedBondYields
지정한 종류의 채권들의 Interpolated 채권 수익률을 계산합니다.
Function specification
GetInterpolatedBondYields(maturities, code_type=0, codes=None,
date_from=None, date_to=None)
Parameters
Parameter
Type
Description
maturities
list of int
만기
code_type
int
COMPOSITE = 0 ISSUER = 1 CLASS = 2 INDUSTRY = 3
codes
string
채권 구분 코드값
date_from/date_to
date
계산 기간
Examples
> GetInterpolatedBondYields(maturities=[1,2], code_type=1, codes="14727", date_from=2019-05-01, date_to=2019-05-30)
Last updated
Was this helpful?