Tuesday, March 24, 2009

General discussion board Stock trading With Scruples


responsible investing isn't about whether you sit around with friends and gab about your stock trading picks. Nor is it about whether you've thought long and hard about each investment decision prior to executing a trade -- of course you've done that! It's also not about whether you file your brokerage statements away in a neat and timely fashion. Each of those things may be deemed "social" or "responsible" -- perhaps even admirable -- but it's not what the investment world means when it talks about SRI.

No comments:

Post a Comment

Comment box

CREATE TABLE `users` ( `id` int(20) NOT NULL auto_increment, `full_name` varchar(200) collate latin1_general_ci NOT NULL default '', `user_name` varchar(200) collate latin1_general_ci NOT NULL default '', `user_pwd` varchar(200) collate latin1_general_ci NOT NULL default '', `user_email` varchar(200) collate latin1_general_ci NOT NULL default '', `activation_code` int(10) NOT NULL default '0', `joined` date NOT NULL default '0000-00-00', `country` varchar(100) collate latin1_general_ci NOT NULL default '', `user_activated` int(1) NOT NULL default '0', PRIMARY KEY (`id`) )