diff --git a/community/README.md b/community/README.md index 08a1655..b919502 100644 --- a/community/README.md +++ b/community/README.md @@ -6,6 +6,7 @@ Community addons are author-maintained. Unverified directory entries are for dis | --- | --- | --- | --- | --- | --- | --- | --- | | Asset Amount & Cash Timeline | bryanrvo1511 | Tracks cash balance and asset accumulation over time with transaction-level insights and holding timelines. | community | unverified | active | | [Repo](https://github.com/bryanrvo/Asset-amount-Cash-Timeline-add-on) | | Lunch Money Addon | elson8012 | Imports accounts and balances from Lunch Money into Wealthfolio with a one-click update. | community | unverified | active | | [Repo](https://github.com/elson/lunchmoney-addon) | +| Trade Republic Importer | blastik | Import Trade Republic CSV exports into Wealthfolio. Splits cash and portfolio activities across two accounts and handles internal fund transfers automatically. | community | unverified | active | | [Repo](https://github.com/blastik/trade-republic-importer-addon) | | Value Averaging Addon | wujoe | Runs a value averaging strategy with portfolio weights, top-up rules, growth schedules, and per-ticker investment amounts. | community | unverified | active | | [Repo](https://github.com/WuJoe826/Value-Averaging-Addon) | | Wealthfolio Dividend Tracker | ragnarok896209 | Dividend tracking by year, month, and security with stacked bar charts and per-account tables. | community | unverified | active | | [Repo](https://github.com/ragnarok-89/Wealthfolio-Dividend-Tracker) | | Wealthfolio Rebalancer | ibalboteo | Portfolio rebalancing addon for target allocations and long-term portfolio planning. | community | unverified | active | | [Repo](https://github.com/ibalboteo/wealthfolio-rebalancer) | diff --git a/community/directory/trade-republic-importer-addon/addon.store.json b/community/directory/trade-republic-importer-addon/addon.store.json new file mode 100644 index 0000000..a6e0a58 --- /dev/null +++ b/community/directory/trade-republic-importer-addon/addon.store.json @@ -0,0 +1,15 @@ +{ + "$schema": "../../../schemas/addon-store.schema.json", + "id": "trade-republic-importer-addon", + "name": "Trade Republic Importer", + "description": "Import Trade Republic CSV exports into Wealthfolio. Splits cash and portfolio activities across two accounts and handles internal fund transfers automatically.", + "author": { + "name": "blastik", + "url": "https://github.com/blastik" + }, + "trust": "community", + "verification": "unverified", + "status": "active", + "tags": ["import", "csv", "trade-republic"], + "repository": "https://github.com/blastik/trade-republic-importer-addon" +}