You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the bug
In my TR history there are a few events that don't seem to be picked up correctly by pytr yet and hence are missing in account_transactions.csv after dl_docs.
These are namely:
OUTGOING_TRANSFER (Probably an old name for outgoing bank transfer events)
benefits_spare_change_execution (Transactions for the Spare Change plan)
ssp_tax_correction_invoice: Tax corrections, e.g. after different trades with negative saldo occur on the same day.
To Reproduce
Steps to reproduce the behavior:
Run the command pytr dl_docs for an account that has either of the events mentioned above
According entries will be missing in account_transactions.csv
Expected behavior
Matching csv entries should be written.
Environment
OS: Windows
pytr version: 0.2.5
The text was updated successfully, but these errors were encountered:
Description of the bug
In my TR history there are a few events that don't seem to be picked up correctly by pytr yet and hence are missing in account_transactions.csv after dl_docs.
These are namely:
OUTGOING_TRANSFER (Probably an old name for outgoing bank transfer events)
benefits_spare_change_execution (Transactions for the Spare Change plan)
ssp_tax_correction_invoice: Tax corrections, e.g. after different trades with negative saldo occur on the same day.
To Reproduce
Steps to reproduce the behavior:
pytr dl_docs
for an account that has either of the events mentioned aboveExpected behavior
Matching csv entries should be written.
Environment
The text was updated successfully, but these errors were encountered: