wscott / fplan

Early retirement financial calculator
GNU General Public License v3.0
26 stars 6 forks source link

Restructure tax #33

Closed hubcity closed 4 months ago

hubcity commented 5 months ago

This is a restructure of how the tax constraints are built. It computes the same yearly spend as the original version for every file in the "examples" subdirectory.

I think that this approach will allow us to compute some things that I had no idea how to compute before (like capital gains brackets and the tax-ability of social security).

It does come at a cost of a lot more columns and being not as elegant as the previous way of doing things. Do you think this is a reasonable think to do?

wscott commented 5 months ago

This is interesting and looks good. However, I am currently dealing with a death in the family and it will be a while before I will be able to focus enough to understand what you are doing here.

hubcity commented 5 months ago

Whenever you have the time is fine.

hubcity commented 5 months ago

The more I think about I'm not sure we can ever do capital gains brackets no matter how the tax constraints are organized. I have found that I have a talent for generating "The problem is infeasible." messages.

wscott commented 4 months ago

not sure why this keeps getting closed