dhojayev / traderepublic-portfolio-downloader

App that downloads transactions and PDF documents from Trade Republic depot
GNU General Public License v3.0
14 stars 0 forks source link

Add support for "Interest received" transactions #32

Closed dhojayev closed 1 month ago

dhojayev commented 3 months ago

Is your feature request related to a problem? Please describe. "Interest received" transactions are currently not supported because their data structure is different compared to other transaction types. Example raw has already been obtained and can be found here: https://github.com/dhojayev/traderepublic-portfolio-downloader/blob/522622172ebe6eb62b0cb8bb36ced83992714c13/tests/fakes/interest_payout_created_01.go

Describe the solution you'd like It is necessary to agree if we shall include the "Yield" amount, since TR provides 4% annual interest value, but the payouts are monthly, hence the actual yield is lower. Another option would be to calculate the yield ourselves.