Skip to main content

标 题: Re: 10-15年投资求建议

发信人: DasHoot (DasHoot), 信区: Investment
标  题: Re: 10-15年投资求建议
发信站: BBS 未名空间站 (Thu Sep  5 10:14:53 2013, 美东)

想得再远一些, 卖完了以后, 啥时候再买啊? 然后又啥时候再卖? 这就没完没了了
。 多做一次决定, 就多一次出错的机会, 出一次错, 就有可能把以前的赚得都赔进
去。 倒不如一只不走的钟, 一天总有两次对的时候。

过去的十几年, 是债卷的super cycle , 股票大起大落, 原地踏步, 即使这样, 以下
这些plain vanilla 的股票债卷组合 (60/40, 70/30), 十年下来都有6
-7%的回报。今后十年二十年, 债劵可能要完蛋, 股票天知道, 但坚持这样的组合
, income + capital gain从历史上看应该会给你一个smooth的回报,beating
inflation,  别指望太高就是了.

http://www.marketwatch.com/lazyportfolio

发信人: tuluda (sad panda), 信区: Investment
标  题: Re: 10-15年投资求建议
发信站: BBS 未名空间站 (Fri Sep  6 11:40:57 2013, 美东)

同学们,这是闲钱,我另外有401k, 各种IRA,股票,黄金,现金,房屋贷款。这个就
是纯cash闲置,因为cash Interest收的TAX太多,另外已经有部分资金做股票(比较保
守稳定的收入),不如买大盘收益高另外比全部炒股让人放心些。

所以我的选择主要是fund或者自己操作SPY或者IVV。我也主要是这个问题征求大家的意
见。
--

 发信人: yangqi (zzzzzz), 信区: Investment
标  题: Re: 10-15年投资求建议
发信站: BBS 未名空间站 (Sat Sep  7 00:28:45 2013, 美东)

Municipal bond interest is tax free. You can buy insured Chicago GO bond 10-
11 year maturity with yield 4.9-5%, like CUSIP 167485R45, maturity date 1/1/
2024, coupon 4.25, ask price $94.7, insured by MBIA, yield 4.91%. That's
equal to 8% before tax return if you hit AMT tax, and guaranteed if you can
hold it to maturity.


发信站: BBS 未名空间站 (Mon Sep  9 11:15:35 2013, 美东)

Too risky for interest hike or default? Though the interest rate may go
higher, for individual bond you always have a fixed return if you hold it to
maturity. For default risks, AGM or MBIA insured bonds are unlikely default
by both issuer and bond insurance companies. Nothing can give you a
guaranteed return if you bet on stock or ETF, and CD or treasury rate is too
low and not tax free.
【 在 tuluda (sad panda) 的大作中提到: 】
: municipal bond is too risky for the next 10-15 years.

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