Skip to main content

Is it worth setting up a 529 if you live in California?

 

If you would like to save for education related expenses the 529 is an excellent tool to do so. California does not provide any tax break at the time you put the money in however your money still grows tax free and you can withdraw it for education related expenses without paying any federal or state tax. Think of it like a ROTH IRA but for education.

You are not obligated to pick the California ScholarShare 529 and you can pick any states 529. California does not give a tax break on your tax filing for that year whereas some other states do give a tax break to their residents.

I live in California and compared the California ScholarShare 529 with Vanguard 529 which is based in Nevada. Despite California not giving the initial tax break I still went with California ScholarShare over Vanguard because some of their index funds have very low expense ratios that track the S@P 500 ( it was 6 basis points compared to Vanguards 15 bases points for a similar fund). Also I can max out the California ScholarShare to a higher amount ($529,000) compared to Nevada plan of $500,000.

Comments

  1. 孩子还有10年以上才上大学,投资房比较好。启存529的时间在孩子上大学前一到两年
    比较好。

    ReplyDelete
  2. 上学前一两年才存,经历一把market correction,然后把剩下来的取出来付学费?

    ReplyDelete

  3. A new bill has been introduced that would create a 20% state tax credit, up
    to $500 a year, for contributions to California's Scholarshare College
    Savings Plan by state residents. The credit would be available to
    individuals with incomes below $100,000 and married couples with incomes
    below $200,000.

    ReplyDelete

  4. 一般人应该是先存401K, roth, 都满了之后529根本没有什么不好的。
    你不存529用来买股票买投资房最后都是按parental asset算, 5% 左右。
    也就是你有10万刀影响拿5000刀的financial aid,这个是毕业要还的,省的也就5000刀几
    年的利息。
    至于merit based scholarship, 和529没关系,如果拿到了的话,还可以免税提
    529里等量的钱出来。

    ReplyDelete

  5. 不会,要马上convert,有延时的话中间的gain是要按当年income交税的。

    【 在 timefall (时光崩塌) 的大作中提到: 】
    : 这个 conversion 不会导致重复缴税?还是要保证当年 covert 完毕?

    ReplyDelete

  6. 老美用529还有一个用处是减少遗传税。比如有钱的爷爷奶奶给孙子的529放钱,好像每
    年头1.5w不算gift

    ReplyDelete

Post a Comment

https://gengwg.blogspot.com/

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into /opt/course/1/context_default_no_kubectl.sh , but without the use of k

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checking a shared sec