feat: add Trade Republic Importer addon#5
Open
blastik wants to merge 3 commits into
Open
Conversation
Community-contributed addon by blastik. Imports Trade Republic CSV exports into Wealthfolio with two-account model and transfer detection. Source: https://github.com/blastik/trade-republic-importer-addon v1.0.0 Claude-Session: https://claude.ai/code/session_01Qe6ZBdCPMLcZhuFGMsXsm7
- Account dropdowns filter by type (CASH / SECURITIES only) - Multi-currency: cash symbol and currency derived from account, not hardcoded EUR Claude-Session: https://claude.ai/code/session_019iQ6pzBhXjaTJPe6FbJB1m
Author
|
cc @afadil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Trade Republic Importer to the community/verified directory.
This addon imports Trade Republic CSV exports into Wealthfolio. It maps each transaction type to the correct Wealthfolio activity and splits activities across a cash account and a securities account, automatically generating the internal transfers needed to keep both balances consistent.
Supported transaction types: deposits, withdrawals, card transactions, interest, Saveback rewards, dividends (including foreign-currency with FX rate), buy/sell trades, broker transfers, and Stockperk gifts.
Repository: https://github.com/blastik/trade-republic-importer-addon
Release: https://github.com/blastik/trade-republic-importer-addon/releases/tag/v1.1.0
Changelog: https://github.com/blastik/trade-republic-importer-addon/blob/main/CHANGELOG.md