-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Allow Category for Off Budget Accounts #2006
Comments
✨ Thanks for sharing your idea! ✨ This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! |
I agree - although for the moment I note the transaction type in the Notes column |
Can't you use the payee field to get the same affect? You can filter by a payee of Dividend, Deposit, Market Fluctuation, etc. |
@youngcw I think it's possible, but I'm still not quite sure it's a clean solution. Admittedly I might need to change the way I think after using Mint for 10+ years. I'm trying to think through the Import process - taking a look at Schwab the transactions appear like:
I'd consider Schwab's "Action" to be a "Category" I believe per your current mint importer, the Payee currently would get set as the description. And it might be nice to retain the ETF that paid the dividend (AGG, MUB, etc). Think of the power to search I could shift the import to perhaps dump this into notes. So yes, I think there are alternative ways to achieve this, but from a non-technical standpoint I question why Category can't be applied to Non-Budget Accounts. We don't want the account to be applied to the Budget, but that doesn't mean we can't gain benefits from categorization. My guess is it might be more technical reasoning and require a refactor for the budget to ignore categories within Off Budget, though as I discovered the Category for |
If you want to track individual ETFs or funds you likely would be better served using a dedicated investment tracker. I know ghostfolio is one people like. Are those actions just a reworded version of the description? Maybe it's just your examples, but if that's the case in you imports setting a category doesn't gain you any information. |
I think ultimately my use case is aggregating all of the dividends I've earned across my accounts, without losing metadata. I believe categorizing the transaction can achieve that in the cleanest way. In the meantime, I'll look into Empower/PersonalCapital but I haven't liked their lack of Trend graph functionality. |
I discovered another possible use for off-budget categories. For a student loan, I'd like to categorize the interest accumulated. Then I can search by category for Loan Interest. |
Another use-case for me is a splitwise integration. I'm working on a script that imports splitwise transactions into an account, and exports specific split transactions to splitwise. This would let me more accurately track my expenses even when the transaction was made by my partner, but I am responsible for half of it. I don't want this splitwise account to be on-budget because money that is owed to me is not liquid/spendable, and likewise, we usually don't do a traditional settle-up every month, I just start taking on more expenses when I'm getting behind, so I also don't want to have to allocate money in my budget for paying this down. But the point of this is to be able to track my spending trends, even if I wasn't the one who made the transaction, so I would need categories for off-budget accounts to do this. |
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
Per the docs
For Investment Accounts, there are certain types of transactions that can be valuable to assign to a category. However, categories currently cannot be set for Off Budget accounts.
An example is Dividend Reimbursement. It would be a nice functionality to search how much you earned in Dividends across all of your investment accounts. This is useful for tax purposes to ensure you're withholding enough.
There could possibly be ways to achieve this (Notes, Tags?) but I think the Dividend category is a cleaner solution, and for something as important as taxes it's best for a clean solution.
Example of this in Mint, in which the time range can be adjusted to gather the total dividends earned:
Describe your ideal solution to this problem
Interestingly, it seems the
importTransactions
API still allows Off Budget transactions to be categorized, but it's not editable/displayed in the UI. I'm concerned if this isn't officially supported, it could break in the future.Teaching and learning
No response
The text was updated successfully, but these errors were encountered: