Show HN: I spent 2 years building a personal finance simulator
41–50 of 294 posts
Re: Show HN: I spent 2 years building a personal finance simulator
#42It would be really nice to be able to set my "Cash Flow Priorities" to max out, or put some other dollar amount in a 401k rather than specifying a percentage of my income. EDIT: Ah I now see that I can do this, it was just sorta hard to discover at the bottom of the form.
If you click the "more options" ellipsis next to the Your Contribution input, you can switch it to an amount in today's currency or actual currency if you prefer.
Re: Show HN: I spent 2 years building a personal finance simulator
#43Earlier quoted context omitted.
Nope, I completely missed where you put them. I've always considered them as an asset, as it were, not a fixed income stream. That's my mistake, and I found where you put them. It just wasn't where I expected!
No worries, if there's anything else you run into trouble modeling, feel free to reach out any time.
Re: Show HN: I spent 2 years building a personal finance simulator
#44Earlier quoted context omitted.
Are you using Angular for the UI?
I'm using Vue.js, Vuetify, Chart.js, Firebase, Paddle, and GCP.
Re: Show HN: I spent 2 years building a personal finance simulator
#45- I filled in a bunch of data. I closed the window. I then went back to the website, it tells me that it has recovered my previous session, and it gives me the option to either "Remove data" or "Upgrade now". I want to use the recovered session. I guess that's not allowed? It's really jarring to put it on the user to actively click a button that deletes the data that they have painstakingly entered just a few minutes before. Psychologically, it feels like an AH move: "I have your data, but you can't get it." TBH, it would be better to pretend the data wasn't recovered at all. If you really don't want a user to recover their data without paying, I suggest that you put an expiration timer on it: you can recover without paying if you do so within, say, a day, but not after that.
- It's unclear what's expected when entering RSU grants.
- 401k can have a before-tax and an after-tax part. Due to mega-backdoor Roth 401k conversion, I expect a major part of my 401k withdrawals to be tax-free. Is there a way to model that?
- Cash flow: the destination of excess money is not very clear. I can see how excess money is going into savings, but it's not obvious how to tune this. You can say that RSU grants are going to a certain investment account, but that's not how things work in the real world: cash comes in from various sources into a single put (the checking account). Investments are made based on allocation. E.g. Every month, $XXXX goes to an investment account from that checking account. I don't think you can set things up this way?
- Is there a way to way to model a rental investment, where expenses (property tax, insurance, interest, etc.) can be subtracted from rental income and only the difference is added as taxable income?
- After retirement, I see my effective tax rate going up quickly, peaking out at 60%. I have no idea where that's coming from. If that needs debugging, I can, unfortunately, not share the data because I couldn't recover it. ;-)
- For me, the future projections are way lower than other retirement calculators. I find it hard to judge where the discrepancy is coming from, but I assume that the effective tax rate thing is a major contributor. There might just be too many knobs to play with and I probably have some things set up incorrectly.
- Personally, I would no pay $9/month for this. It's a very nice tool, but retirement planning is not a monthly on-going thing, and I already have way too many recurring services that I don't use a whole lot. For me, it would make more sense to be able to enter my info and save it under an account, have limited free functionality, and offer a way to pay for more. Ideally, in a non-recurring way. E.g. I'd be totally fine paying $10 for a day planning. And I might use that once per year. That's obviously much less than paying $9 per month, but at least you'd get something instead of nothing at all? I have no idea how this would change conversion and how many people are in my boat.
Re: Show HN: I spent 2 years building a personal finance simulator
#46"ProjectionLab has no link to your real financial accounts and the data you enter stays in your browser unless you choose otherwise. " I don't see why this would be a positive? I'd love an alternative to Personal Capital (since it got bought out), but without a direct connection to my banks/creditcards/etc, that connection just ends up being less secure.
If a (strictly optional) account linking feature is something you'd like to see added though, there's an item on the public roadmap for it that you might like to upvote. It’s currently still in the Suggestions category because it’s a bit of a contentious topic within the PL community, and we’ve had a few discussion threads about that on the discord.
In the past, I’ve tried account linking in some other tools, but always ran into syncing issues (especially on 2FA accounts). From what I understand, that’s still somewhat common even with solutions like Plaid.
With PL, I also wanted to initially steer clear of that support/maintenance tar pit (especially since I’m a solo dev), and design a tool where the focus is more on long-term projection rather than fixating on the latest daily stock price fluctuations.
Re: Show HN: I spent 2 years building a personal finance simulator
#47I've been tracking finances for years, can I add historical information so I can see timelines or is it all just from today forward like so many other trackers?
Re: Show HN: I spent 2 years building a personal finance simulator
#48Earlier quoted context omitted.
I'm using Vue.js, Vuetify, Chart.js, Firebase, Paddle, and GCP.
Very impressed with the mobile UI. Only thing I found was on the Plan tab on mobile there's that tiny extra horizontal scroll. Looks like your app wrapper does max-width: 100%, so if you add overflow-x: hidden you can fix it.
Re: Show HN: I spent 2 years building a personal finance simulator
#49Re: Show HN: I spent 2 years building a personal finance simulator
#50Earlier quoted context omitted.
I like that this is a solo-dev project, but there's probably loke, a good chunk of people who like this tool likely have built some kind of spreadsheet or other thing to get close to it and likely know exactly what they would like to see for certain things. Having the abilty to perhaps build our own models and keep them to ourselves, or maybe have them available to share might not be a bad idea. I'm not sure if this…
Having a little trouble parsing the specific feature ideas here. It seems like one of them may be an ability to share a read-only view of your plans... but on the other(s) I might need a little more detail.
* Startup9000 Simulator
* ClassicAutosAsInvestments Simulator
* My Personal Stamp Collection API Plug-in (not-public, not-for-sale)
Basically, theres enough weird stuff out there that could be a component of someone's financial hopes and dreams, that communities could sprout on being able to enhance around a topic.
There's also that first step of needing/wanting to be able to API-into the product to explore the idea to see if it's even something that can be modeled.