From c3cc705ae2d3e08fe4ae52fdac528cb13e14d98b Mon Sep 17 00:00:00 2001 From: shuisman Date: Sat, 20 Jun 2026 14:07:30 +0200 Subject: [PATCH] feat(community): add DeGiro Importer as verified community addon Co-Authored-By: Claude Sonnet 4.6 --- community/README.md | 1 + .../verified/degiro-importer/addon.store.json | 38 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 community/verified/degiro-importer/addon.store.json diff --git a/community/README.md b/community/README.md index 08a1655..053a322 100644 --- a/community/README.md +++ b/community/README.md @@ -9,6 +9,7 @@ Community addons are author-maintained. Unverified directory entries are for dis | 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) | +| DeGiro Importer | shuisman | Import account statements from DeGiro broker. Supports buys, sells, dividends, deposits, withdrawals, fees and taxes. | community | verified | active | 1.0.1 | [Repo](https://github.com/shuisman/degiro-importer) | ## Pending diff --git a/community/verified/degiro-importer/addon.store.json b/community/verified/degiro-importer/addon.store.json new file mode 100644 index 0000000..7231200 --- /dev/null +++ b/community/verified/degiro-importer/addon.store.json @@ -0,0 +1,38 @@ +{ + "$schema": "../../../schemas/addon-store.schema.json", + "id": "degiro-importer", + "name": "DeGiro Importer", + "description": "Import account statements from DeGiro broker. Supports buys, sells, dividends, deposits, withdrawals, fees and taxes.", + "author": { + "name": "shuisman", + "url": "https://github.com/shuisman" + }, + "trust": "community", + "verification": "verified", + "status": "active", + "tags": ["import", "activities"], + "repository": "https://github.com/shuisman/degiro-importer", + "supportUrl": "https://github.com/shuisman/degiro-importer/issues", + "source": { + "repository": "https://github.com/shuisman/degiro-importer", + "tag": "v1.0.1", + "commit": "b6fa986a511352d9d14715425f85b197dd12efeb" + }, + "release": { + "version": "1.0.1", + "minWealthfolioVersion": "3.3.0", + "sdkVersion": "3.3.0", + "critical": false, + "breaking": false, + "notes": "Initial verified community release. Adds account name confirmation before clear-and-reimport, and passes ISIN field on asset-linked activities.", + "changelogUrl": "https://github.com/shuisman/degiro-importer/releases/tag/v1.0.1" + }, + "distribution": { + "r2Path": "degiro-importer/1.0.1/degiro-importer.zip", + "sha256": "0000000000000000000000000000000000000000000000000000000000000000" + }, + "media": { + "coverLight": "assets/cover-light.webp", + "coverDark": "assets/cover-dark.webp" + } +}