diff --git a/community/README.md b/community/README.md index 8ad69ad..ef55ab3 100644 --- a/community/README.md +++ b/community/README.md @@ -11,6 +11,7 @@ Listing requirements and the publisher attestation are in | Addon | Publisher | Status | Licence | Runtime | Repo | | --- | --- | --- | --- | --- | --- | | Asset Amount & Cash Timeline | bryanrvo1511 | pending | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/bryanrvo/Asset-amount-Cash-Timeline-add-on) | +| DeGiro Importer | shuisman | active | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/shuisman/degiro-importer) | | Dividends Importer | kwaich | pending | none | SDK 3.6+ | [Repo](https://github.com/kwaich/dividend-tracker) | | Wealthfolio Dividend Tracker | ragnarok896209 | pending | none | pre-3.6 — rebuild needed | [Repo](https://github.com/ragnarok-89/Wealthfolio-Dividend-Tracker) | | Lunch Money Addon | elson8012 | pending | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/elson/lunchmoney-addon) | diff --git a/community/derived.json b/community/derived.json index d88150a..5f2ba8b 100644 --- a/community/derived.json +++ b/community/derived.json @@ -1,5 +1,5 @@ { - "generatedAt": "2026-08-20T20:28:59.484Z", + "generatedAt": "2026-08-21T00:34:49.349Z", "addons": { "asset-and-cash-timeline": { "id": "asset-and-cash-timeline", @@ -54,6 +54,47 @@ "problems": [], "warnings": [] }, + "degiro-importer": { + "id": "degiro-importer", + "runtimeId": "degiro-importer", + "repository": "https://github.com/shuisman/degiro-importer", + "defaultBranch": "main", + "commit": "b6fa986a511352d9d14715425f85b197dd12efeb", + "license": "MIT", + "lastPushedAt": "2026-06-20", + "manifest": { + "name": "DeGiro Importer", + "version": "1.0.1", + "sdkVersion": "3.3.0", + "minWealthfolioVersion": null, + "permissions": [ + { + "category": "accounts", + "purpose": "Read accounts so the user can select the import destination" + }, + { + "category": "activities", + "purpose": "Import DeGiro activities and persist ISIN-to-ticker mappings between imports" + }, + { + "category": "market", + "purpose": "Resolve ISINs to exchange tickers during the symbol mapping step" + } + ] + }, + "dataHandling": { + "userDataLeavesDevice": null, + "externalServices": [], + "basis": "Built before the 3.6 sandbox, when addons could reach the network without declaring it, so the manifest cannot show where data goes." + }, + "compatibility": { + "state": "predates-sandbox", + "detail": "Built against SDK 3.3.0, before the 3.6 sandbox change. It may not work on current Wealthfolio." + }, + "notices": [], + "problems": [], + "warnings": [] + }, "dividend-tracker": { "id": "dividend-tracker", "runtimeId": "dividend-tracker", diff --git a/community/directory/degiro-importer/addon.store.json b/community/directory/degiro-importer/addon.store.json new file mode 100644 index 0000000..7dd3330 --- /dev/null +++ b/community/directory/degiro-importer/addon.store.json @@ -0,0 +1,19 @@ +{ + "$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", + "status": "active", + "tags": [ + "import", + "activities" + ], + "commercialModel": "free", + "repository": "https://github.com/shuisman/degiro-importer", + "supportUrl": "https://github.com/shuisman/degiro-importer/issues" +}