Skip to content

[Feature] Календарь частичных погашений бондов с амортизацией #86

Open
neumond opened this issue Jul 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@neumond
Copy link

neumond commented Jul 6, 2022

Описание

Сейчас ни в приложении, ни в апи, нельзя получить наряду с календарём купонов календарь погашений.

Желаемое решение

Хочется примерно такую табличку:
https://bonds.finam.ru/issue/details01E4000002/default.asp

Например в вызове GetBondCoupons добавить поле погашение

Coupon(
figi='BBG00F5FK1W7',
coupon_date=datetime.datetime(2022, 10, 30, 0, 0, tzinfo=datetime.timezone.utc),
coupon_number=24, fix_date=datetime.datetime(2022, 10, 28, 0, 0, tzinfo=datetime.timezone.utc),
...
nominal_repayment=MoneyValue(currency='rub', units=300, nano=0),
)

Дополнительно

No response

@FerrusM
Copy link

FerrusM commented Aug 2, 2023

связанная тема #243

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants