From ec413057f80221befbfaf8dc7bb80132dac735a8 Mon Sep 17 00:00:00 2001 From: Alex Babel Date: Tue, 25 Aug 2026 21:02:02 +0200 Subject: [PATCH] community: add Skatt (Sweden) listing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Directory listing for wealthfolio-skatt — Swedish capital income tax per calendar year for ISK, depå and crypto accounts, with a K4 avsnitt A CSV export for Skatteverket. Includes the derived record from pnpm derive:community and the regenerated community/README.md. --- community/README.md | 1 + community/derived.json | 65 ++++++++++++++++++- .../wealthfolio-skatt/addon.store.json | 15 +++++ 3 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 community/directory/wealthfolio-skatt/addon.store.json diff --git a/community/README.md b/community/README.md index ecb205f..67b605d 100644 --- a/community/README.md +++ b/community/README.md @@ -19,6 +19,7 @@ Listing requirements and the publisher attestation are in | SimpleFin Sync | Bubbles840 | active | MIT | SDK 3.6+ | [Repo](https://github.com/Bubbles840/wealthfolio-simplefin-addon) | | Trade Republic Importer | blastik | active | MIT | SDK 3.6+ | [Repo](https://github.com/blastik/trade-republic-importer-addon) | | Value Averaging Addon | wujoe | pending | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/WuJoe826/Value-Averaging-Addon) | +| Skatt (Sweden) | AlexanderBabel | active | MIT | SDK 3.6+ | [Repo](https://github.com/AlexanderBabel/wealthfolio-skatt) | Licence and runtime are **derived** from each publisher's repository, not declared here — see [community/derived.json](derived.json), refreshed with diff --git a/community/derived.json b/community/derived.json index 2c84031..0594f51 100644 --- a/community/derived.json +++ b/community/derived.json @@ -1,5 +1,5 @@ { - "generatedAt": "2026-08-24T08:00:27.613Z", + "generatedAt": "2026-08-25T20:40:31.068Z", "addons": { "asset-and-cash-timeline": { "id": "asset-and-cash-timeline", @@ -516,6 +516,69 @@ ], "problems": [], "warnings": [] + }, + "wealthfolio-skatt": { + "id": "wealthfolio-skatt", + "runtimeId": "wealthfolio-skatt", + "repository": "https://github.com/AlexanderBabel/wealthfolio-skatt", + "defaultBranch": "main", + "commit": "f7bbdb6573891690026ba8eb4b0e3b4c7e0e3332", + "license": "MIT", + "lastPushedAt": "2026-08-25", + "manifest": { + "name": "Skatt (Sweden)", + "version": "1.2.0", + "sdkVersion": "3.6.2", + "minWealthfolioVersion": "3.6.2", + "permissions": [ + { + "category": "accounts", + "purpose": "List accounts so each one can be classified as ISK, depå or untaxed." + }, + { + "category": "portfolio", + "purpose": "Read the account value at each quarter start for the ISK kapitalunderlag, and current depå holdings to tell fund/ETF units apart from individual shares." + }, + { + "category": "activities", + "purpose": "Read deposits, trades, dividends and interest to compute the taxable amounts." + }, + { + "category": "currency", + "purpose": "Convert amounts in a currency the account itself does not use into SEK." + }, + { + "category": "quotes", + "purpose": "Read the daily exchange-rate history so a trade is converted at the rate on its own date, and each depå holding's own price history for the fund schablonintäkt." + }, + { + "category": "assets", + "purpose": "Tell fund and ETF holdings in a depå apart from individual shares, since only funds carry the 0.4 % schablonintäkt." + }, + { + "category": "events", + "purpose": "Know when a trade, edit or import changes the portfolio, so the cached figures refresh then instead of on a timer." + }, + { + "category": "files", + "purpose": "Save the K4 avsnitt A export as a CSV file where you choose." + } + ] + }, + "dataHandling": { + "userDataLeavesDevice": false, + "externalServices": [], + "basis": "It never asked for internet access, so Wealthfolio will not let it connect to anything." + }, + "compatibility": { + "state": "current", + "detail": "Built against SDK 3.6.2." + }, + "notices": [ + "not-tax-advice" + ], + "problems": [], + "warnings": [] } } } diff --git a/community/directory/wealthfolio-skatt/addon.store.json b/community/directory/wealthfolio-skatt/addon.store.json new file mode 100644 index 0000000..8603cdd --- /dev/null +++ b/community/directory/wealthfolio-skatt/addon.store.json @@ -0,0 +1,15 @@ +{ + "$schema": "../../../schemas/addon-store.schema.json", + "id": "wealthfolio-skatt", + "name": "Skatt (Sweden)", + "description": "Swedish capital income tax per calendar year for ISK, depå and crypto accounts. Computes the ISK and fund schablonintäkt, dividends, interest and crypto disposals, and exports K4 avsnitt A and D as CSV for Skatteverket.", + "author": { + "name": "AlexanderBabel", + "url": "https://github.com/AlexanderBabel" + }, + "trust": "community", + "status": "active", + "tags": ["tax", "sweden", "isk", "crypto", "export"], + "commercialModel": "free", + "repository": "https://github.com/AlexanderBabel/wealthfolio-skatt" +}