Skip to main content

Private Equity Supports Efficient Markets (and why you should care)

  1. What is Private Equity?

    • Private equity refers to investments made in companies that are not publicly traded. The goal is to achieve high returns by improving the company’s operations and then selling it for a profit.
    • Think of diamond-in-the-rough companies in which value is difficult to see, (but which you are assured is there). 
  2. What is the Efficient Markets Hypothesis (EMH)?

    • The EMH states that share prices reflect all available information. It posits that stocks always trade at their fair market value, making it impossible to consistently outperform the market through expert stock selection or market timing.
    • Levels of Efficiency:
    • People who fancy themselves expert investors, or who pay their fees, understandably disagree with the EMH.
  3. Why should I care?

    • You might not directly invest in private equity (or public equity for that matter), but your retirement fund might. You may be indirectly exposed to both.
    • Underlying this discussion is the question of how well humans can beat the market by finding and harnessing hidden value.
      • This could influence how you approach investment and opportunity.
      • This also highlights our biases, notably our bias towards symmetry; it's dead simple to actively underperform, so we believe we should be able to actively outperform.

  4. Has Private Equity outperformed Public Equity?

    • Over the past decade, returns from private equity and public equity have converged.
    • Details:
      • Since 2009, US public equity returns have essentially matched returns from US buyouts (private equity) at around 15% annually.
      • While both these returns are impressive, investors expect private equity to generate alpha (outperformance) through value-creation strategies and leverage, and to compensate for private equity assets being difficult to trade (illiquidity) and value.
  5. Does This Support the EMH?

Comments

Popular posts from this blog

Transcode to PSP using Handbrake

Source: Handbrake 0.9.9.5530 64-bit edition Target: (Phat) Playstation Portable PSP-1000 , System Software: 6.60 Many internet articles on how to transcode video to PSP using Handbrake have not worked for me. Even the most helpful are incomplete. I hope this post will help fill in the blanks. There is no longer any PSP preset for Handbrake, but from what I can gather, the preset had only limited success as the x264 encoder would change syntax and settings between versions. Other presets that may have worked before, like 'iPod' and 'Apple-Universal' now do not. Here is what worked for me, step by step:

Firefox History Statistics - Extracting from Places.sqlite

If you want to take a look at Firefox surfing activity, the about:me add-on is a good start. However, it presents only one view of data and is thus limited in its ability to present more detailed statistics. We will view that data in a different program. So let's first extract it from the browsing history stored in the Places.sqlite file into a CSV file using a Firefox add-on. Step 1 - Locate and copy Places.sqlite to a working location On Windows machines, Places.sqlite is found in a directory similar to: C:\Users\User1\AppData\Roaming\Mozilla\Firefox\Profiles\ .default\places.sqlite Copy the file to another location. The database will be locked while using Firefox, and the SQLite plugin we will use to open it.

Bloomberg JSON data into Libreoffice Calc

LibreOffice Calc has no inbuilt stock market functions, and a popular plugin which offered those has stopped working along with changes to Yahoo Finance. Luckily, we can get the latest quotes from Bloomberg. [2018-12-15] Bloomberg Finance is, understandably, blocking multiple simultaneous requests. A more flexible solution is using a Python Stock Scraper .