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 @@ -7,6 +7,7 @@ Community addons are author-maintained. Unverified directory entries are for dis
| Asset Amount & Cash Timeline | bryanrvo1511 | Tracks cash balance and asset accumulation over time with transaction-level insights and holding timelines. | community | unverified | active | | [Repo](https://github.com/bryanrvo/Asset-amount-Cash-Timeline-add-on) |
| Lunch Money Addon | elson8012 | Imports accounts and balances from Lunch Money into Wealthfolio with a one-click update. | community | unverified | active | | [Repo](https://github.com/elson/lunchmoney-addon) |
| 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) |
| WealthTax | advenacodex | FIFO realized gains and open positions tax report, with support for stock splits and capital increases. | community | unverified | active | | [Repo](https://github.com/advenacodex/wealth-tax) |
| 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) |

Expand Down
15 changes: 15 additions & 0 deletions community/directory/wealth-tax/addon.store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "../../../schemas/addon-store.schema.json",
"id": "wealth-tax",
"name": "WealthTax",
"description": "FIFO realized gains and open positions tax report, with support for stock splits and capital increases.",
"author": {
"name": "advenacodex",
"url": "https://github.com/advenacodex"
},
"trust": "community",
"verification": "unverified",
"status": "active",
"tags": ["taxes", "fifo", "reporting"],
"repository": "https://github.com/advenacodex/wealth-tax"
}