Skip to main content

标  题: 中国降利率的两个可能的结果

http://gengwg.blogspot.com/发信人: tooearly (郎教授不炒股), 信区: Stock
标  题: 中国降利率的两个可能的结果
发信站: BBS 未名空间站 (Sun May 10 12:36:19 2015, 美东)

A、黄金走势

很多人对黄金走势表示乐观,我恰恰认为相反。
1、降息不是印钱
2、降息不是因为高CPI,是反过来。
3、中国降息美元涨
4、没有人会持有黄金,都在换成钱来投资/投机!

所以结论是,中国越降息,黄金越跌!


B、经济走势

降息的目的是为了刺激实体经济,降低中小企业融资成本(注意,是中小企业,大企业
并不存在融资问题),鼓励生产;但是我认为事实可能相反。
1、历史已经证明,过度降息只会刺激虚拟经济。
2、中小企业的各种名目的贷款,最终会转移出来炒楼炒股,而不是去本来实体经济需
要的地方。
3、中国股市、楼市继续涨,直到可能的。。。

所以结论是,非常遗憾。


几个推论:
1、可以继续购买中国股票,和A股相应ETF,虽然要注意风险,但是短期应该手艺不错。
2、对于黄金的操作,还是以我以前说过的打探头为主--过1200就开始short。
3、如果想对冲风险,做空A股的,请悠着来,世界的经济趋势是以月和年来计算的。急
了一时,套了一世。

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