Skip to main content

标  题: Re: 大家的HSA帐户是不是都放满?

http://gengwg.blogspot.com/发信人: Roethlisberg (Big Ben), 信区: Money
标  题: Re: 大家的HSA帐户是不是都放满?
发信站: BBS 未名空间站 (Sat Apr 11 19:33:40 2015, 美东)

401k到59就可以取了。hsa挂掉前还可以抢救一下

【 在 heWG (我要减肥!!!) 的大作中提到: 】
: 没闲钱或者钱又更好用途的就别放401k/hsa。
: 等到65以后取还得交tax
: 75以后好像没tax,但真说不准没到就挂了。
: 现在勒紧裤腰带存401k有屁股用啊。

发信人: JunPengJia (贾君鹏(Junpeng Jia)), 信区: Money
标  题: Re: 大家的HSA帐户是不是都放满?
发信站: BBS 未名空间站 (Fri Apr 10 13:23:01 2015, 美东)

FSA就是渣渣,每年就存可以Rollover的。大部分是500.不能Rollover就不存。HSA是神
器,首先可以看病,到了65可以当401(k)拿出来,不用看病。不过估计到65也得看病了
,还可以付保险。

如果你不想存,想拿出来那更牛逼了,买药去的油都可以报销。

1. How do I access the funds after I reach age 65?

Once you reach age 65 your funds can be withdrawn at any time and are only
subject to ordinary income tax. However, you may avoid any tax by continuing
to use the funds for qualified medical expenses. For those over age 65
premiums for Medicare Part A or B, Medicare HMO and employee premiums for
employer sponsored health insurance can be paid from an HSA.
--

发信人: heWG (我要减肥!!!), 信区: Money
标  题: Re: RE: 大家的HSA帐户是不是都放满?
发信站: BBS 未名空间站 (Fri Apr 10 15:50:57 2015, 美东)

存满,一个人一年就$3250,一家$6500吧.
都是high deductable的health insurance才有hsa.

【 在 pluto1234 (bolt) 的大作中提到: 】
: HSA的钱可以就存账户里,也可以像401k一样投资用,好像会有一些手续费,不过你的
: 余额超过一定数字可以waive,如果公司有match的更要存满了。
发信人: netghoster (行到水穷处,坐看云起时), 信区: Money
标  题: Re: RE: 大家的HSA帐户是不是都放满?
发信站: BBS 未名空间站 (Fri Apr 10 17:17:56 2015, 美东)

别提这个High Deductable了。每年全家除去常规的体检没有什么别的医药花销,想着
转这个Plan保费能省不少钱,公司还有Seeking Deposit和Match,挺划算的。结果女儿
一个计划外Hospital Visit就2000多刀,全都要自掏腰包,可怜的这点利润全都泡汤。
唉人算不如天算啊!!

Comments

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 ...

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 checkin...