Skip to main content

标普500股息经典指数

http://gengwg.blogspot.com/标普500股息经典(The S&P 500 Dividend Aristocrats)指数由具有以下特征的股票构成:

* 是当前标普500(the S&P 500)指数成员
* 股息至少连续增长了25年。

标普500股息经典指数是真正能衡量蓝筹公司业绩的指数。鉴于在过去25年中,有几次经济衰退和战争,只有出类拔萃的蓝筹公司才能上这个指数。只有具有强大的竞争优势的公司才有能力保持股息连续增长这么长时间。

在过去的几年里,标普500股息经典指数的总回报连续高于标普500指数。下表和图显示了截止到2010年12月31日的这两个指数的比较:

2011年的标普500股息经典指数包括下列42种股票:

* 3M Co – (MMM)
* AFLAC Inc – (AFL)
* Abbott Laboratories – (ABT)
* Air Products & Chemicals Inc – (APD)
* Archer-Daniels-Midland Co – (ADM)
* Automatic Data Processing – (ADP)
* Bard, C.R. Inc – (BCR)
* Becton, Dickinson & Co – (BDX)
* Bemis Co Inc – (BMS)
* Brown-Forman Corp B – (BF/B)
* CenturyLink Inc – (CTL)
* Chubb Corp – (CB)
* Cincinnati Financial Corp – (CINF)
* Cintas Corp – (CTAS)
* Clorox Co – (CLX)
* Coca-Cola Co – (KO)
* Consolidated Edison Inc – (ED)
* Dover Corp – (DOV)
* Emerson Electric Co – (EMR)
* Exxon Mobil Corp – (XOM)
* Family Dollar Stores Inc – (FDO)
* Grainger, W.W. Inc – (GWW)
* Johnson & Johnson – (JNJ)
* Kimberly-Clark – (KMB)
* Leggett & Platt – (LEG)
* Lowe’s Cos Inc – (LOW)
* McDonald’s Corp – (MCD)
* McGraw-Hill Cos Inc – (MHP)
* PPG Industries Inc – (PPG)
* PepsiCo Inc – (PEP)
* Pitney Bowes Inc – (PBI)
* Procter & Gamble – (PG)
* Sherwin-Williams Co – (SHW)
* Sigma-Aldrich Corp – (SIAL)
* Stanley Black & Decker – (SWK)
* Target Corp – (TGT)
* VF Corp – (VFC)
* Wal-Mart Stores – (WMT)
* Walgreen Co – (WAG)

我拥有 ABT, ADP, BDX, CTL, CINF, KO, JNJ, KMB, LEG, MCD, PG, WMT, 我的股息股票投资组合可以在这里找到:
http://cn.dividendengineer.com/?page_id=42

全文在
http://cn.dividendengineer.com/?p=298

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