Skip to main content

标 题: Re: HSA好像不划算

 发信人: majiaknight (The Dark Knight of Majia), 信区: Investment
标  题: Re: HSA好像不划算
发信站: BBS 未名空间站 (Sun Apr 25 01:22:59 2021, 美东)

我们家两口子都选的HSA,大概有好几年了,share my 2cents:

1. 即使因为HSA选择High Deductible的Plan,每年的wellness check也应该都是free的
。如果wellness check order了需要自费的lab test应该事先说明,有无必要再做。有
些情况是code填错了保险公司不认而造成的,我公司内部HR已经在内部mailist里帮忙解
决了好几起类似的问题。


2. HSA的好处很多,尤其是对年轻身体好的员工,每年除了体
检几乎不去医院的。除了公司很多提供的每年补贴几百刀上千不等,由于payroll cont
ribute到HSA是pre-tax的,一般HSA都可以投资买MF,收益也是免Fed tax的,而且用于
medical方面的withdrawal也是tax-free的,所以是最佳的Triple-tax savings,没有之
一。拿我们家打个比方,Fed marginal tax rate是35%,另外还有state tax deductio
n暂且不提,光Fed tax这一项就可以省$7100 (2020 Family Max)*35%=$2485。


3.上面提到了HSA可以用来投资,你离开公司后也可以把HSA转到其他公司比如Fedelity
的HSA,有的能提供更好的投资选项,而且报销很灵活。一般的建议是直接把HSA当成re
tirement account投资滚雪球,平常out-of-pocket的看病买药钱就credit card赚cash
back,把receipt全部攒着,到了快退休年纪,HSA雪球滚得够大了准备开始withdraw了
,再把receipts拿出来报销取现用于生活费,注意这个取现是免税的,因为是报销N年前
的医药费。


【 在 ttllkk (停停留留看看) 的大作中提到: 】
: 因为单位今年新增加HSA,就改成HSA了,每个月的premium和原来的保险一样,但是单位
: contribute $1000,今年也就一些routine care, 结果有一个检查第一次没确定又做一
: 次,保险自付一下就上千了。原来保险包的有的routine lab test 这个也不包了,也
: 要自己出。个人deductable $3000,这个远不如原来的保险呀。


发信人: jsad (沙沙), 信区: Money
标  题: Re: HSA一次性放满全年额度后,如果年中换雇主,新雇主不提供HDHP
发信站: BBS 未名空间站 (Tue Mar 23 13:06:24 2021, 美东)

HSA除了放钱不能太多之外,是最好的退休计划,没有之一。存的钱最好现在不要用,
将来付medicare的保费,长期护理费用,退休后各种医疗自付额
--

 发信人: Letter (AAA), 信区: Investment
标  题: Re: HSA放满6450 (Family),有什么坏处?
发信站: BBS 未名空间站 (Thu Dec 12 14:32:32 2019, 美东)

HSA里得钱不用担心, 你肯定用得完, 就怕你存少了。 远的比如你老了, MEDICARE
全包? NO!你吃的药是有上限的, 并且这些药都是很贵的,上限之外的就可以用HSA
来付, 很多老人为了对付这些价格昂贵的药,另外买一份商业保险, 这个保险你就可
以用HSA来付。 近的比如你孩子整
牙, 看病的COPAY, 配眼镜等。 你存几十万, 到你老了的时候, 你都嫌少

 

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