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 "Lending" orders #31

Open dhojayev opened 3 months ago

dhojayev commented 3 months ago

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

Describe the solution you'd like It is still necessary to identify which fields to use and how to map them to the columns found in the CSV file.