Skip to main content

自己注册公司, E-verify, 雇自己. 几个问题, 希望高人指点

发信人: optopt (optopt), 信区: StartUp
标  题: [有包子] 自己注册公司, E-verify, 雇自己. 几个问题, 希望高人指点
发信站: BBS 未名空间站 (Wed Feb 29 15:33:42 2012, 美东)

我目前是opt extension, 打算自己注册公司,e-verify后雇自己。

经过网上搜索学习以后,我所了解到的是:
知道自己只能注册c corp。公司还必须要有business activity。
公司的income要交税,员工(我自己)的income也要报税。

我的问题是:
1: opt extension 有没有最低工资限制?如果没限制,我只要给我自己发很少的工资
,那personal income tax 不就可以少交了?
2: 如果公司的income是0, 只有expenses(用于工资支出),corporate income tax是
不是就是0?
3: 公司每年除了报税和缴纳State Filing Fee, 此外还有别的费用吗?(就是维持一
个公司基本运营的费用)
4: 整个公司运行,财务税务问题需要请律师cpa来做,还是自己能搞定(我是老板,也
是唯一一个员工)
5: 注册公司(关闭公司)会不会影响我今后的h1b申请?lg刚申请h1b,我开公司会影
响他和他以后的绿卡申请吗?

我开公司也就是试试看,能赚钱就好,但也不想因为不懂而留下麻烦(有朋友说开了公
司银行就不给贷款了什么的)。
先问这几个主要问题的,诚恳希望好心人指点。真心帮忙者必定包子答谢。能写出处给
连接最好。
先谢谢了!!!

发信人: megastop (megastop), 信区: StartUp
标  题: Re: [有包子] 自己注册公司, E-verify, 雇自己. 几个问题, 希望高
发信站: BBS 未名空间站 (Thu Mar  1 09:56:58 2012, 美东)

【 在 optopt (optopt) 的大作中提到: 】
1: opt extension 有没有最低工资限制?如果没限制,我只要给我自己发很少的工资
,那personal income tax 不就可以少交了?

》》没有,opt的工时很灵活,甚至可以volunteer no pay

2: 如果公司的income是0, 只有expenses(用于工资支出),corporate income tax是
不是就是0?

》》这个我不好回答

3: 公司每年除了报税和缴纳State Filing Fee, 此外还有别的费用吗?(就是维持一
个公司基本运营的费用)

》》fed和state也就这了,剩下的就是你自己的实际运营支出了比如office expenses

4: 整个公司运行,财务税务问题需要请律师cpa来做,还是自己能搞定(我是老板,也
是唯一一个员工)

》》有精力有能力的可以自己搞,你是self-employed single member llc with OPT,
不是很复杂
accounting/bookkeeping 做好,每年efile tax就行了

5: 注册公司(关闭公司)会不会影响我今后的h1b申请?lg刚申请h1b,我开公司会影
响他和他以后的绿卡申请吗?
》》你现在是合法身份有opt EAD没问题,不转h visa就没问题;不影响你也不影响你
ld

我开公司也就是试试看,能赚钱就好,但也不想因为不懂而留下麻烦(有朋友说开了公
司银行就不给贷款了什么的)。
》》那个是例外,也倒霉碰上了个sb不懂装懂的银行,那个lz是H签证暂没485的EAD
 

Comments

  1. 据我所知(向学校的OIS咨询过),opt期间(前12个月)的工作可以不给pay,只要有
    一个单位挂靠,就不用担心90天的unemployment限制了。但是opt extension 的工作必
    须要有pay, 这期间可以做volunteer,但因为做volunteer没有pay,没有pay的天数就
    要计算在unemployment天数内。

    ReplyDelete
  2. 据我所知(向学校的OIS咨询过),opt期间(前12个月)的工作可以不给pay,只要有
    一个单位挂靠,就不用担心90天的unemployment限制了。但是opt extension 的工作必
    须要有pay, 这期间可以做volunteer,但因为做volunteer没有pay,没有pay的天数就
    要计算在unemployment天数内。

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

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