Search found 824 matches

by jimr
Thu May 19, 2016 11:27 am
Forum: Problems installing and running the program
Topic: Error message: Unable to run simulation because of invalid data in additional inputs
Replies: 6
Views: 16693

Re: Error message: Unable to run simulation because of invalid data in additional inputs

Eric, These are all good suggestions. Adding a row number would be a lot more work than just echoing the row text, so I'm leaning in that direction in the error popup. That should make the invalid row easy enough to identify. I'll also show the calculated (numeric) start and end years, just to make ...
by jimr
Tue May 17, 2016 7:45 pm
Forum: Problems installing and running the program
Topic: Error message: Unable to run simulation because of invalid data in additional inputs
Replies: 6
Views: 16693

Re: Error message: Unable to run simulation because of invalid data in additional inputs

That message is usually from an additional inputs entry with a start age that at run-time turns out to be less than the end age. Normally, the program won't let you create such an invalid entry. However, if you use a named age like 'Retirement Year' and then set things up so that at run-time, the na...
by jimr
Tue May 17, 2016 3:58 pm
Forum: General questions and comments
Topic: Don't understand tax calculations on withdrawals (1 of 2)
Replies: 5
Views: 7637

Re: Don't understand tax calculations on withdrawals (1 of 2)

Creating a new scenario should give you a new setup with all the defaults and nothing in additional inputs. However, if the 'copy scenario from' checkbox is checked, then the new scenario will copy everything from the source scenario including additional inputs.
by jimr
Tue May 17, 2016 3:38 pm
Forum: General questions and comments
Topic: Don't understand tax calculations on withdrawals (1 of 2)
Replies: 5
Views: 7637

Re: Don't understand tax calculations on withdrawals (1 of 2)

Eric, I can't seem to replicate what you've described. When I enter the info above, I get an additional withdrawal amount of $30k, taxes of $12,857, and a total withdrawal of $42,857. Any chance there's something enabled in additional inputs? Also, you've probably noticed that Required Minimum Distr...
by jimr
Tue May 17, 2016 3:23 pm
Forum: General questions and comments
Topic: How should I interpret "age N"?
Replies: 2
Views: 5098

Re: How should I interpret "age N"?

That seems right to me.

After you adjust or add settings and run the planner, it's always a good idea to look in the detailed view table to make sure the cash flow does what you expect (eg starts when you expect, lasts for the number of years you expect it to last).
by jimr
Sat May 14, 2016 8:17 am
Forum: General questions and comments
Topic: Expenses rising at CPI + percent
Replies: 1
Views: 3844

Re: Expenses rising at CPI + percent

Sorry, that's not a feature the planner supports. It's not a bad idea and it wouldn't be tough to implement, but the challenge is that the 'COLA Type' interface is already a bit overwhelming to some folks. I'd worry that adding more capability there would push the complexity past the tipping point.
by jimr
Tue May 10, 2016 2:09 pm
Forum: General questions and comments
Topic: Open recent file?
Replies: 1
Views: 3854

Re: Open recent file?

Unfortunately, this is handled by Java and the details are all hidden from my code. On a PC, the open dialogue usually starts with the last folder location that was used for either a save as or an open operation. Again though, it's all magic to my code. I just ask Java to ask the user to point to a ...
by jimr
Tue May 10, 2016 12:47 pm
Forum: General questions and comments
Topic: Taxable percent on cash flows
Replies: 2
Views: 4470

Re: Taxable percent on cash flows

Yes, that's how it works.

Many types of retirement income are taxable or partly taxable (eg most pensions, SS benefits for some). This feature takes a gross income amount and calculates the net automatically.
by jimr
Sun May 08, 2016 6:49 am
Forum: General questions and comments
Topic: Misc income vs. taxable savings - one-time cash flow
Replies: 4
Views: 6564

Re: Misc income vs. taxable savings - one-time cash flow

any excess income in a given year is placed in the taxable portfolio.
by jimr
Sat May 07, 2016 10:46 pm
Forum: General questions and comments
Topic: Misc income vs. taxable savings - one-time cash flow
Replies: 4
Views: 6564

Re: Misc income vs. taxable savings - one-time cash flow

Both approaches will end up yielding very similar results. Creating an income cash flow lets you specify a taxable percent and have the planner automatically deduct taxes (at the income tax rate). Modeling it using a taxable savings cash flow keeps the transaction separate from the income/expense ca...