Has anyone attempted a 401k calculator in LiveCode?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 361
- Joined: Wed Apr 27, 2011 2:12 pm
Has anyone attempted a 401k calculator in LiveCode?
As the title suggests, has anyone coded a 401K calculator with dollar cost averaging in LiveCode?
Mike
Mike
Re: Has anyone attempted a 401k calculator in LiveCode?
Mike,
Maybe you should explain what the typically American 401K calculator is.
Mark
Maybe you should explain what the typically American 401K calculator is.
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Has anyone attempted a 401k calculator in LiveCode?
Mike,
What are you thinking - you enter the data, or you suck it out of your provider, or what?
What are you thinking - you enter the data, or you suck it out of your provider, or what?
Re: Has anyone attempted a 401k calculator in LiveCode?
Hi.
401K plans are all different, no? Depends on the company, whatever matching might or might not be present, and all based on user contributions as well. The stack would be straightforward, and I think you should write one. Leave the variables accessible so they can be filled in by the user. Write back if you get stuck with coding issues...
Craig Newman
401K plans are all different, no? Depends on the company, whatever matching might or might not be present, and all based on user contributions as well. The stack would be straightforward, and I think you should write one. Leave the variables accessible so they can be filled in by the user. Write back if you get stuck with coding issues...
Craig Newman
-
- Posts: 361
- Joined: Wed Apr 27, 2011 2:12 pm
Re: Has anyone attempted a 401k calculator in LiveCode?
The client wants:
if someone put "X" amount of money in their 401K, every two weeks, bi-weekly, can you tell me what balance they would have after a period of years. This would need to include a "dollar cost average", what I mean, is when the stock market goes down, they are buying more shares.
Something like this:
http://www.bankrate.com/calculators/ret ... lator.aspx
Using this plan:
tsp.gov
Is it possible with LiveCode? There are excel spread sheets that come close - I wonder how hard it would be to convert a excel spreadsheet to a LiveCode app?
Mike
if someone put "X" amount of money in their 401K, every two weeks, bi-weekly, can you tell me what balance they would have after a period of years. This would need to include a "dollar cost average", what I mean, is when the stock market goes down, they are buying more shares.
Something like this:
http://www.bankrate.com/calculators/ret ... lator.aspx
Using this plan:
tsp.gov
Is it possible with LiveCode? There are excel spread sheets that come close - I wonder how hard it would be to convert a excel spreadsheet to a LiveCode app?
Mike
Re: Has anyone attempted a 401k calculator in LiveCode?
Of course, this is straightforward enough that you CAN do it in a spreadsheet, although it will be easier to do in LC. You just have to write it.