SmartMoney Blogs

Real-Time Advice
Our real-time advice on how market shifts and news impact you and your money

Facebook’s Bizarre Friend Rally

On Wednesday night, investors learned plenty about Facebook’s (FB) financial details from the initial public offering paperwork it filed with regulators. They learned nothing new, however, about LinkedIn (LNKD), Zynga (ZNGA) or Groupon (GRPN).

Those companies, after all, went public last year. Investors have had plenty of time to inspect their regular financial reports and decide how much they’re worth.

But that didn’t stop their shares from jumping 5% to 15% by midday Thursday.

Why would investors suddenly decide these three firms are collectively worth more than $2 billion more than they were a day before? The stock market is supposed to be ruled by so-called rational agents, or traders who price in available information as soon as they learn it. But Thursday’s trading didn’t seem especially rational.

A study slated for publication in Management Science, an academic journal, offers some interesting parallels. It showed that stocks and Treasury futures respond–sharply–to stale information. That information is the Leading Indicators Index, published each month by the Conference Board. It’s based on a collection of other measures, all of which are previously published.

That makes the index a surprise to no one.

Yet the study authors, Thomas Gilbert at the University of Washington, Shimon Kogan at the University of Texas, Lars Lochstoer at Columbia and Ataman Ozyildirim at the Conference Board, demonstrate that a simple strategy of front-running the index by trading S&P 500 futures would have returned 8% a year over the 13 years ended 2009.

That’s like getting the stock market’s return without having to sit in the stock market, and it comes from using old news.

“The re-packaging of previously released information in the form of summary statistics may not be helpful to the inattentive, as it gives an opportunity for arbitrageurs to profit from agents that believe such statistics provide additional information beyond that already released,” wrote the authors in a working paper.

It looks like the inattentive are grabbing after shares of Facebook’s friends, too. The earliest traders have made good money, but it might come at the expense of those who hop into the trade late.

Comments

We welcome thoughtful comments from readers. Please comply with our guidelines. Our blogs do not require the use of your real name.

Comments (5 of 13)

