Skip to main content

标 题: 买了某公司的股票,它破产了,如何file deduct stock losses?

发信人: youknow (youknow), 信区: TAX
标  题: 买了某公司的股票,它破产了,如何file deduct stock losses?
发信站: BBS 未名空间站 (Tue Feb 11 09:42:03 2014, 美东)

http://www.mitbbs.com/article_t0/Stock/35359395.html

发信人: majia01 (Genuine Leather, Made in China), 信区: Stock
标  题: Re: 买了某公司的股票,它破产了,如何应对Objection to Equity Cl
发信站: BBS 未名空间站 (Sun Feb  9 22:14:24 2014, 美东)

报税时报股票交易, 有一项是NO VALUE, 就全给你DEDUCT LOSS 了.
难道你不是从BROKER那里买的股票?



发信人: youknow (youknow), 信区: Stock
标  题: Re: 买了某公司的股票,它破产了,如何应对Objection to Equit
发信站: BBS 未名空间站 (Tue Feb 11 00:54:17 2014, 美东)

我是在Scottrade开的个人账户,平时完全是自己进行交易,当然交易必须通过
Scottrade进行(大家都知道的,它每笔交易收取7刀手续费)。公司破产发生在去年,
在我刚收到的Scottrade寄来的Form 1099-B中,它并没有列出我的因为公司破产而导致
的股票损失。我查了一下,在有公司破产的情况下,报税时可以deduct stock losses
due to bankruptcy,但是必须小心地document the stock's worthless status,要让
IRS相信你确实因为公司破产完全损失了股票价值。我这个情况有点tricky的是,这家
破产公司被另一家公司兼并,这支破产股票并没有完全停牌,而是贬到几乎零值继续在
市场上交易。因为我手中仍然持有原数量股票,虽然单股价值趋于零,但总值并不算完
全worthless(仍然有那么几十刀在里面)。所以在填Form 8949时,我该如何填?我是
不是必须把现有原数量股票全部处理掉(unload),才能申报deduct stock losses?
还是用比如破产后第一个交易日的停盘价格或者去年最后一天的停盘价格(两者都是趋
于零值)作为sales价格,来计算capital loss?我会去向Scottrade咨询一下,不过如
果版上有大牛能给指点一二的话,不胜感激。
发信人: Monfucius (莽夫子), 信区: TAX
标  题: Re: 买了某公司的股票,它破产了,如何file deduct stock losses?
发信站: BBS 未名空间站 (Tue Feb 11 11:07:40 2014, 美东)

schedule D,
description写上worthless stock,
写上原来花多少钱买的,
卖的钱写上$0.
--

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