Skip to content

Commit

Permalink
Update event.py (#112)
Browse files Browse the repository at this point in the history
My transactions had these additional event types, which were not exported.
  • Loading branch information
KarimShehata authored Sep 3, 2024
1 parent 8af2c10 commit 4aa7cbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytr/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"ssp_corporate_action_invoice_cash": "DIVIDENDS",
"TRADE_INVOICE": "TRADE_INVOICE",
"SAVINGS_PLAN_EXECUTED": "TRADE_INVOICE",
"SAVINGS_PLAN_INVOICE_CREATED": "TRADE_INVOICE",
"ORDER_EXECUTED": "TRADE_INVOICE",
"PAYMENT_INBOUND": "DEPOSIT",
"PAYMENT_INBOUND_SEPA_DIRECT_DEBIT": "DEPOSIT",
"PAYMENT_INBOUND_GOOGLE_PAY": "DEPOSIT",
"PAYMENT_OUTBOUND": "REMOVAL",
"INTEREST_PAYOUT_CREATED": "INTEREST",
"card_successful_transaction": "REMOVAL",
Expand Down

0 comments on commit 4aa7cbd

Please sign in to comment.