Skip to content

Commit

Permalink
Merge pull request #21 from 3v1n0/types-fixes
Browse files Browse the repository at this point in the history
Improve transaction types
  • Loading branch information
mlaitinen committed May 7, 2024
2 parents 7a7bb39 + 260d0cc commit f6d33cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ofxstatement/plugins/revolut.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"CARD_PAYMENT": "POS",
"CARD_REFUND": "POS",
"TOPUP": "DEP",
"EXCHANGE": "OTHER",
# "???": "ATM", # TODO: What's Revolut's type for ATM transactions?
"EXCHANGE": "XFER",
"ATM": "ATM",
"FEE": "FEE",
}


Expand Down

0 comments on commit f6d33cd

Please sign in to comment.