Created at 2am, Jan 7
cyranodbPsychology
0
Benjamin Graham's Timeless Investment Principles
KZ27V4wfsaRekb0u4zSdhlZ6xAhtqHwLWjE22p-_kNU
File Type
DOCX
Entry Count
13
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Benjamin Graham is considered a legend in the investing field, having authored two key books on the subject, Security Analysis (1934), and The Intelligent Investor (1949). Graham refers to value investing as investing with a margin of safety, which is the amount he believes a stock is undervalued. Graham views market volatility as a given, but also as an opportunity to buy stocks at a discount and sell at a premium. Graham cautions his readers to understand what kind of investor they are (active versus passive) before they become involved with the market.

Active vs. Passive Investors Graham referred to active and passive investors as "enterprising investors" and "defensive investors."1 You only have two real choices: The first choice is to make a serious commitment in time and energy to become a good investor who equates the quality and amount of hands-on research with the expected return. If this isn't your cup of tea, then be content to get a passive (possibly lower) return, but with much less time and work. Graham turned the academic notion of "risk = return" on its head. For him, "work = return." The more work you put into your investments, the higher your return should be. If you have neither the time nor the inclination to do quality research on your investments, then investing in an index is a good alternative.
id: 6dfeca8909d535b6eb212a2953d91c70 - page: 2
Graham said that the defensive investor could get an average return by simply buying the 30 stocks of the Dow Jones Industrial Average in equal amounts.5 Both Graham and Buffett have said that getting even an average return, such as the return of the S&P 500, is more of an accomplishment than it might seem. The fallacy that many people buy into, according to Graham, is that if it's so easy to get an average return with little or no work (through indexing), then just a little more work should yield a slightly higher return. The reality is that most people who try this end up doing much worse than average.
id: 9467438759a46bc209ef5b2107ffc360 - page: 3
In modern terms, the defensive investor would be an investor in index funds of both stocks and bonds. In essence, they own the entire market, benefiting from the areas that perform the best without trying to predict those areas ahead of time. In doing so, an investor is virtually guaranteed the market's return and avoids doing worse than average by just letting the stock market's overall results dictate long-term returns. According to Graham, beating the market is much easier said than done, and many investors will find they don't beat the market.6
id: b552b481a1211f4aa12d5716124ebb31 - page: 3
Speculator vs. Investor Not all people in the stock market are investors. Graham believed that it was critical for people to determine whether they were investors or speculators.7 The difference is simple: An investor looks at a stock as part of a business and the stockholder as the owner of the business, while the speculator views himself as playing with expensive pieces of paper, with no intrinsic value. For the speculator, value is only determined by what someone will pay for the asset. To paraphrase Graham, there is intelligent speculating as well as intelligent investing; the key is to be sure you understand which you are good at.
id: 618dd3cfe0b0023c9320d4ff4183c756 - page: 3
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "KZ27V4wfsaRekb0u4zSdhlZ6xAhtqHwLWjE22p-_kNU", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "KZ27V4wfsaRekb0u4zSdhlZ6xAhtqHwLWjE22p-_kNU", "level": 2}'