Skip to content
Merged
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 @@ -14,6 +14,7 @@ Listing requirements and the publisher attestation are in
| 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) |
| MyInvestor Importer | blastik | active | MIT | SDK 3.6+ | [Repo](https://github.com/blastik/myinvestor-importer-addon) |
| Wealthfolio Rebalancer | ibalboteo | pending | none | SDK 3.6+ | [Repo](https://github.com/ibalboteo/wealthfolio-rebalancer) |
| SimpleFin Sync | Bubbles840 | active | MIT | SDK 3.6+ | [Repo](https://github.com/Bubbles840/wealthfolio-simplefin-addon) |
| Value Averaging Addon | wujoe | pending | MIT | pre-3.6 — rebuild needed | [Repo](https://github.com/WuJoe826/Value-Averaging-Addon) |
Expand Down
72 changes: 68 additions & 4 deletions community/derived.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generatedAt": "2026-08-20T21:35:06.725Z",
"generatedAt": "2026-08-21T17:36:00.942Z",
"addons": {
"asset-and-cash-timeline": {
"id": "asset-and-cash-timeline",
Expand Down Expand Up @@ -217,6 +217,70 @@
"problems": [],
"warnings": []
},
"myinvestor-importer-addon": {
"id": "myinvestor-importer-addon",
"runtimeId": "myinvestor-importer",
"repository": "https://github.com/blastik/myinvestor-importer-addon",
"defaultBranch": "main",
"commit": "0cfd17fe4e356458a90f2cad52344e56444cca38",
"license": "MIT",
"lastPushedAt": "2026-08-21",
"manifest": {
"name": "MyInvestor Importer",
"version": "1.0.1",
"sdkVersion": "3.6.1",
"minWealthfolioVersion": "3.6.0",
"permissions": [
{
"category": "accounts",
"purpose": "List accounts so the user can select their MyInvestor account"
},
{
"category": "activities",
"purpose": "Validate and import activities parsed from the MyInvestor exports; read existing account activities to avoid double-recording money already imported as a cross-account transfer by another addon"
},
{
"category": "assets",
"purpose": "Create new asset entries for unrecognised funds during import"
},
{
"category": "secrets",
"purpose": "Persist addon configuration (account selection, security mappings) across sessions"
},
{
"category": "ui",
"purpose": "Add importer navigation item to sidebar and register addon routes"
},
{
"category": "query",
"purpose": "Refresh host application data after import"
},
{
"category": "portfolio",
"purpose": "Trigger portfolio recalculation after import"
},
{
"category": "market-data",
"purpose": "Search for securities when mapping unrecognised funds"
}
]
},
"dataHandling": {
"userDataLeavesDevice": false,
"externalServices": [],
"basis": "The addon does not request the network permission, so the Wealthfolio runtime blocks all outbound requests."
},
"compatibility": {
"state": "current",
"detail": "Built against SDK 3.6.1."
},
"notices": [],
"problems": [],
"warnings": [
"declares the secrets permission but not network, so any service it stores credentials for is unreachable",
"manifest id \"myinvestor-importer\" differs from the listing id \"myinvestor-importer-addon\""
]
},
"rebalancer": {
"id": "rebalancer",
"runtimeId": "rebalancer",
Expand Down Expand Up @@ -275,12 +339,12 @@
"runtimeId": "simplefin-sync",
"repository": "https://github.com/Bubbles840/wealthfolio-simplefin-addon",
"defaultBranch": "main",
"commit": "85fa393a4960e66f49e8a4cb36cf87f0fd008b4a",
"commit": "9d4277a283df6be6d057511e6c231baf74c5f54d",
"license": "MIT",
"lastPushedAt": "2026-08-16",
"lastPushedAt": "2026-08-21",
"manifest": {
"name": "SimpleFin Sync",
"version": "1.15.2",
"version": "1.17.1",
"sdkVersion": "3.6.2",
"minWealthfolioVersion": "3.6.2",
"permissions": [
Expand Down
15 changes: 15 additions & 0 deletions community/directory/myinvestor-importer-addon/addon.store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "../../../schemas/addon-store.schema.json",
"id": "myinvestor-importer-addon",
"name": "MyInvestor Importer",
"description": "Import MyInvestor (Inversis) exports into Wealthfolio. Merges the cuenta corriente and fondos exports into buy/sell/switch/cash activities on a single account.",
"author": {
"name": "blastik",
"url": "https://github.com/blastik"
},
"trust": "community",
"status": "active",
"tags": ["import", "myinvestor", "inversis"],
"commercialModel": "free",
"repository": "https://github.com/blastik/myinvestor-importer-addon"
}
Loading