View all Comments »
    • st test test test test test test test test test test test test test test test test test test test test test test testst test test test test test test test test test test test test test test test test test test test test test test test
      st test test test test test test test test test test test test test test test test test test test test test test testst test test test test test test test test test test test test test test test test test test test test test test test
      st test test test test test test test test test test test test test test test http://onet.pl/ test test test test test test test testst test test test test test test test test test test test test test test test test test test test test test test test
      st test test test test test test test test test test test test test test test test test test test test test test test

    • By WebOsPublisher

      A Social Bookmarking Sites for WebMasters covering topics in a Digglike manner such as SEO,Google Search,Social Media and Gaming.
      Ready-Made Graphics for Business and Financial Software by WebMaster 911 Social Bookmarking
      GS_googleAddAdSenseService(“ca-pub-2041297511103277″);
      GS_googleEnableAllServices();
      GA_googleFetchAds();
      SPONSORS
      GA_googleFillSlot(“W911-140×60-1-Rotating”);
      GA_googleFillSlot(“W911-140×60-3″);
      GA_googleFillSlot(“W911-140×60-5″);

      Submit Story | Join | Login
      Gaming
      General Stuff
      Google
      SEO
      Social Media
      Technology
      All
      1
      Vote
      Ready-Made Graphics for Business and Financial Software
      submitted by iconomaniac
      Set of Accounting Toolbar Icons makes developing accounting products and Web sites simpler. Accounting tools can use this set of bookkeeping icons. Download a royalty-free collection of financial icons with free previews!
      Topic: SEO News and Events
      Comments (0)
      Who Voted?
      Email This Story
      iconomaniac
      Pages: 1
      Powered By TechPad Agency version 1.3
      Best iPhone Game like Monopoly
      GA_googleFillSlot(“W911-728×90-BOTTOM”);
      Powered By Atlantic.net Cloud Servers
      $ Cloud Hosting

      http://id.lenta.ru/profile/108850/

    • By WebOsPublisher

      404 Not Found
      Not Found
      The requested URL /search/ was not found on this server.
      Apache Server at iconfinder.comiconfinder.com Port 80

    • By WebOsPublisher

      I have a few games I play through Wine,and none of them come with their icons as seperate .ico files. As creative as I think not,using the generic linux icons is boring. Thankfully,there is a tool in linux to extract icons from .exe files,namely icotools. Here’s a guide how to extract…
      Extracting Icons from Windows Apps « linux n00b
      /* */
      GA_googleFetchAds();
      window.google_analytics_uacct = “UA-52447-2″;
      Skip to content
      Skip to search – Accesskey = s
      linux n00b
      Extracting Icons from Windows Apps
      Posted in Desktop, Howto by downforce on April 7, 2007
      I have a few games I play through Wine, and none of them come with their icons as seperate .ico files. As creative as I think not, using the generic linux icons is boring.
      Thankfully, there is a tool in linux to extract icons from .exe files, namely icotools. Here’s a guide how to extract icons from .exe files.
      Get icotools through package manager:
      wajig install icoutils
      Within here is two tools, icotool and wrestool. A whatis for both describes them as:
      icotool (1) – Convert and create Win32 icon and cursor files
      wrestool (1) – extract resources from Microsoft Windows(R) binaries
      In my case, they are both binaries, so I want wrestool this time
      cd into the directory of the Windows app.
      The rest pretty much comes straight from the man wrestool but here’s the low down:
      To list all icons in the file type:
      wrestool -l –type=group_icon Win32.exe
      Extract all icons to current directory, naming the destination files `write.exe_T_N.ico’:
      wrestool -x –output=. -t14 Win32.exe
      See what’s extracted:
      ls -l *.ico; and you should see:
      Win32.exe_14_1.ico
      About these ads
      div.wpadvert
      Like this:LikeBe the first to like this.
      7 comments
      « What went wrong GNOMEs?
      My furore into the World of Linux »
      7 Responses
      Subscribe to comments with RSS.
      Kids Life Journal said, on August 17, 2007 at 03:20
      This is very nice and informative post. I have bookmarked your site in order to find out your post in the future.
      Reply
      Още малко инфо Р·Р° извличане РЅР° РёРєРѕРЅРєРё РѕС‚ exe-та « Блогът РЅР° [Deathmaster] said, on January 23, 2008 at 06:10
      [...] Posted by deathmaster88 in Линукс историйки . trackback Попаднах на това и останах накефен на макс. Та значи си имало и native [...]
      Reply
      Knusper said, on October 17, 2008 at 03:20
      indeed… right the info i need… thx4pointing this out
      Reply
      Nico said, on November 2, 2008 at 00:18
      For debian users, the package name is “icoutils”
      Reply
      ThatGuy said, on November 2, 2008 at 22:19
      On Gentoo, the package is “iconutils”
      Reply
      Роман said, on December 26, 2008 at 19:26
      РҐРј… Какой кошмар!
      Reply
      Р»oРјРєaР¶РёР·РЅСЊ said, on May 23, 2009 at 22:33
      +1 к предыдущему комментарию
      Reply
      Leave a Reply Cancel reply
      Enter your comment here…
      Fill in your details below or click an icon to log in:
      Email (required) (Address never made public)
      Name (required)
      Website
      You are commenting using your WordPress.com account. ( Log Out / Change )
      You are commenting using your Twitter account. ( Log Out / Change )
      You are commenting using your Facebook account. ( Log Out / Change )
      Cancel
      Connecting to %s
      Notify me of follow-up comments via email.
      The Author
      One day I wont be a n00b anymore!
      The Pages
      About
      The Search
      search site archives
      The Associates
      Howto Forge
      LOLbots
      nixCraft
      The Archives
      March 2012
      February 2012
      August 2010
      June 2010
      April 2010
      March 2010
      January 2010
      October 2009
      July 2009
      November 2008
      July 2007
      June 2007
      May 2007
      April 2007
      March 2007
      The Categories
      Administration
      Applications
      Wordpress
      Arch Linux
      Desktop
      Window Managers
      Distributions
      General
      Howto
      Humour
      Linux
      Projects
      Knowledge Base
      SysAdmin
      SQL
      Virtualisation
      The Meta
      Log in
      Site Feed
      Comments Feed
      Back to top
      Blog at WordPress.com. Theme: The Journalist 1.3 by Lucian Marin.
      /* */
      jQuery(document).ready(function($) Gravatar.profile_cb = function( h, d ) WPGroHo.syncProfileData( h, d ); ; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( ‘body’, ‘#wp-admin-bar-my-account’ ); );
      Follow
      Follow “linux n00b”
      Get every new post delivered to your Inbox.
      Powered by WordPress.com
      //
      st_go(‘blog’:’898570′,’v':’wpcom’,'tz’:’8′,’user_id’:’0′,’post’:’27′,’subd’:'linuxn00b’);
      ex_go(‘crypt’:'UE5XaGUuOTlwaD85flAmcm1mcmZsaDhkV11YdWFnNncxc1tjZG9XVXhRb2JySWZQY1U1P1QscFEzLGlVRVp8LGozVlIxNyt8NlV4UGt6XVJsNlI4bVQsZWIxQVBlZzVGZF8veWh8TTg9a3ZobTdob2slUzJGWFl6NV8mcGNwbmowRjliTERzYT1hOHM/bjk2cCVEfi5LRHNJa3oyYS93UD9jNTlhZGssWWR5RG9OVTJ8NEt4S01iamlLVmFFRlsreFBHRmpraCZKWWcuR2pIfjdJcT03bjFqLHI0dldYen5uT35heE5ITHxCbCwsaGVYZCs1cVJxM25ZUktzS1hUUFFOb0hhR0s1QXcyX1lxbmk4dkpfMERwdDNPLU5bMklWLU5aLTY=’);
      addLoadEvent(function()linktracker_init(’898570′,27););

    • By WebOsPublisher

      _ » VidГ©os
      @import url( sergebile.com/wp-content/themes/Wordpress_Magazine/style.css );
      #menuwrapper, #p7menubar ul a height: 1%; a:active width: auto;
      _
      Home
      Biographie
      Livres
      Documentaires
      Paroles d’esclavage
      ComГ©dies Musicales
      Akwaba
      Articles
      FLux (RSS)
      Commentaires (RSS)
      NГ© le 4 juillet
      AprГЁs 10 ans de hits interprГ©tГ©s par les plus belles voix antillaises, Serge BILE publie le Best of de ses plus belles chansons d’amour Г©crites pour Tanya Saint-Val, Jean-Marie Ragald, Max Ransay, CГ©line FlГ©riag, Giselle Baka, Kate…
      L’album comprend également deux inédits chantés
      par Cindy MarthГ©ly et LГ©a Galva.
      Pour voir le clip de LГ©a :
      INEDIT “SISYPHE” – [...]
      Partagez cette info sur Facebook
      Written on juillet 6, 2011 | Posted in ActualitГ©s, Nouveau, VidГ©os | Laisser un commentaire
      Biographie d’AimГ© CГ©saire par Serge BilГ© – 1
      Biographie d’AimГ© CГ©saire par Serge BilГ© – 1
      envoyГ© par freshizzle
      Partagez cette info sur Facebook
      var button = document.getElementById(’facebook_share_link’) || document.getElementById(’facebook_share_icon’) || document.getElementById(’facebook_share_both’) || document.getElementById(’facebook_share_button’);
      if (button)
      button.onclick = function(e)
      var url = this.href.replace(/share\.php/, ’sharer.php’);
      window.open(url,’sharer’,’toolbar=0,status=0,width=626,height=436′);
      return false;

      if (button.id === ‘facebook_share_button’)
      button.onmouseover = function()
      this.style.color=’#fff’;
      this.style.borderColor = ‘#295582′;
      this.style.backgroundColor = ‘#3b5998′;

      button.onmouseout = function()
      this.style.color = ‘#3b5998′;
      this.style.borderColor = ‘#d8dfea’;
      this.style.backgroundColor = ‘#fff’;

      Partagez cette info sur Facebook
      Written on dГ©cembre 6, 2008 | Posted in VidГ©os | Laisser un commentaire
      Biographie d’AimГ© CГ©saire par Serge BilГ© – 2
      Biographie d’AimГ© CГ©saire par Serge BilГ© – 2
      envoyГ© par freshizzle
      Partagez cette info sur Facebook
      var button = document.getElementById(’facebook_share_link’) || document.getElementById(’facebook_share_icon’) || document.getElementById(’facebook_share_both’) || document.getElementById(’facebook_share_button’);
      if (button)
      button.onclick = function(e)
      var url = this.href.replace(/share\.php/, ’sharer.php’);
      window.open(url,’sharer’,’toolbar=0,status=0,width=626,height=436′);
      return false;

      if (button.id === ‘facebook_share_button’)
      button.onmouseover = function()
      this.style.color=’#fff’;
      this.style.borderColor = ‘#295582′;
      this.style.backgroundColor = ‘#3b5998′;

      button.onmouseout = function()
      this.style.color = ‘#3b5998′;
      this.style.borderColor = ‘#d8dfea’;
      this.style.backgroundColor = ‘#fff’;

      Partagez cette info sur Facebook
      Written on dГ©cembre 6, 2008 | Posted in VidГ©os | Laisser un commentaire
      B.World Connection. ITV sur “Noirs dans les camps nazis”
      B.World Connection – Serge BilГ©
      envoyГ© par 2fresh
      Partagez cette info sur Facebook
      var button = document.getElementById(’facebook_share_link’) || document.getElementById(’facebook_share_icon’) || document.getElementById(’facebook_share_both’) || document.getElementById(’facebook_share_button’);
      if (button)
      button.onclick = function(e)
      var url = this.href.replace(/share\.php/, ’sharer.php’);
      window.open(url,’sharer’,’toolbar=0,status=0,width=626,height=436′);
      return false;

      if (button.id === ‘facebook_share_button’)
      button.onmouseover = function()
      this.style.color=’#fff’;
      this.style.borderColor = ‘#295582′;
      this.style.backgroundColor = ‘#3b5998′;

      button.onmouseout = function()
      this.style.color = ‘#3b5998′;
      this.style.borderColor = ‘#d8dfea’;
      this.style.backgroundColor = ‘#fff’;

      Partagez cette info sur Facebook
      Written on dГ©cembre 6, 2008 | Posted in VidГ©os | 11 commentaires
      B.World Connection – Serge BilГ© (Suite)
      B.World Connection – Serge BilГ© (Suite)envoyГ© par 2fresh
      Partagez cette info sur Facebook
      var button = document.getElementById(’facebook_share_link’) || document.getElementById(’facebook_share_icon’) || document.getElementById(’facebook_share_both’) || document.getElementById(’facebook_share_button’);
      if (button)
      button.onclick = function(e)
      var url = this.href.replace(/share\.php/, ’sharer.php’);
      window.open(url,’sharer’,’toolbar=0,status=0,width=626,height=436′);
      return false;

      if (button.id === ‘facebook_share_button’)
      button.onmouseover = function()
      this.style.color=’#fff’;
      this.style.borderColor = ‘#295582′;
      this.style.backgroundColor = ‘#3b5998′;

      button.onmouseout = function()
      this.style.color = ‘#3b5998′;
      this.style.borderColor = ‘#d8dfea’;
      this.style.backgroundColor = ‘#fff’;

      Partagez cette info sur Facebook
      Written on dГ©cembre 6, 2008 | Posted in VidГ©os | 9 commentaires
      VIDEO : COUVENT ET SEXUALITE
      Couvent et sexualitГ©
      envoyГ© par SergeBileBlog
      Et si Dieu n’aimait pas les Noirs : Enquête sur le racisme aujourd’hui au Vatican
      En janvier 1944, alors que les armées alliées font route pour libérer Rome, occupée par les nazis, le pape Pie XII exige, curieusement, qu’aucun soldat noir, africain, antillais, ou américain, ne soit déployé aux portes du Vatican.
      En [...]
      Partagez cette info sur Facebook
      Written on octobre 5, 2008 | Posted in VidГ©os | 3 commentaires
      SOWETO, PremiГЁre reprГ©sentation en Martinique
      Soweto – premiГЁre reprГ©sentation en Martinique
      envoyГ© par gildeg
      Partagez cette info sur Facebook
      var button = document.getElementById(’facebook_share_link’) || document.getElementById(’facebook_share_icon’) || document.getElementById(’facebook_share_both’) || document.getElementById(’facebook_share_button’);
      if (button)
      button.onclick = function(e)
      var url = this.href.replace(/share\.php/, ’sharer.php’);
      window.open(url,’sharer’,’toolbar=0,status=0,width=626,height=436′);
      return false;

      if (button.id === ‘facebook_share_button’)
      button.onmouseover = function()
      this.style.color=’#fff’;
      this.style.borderColor = ‘#295582′;
      this.style.backgroundColor = ‘#3b5998′;

      button.onmouseout = function()
      this.style.color = ‘#3b5998′;
      this.style.borderColor = ‘#d8dfea’;
      this.style.backgroundColor = ‘#fff’;

      Partagez cette info sur Facebook
      Written on mai 6, 2008 | Posted in VidГ©os | Laisser un commentaire
      Soweto, les rГ©pГ©titions (24 avril 2008)
      SOWETO, rГ©pГ©titions du 24 avril 2008
      envoyГ© par FanMusikTV
      Partagez cette info sur Facebook
      var button = document.getElementById(’facebook_share_link’) || document.getElementById(’facebook_share_icon’) || document.getElementById(’facebook_share_both’) || document.getElementById(’facebook_share_button’);
      if (button)
      button.onclick = function(e)
      var url = this.href.replace(/share\.php/, ’sharer.php’);
      window.open(url,’sharer’,’toolbar=0,status=0,width=626,height=436′);
      return false;

      if (button.id === ‘facebook_share_button’)
      button.onmouseover = function()
      this.style.color=’#fff’;
      this.style.borderColor = ‘#295582′;
      this.style.backgroundColor = ‘#3b5998′;

      button.onmouseout = function()
      this.style.color = ‘#3b5998′;
      this.style.borderColor = ‘#d8dfea’;
      this.style.backgroundColor = ‘#fff’;

      Partagez cette info sur Facebook
      Written on mai 6, 2008 | Posted in VidГ©os | Laisser un commentaire
      Autres liens
      Categories
      ActualitГ©s
      Non classГ©
      Nouveau
      VidГ©os
      Liens
      Paroles d’esclavage
      Soweto
      Nos Archives
      Mois
      dГ©cembre 2011
      juillet 2011
      janvier 2011
      mars 2010
      novembre 2009
      septembre 2009
      janvier 2009
      dГ©cembre 2008
      octobre 2008
      juin 2008
      mai 2008
      dГ©cembre 2007
      NГ© le 4 juillet
      AprГЁs 10 ans de hits interprГ©tГ©s par les plus belles voix antillaises, Serge BILE publie le Best of de ses plus belles chansons d’amour Г©crites pour Tanya Saint-Val, Jean-Marie Ragald, Max Ransay, CГ©line FlГ©riag, Giselle Baka, Kate…
      L’album comprend également deux inédits chantés
      par Cindy MarthГ©ly et LГ©a Galva.
      Pour voir le clip de LГ©a :
      INEDIT “SISYPHE” – LГ©a Galva
      sergebile.com – facebook
      Disponible Г©galement sur
      iTunes – VirginMega – Fnacmusic – 7Digital – Amazon – Aol -
      eMusic – Deezer – OVI de Nokia – Napster – Musiwave – Starzik…
      Partagez cette info sur Facebook
      Recevez la newsletter:
      SQLFusion
      Web Stats
      Sergebile.com par JB

About Real-Time Advice

  • How breaking news — in the markets, Washington, and around the world — affects you and your money. Have a question about how current events may change your financial future? Email us at ask@smartmoney.com.