Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
65 changes: 64 additions & 1 deletion community/derived.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": []
}
}
}
15 changes: 15 additions & 0 deletions community/directory/wealthfolio-skatt/addon.store.json
Original file line number Diff line number Diff line change
@@ -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"
}
Loading