作者:李勋

Minimalist Stock Course for Beginners — Complete Implementation Specification

Based on Lip Shiong (李勋), Minimalist Stock Course for Beginners (给投资新手的极简股票课)


Table of Contents

  1. Overview
  2. What Are Stocks
  3. How Stock Markets Work
  4. Basic Valuation — PE Ratio
  5. Basic Valuation — PB Ratio
  6. Basic Valuation — Dividend Yield
  7. Understanding Financial Statements (Simplified)
  8. Index Investing for Beginners
  9. When to Buy
  10. When to Sell
  11. Common Beginner Mistakes
  12. Building a Simple Portfolio
  13. Risk Management for Beginners
  14. Key Quotes

1. Overview

Lip Shiong's Minimalist Stock Course for Beginners is designed for people with zero investment experience who want to understand stock investing from the ground up. The book deliberately strips away complexity, jargon, and advanced concepts to present the essential knowledge a beginner needs to start investing intelligently.

Unlike many beginner books that either oversimplify to the point of uselessness or quickly escalate to advanced topics, this book maintains a consistent beginner- friendly level throughout while covering genuinely useful concepts. The author's philosophy is that investing does not need to be complicated to be effective — a few simple principles applied consistently will outperform the vast majority of retail investors who chase complexity.

1.1 Who This Book Is For

The target reader is someone who:

1.2 Core Message

The book's central message is empowering: you do not need to be smart, wealthy, or mathematically gifted to invest successfully in stocks. You need to understand a handful of basic concepts and have the discipline to apply them consistently.

What You Need What You Do NOT Need
Basic math (addition, percentages) Advanced mathematics
Patience (years, not days) Full-time monitoring
A few thousand RMB to start Large initial capital
Willingness to learn A finance degree
Emotional discipline Insider information

2. What Are Stocks

2.1 Stock as Ownership

Lip Shiong begins with the most fundamental concept: a stock is a piece of ownership in a real business. When you buy one share of a company, you become a part-owner of that company. You own a fraction of its factories, brand, employees' output, intellectual property, and future profits.

This is not an abstract financial concept — it is a legal ownership right. As a shareholder, you have specific rights:

2.2 Why Companies Issue Stock

Companies issue stock to raise capital for growth. Instead of borrowing money from a bank (which must be repaid with interest), a company can sell ownership stakes to investors. The investors provide capital; in return, they share in the company's future success (or failure).

2.3 Why Stock Prices Change

Stock prices change because of supply and demand:

What drives buying and selling interest:

2.4 The Key Insight for Beginners

In the short term, stock prices are driven by emotion and speculation. In the long term, stock prices are driven by business fundamentals — revenue growth, profit margins, and the amount of cash the business generates. The beginner investor should focus on the long term and ignore the short term.


3. How Stock Markets Work

3.1 The Stock Exchange

In China, stocks are traded on two main exchanges:

3.2 Opening an Account

Lip Shiong provides practical guidance on opening a brokerage account:

  1. Choose a brokerage (consider commission rates, app quality, and customer service)
  2. Provide identification documents
  3. Complete the risk assessment questionnaire
  4. Fund the account via bank transfer
  5. Start with a small amount to learn the mechanics before investing meaningfully

3.3 Market Hours and Rules

3.4 Stock Indices

Indices measure the overall market or a segment:

For beginners, watching the CSI 300 is sufficient to understand the market's general direction.


4. Basic Valuation — PE Ratio

4.1 What PE Means

The Price-to-Earnings ratio (PE, 市盈率) is the most commonly used valuation metric:

PE = Stock Price / Earnings Per Share

Or equivalently:
PE = Total Market Capitalization / Total Net Profit

Intuitive meaning: The PE ratio tells you how many years of current earnings you are paying for the stock. A PE of 15 means you are paying 15 times the company's annual earnings — in theory, if earnings stayed constant and were entirely paid out, it would take 15 years to recover your investment.

4.2 What Is a "Good" PE

Lip Shiong cautions against absolute PE targets and instead provides context:

PE Range General Interpretation Caveats
< 10 Cheap — but ask why May be cheap for good reason (declining business)
10-15 Reasonable for mature companies Fair value for slow-growth, stable businesses
15-25 Moderate Acceptable for growing businesses
25-40 Expensive Only justified if growth rate is very high
> 40 Very expensive Extreme optimism priced in; high risk of disappointment

4.3 PE Pitfalls

4.4 How to Use PE as a Beginner

Compare a stock's current PE to: (1) its own 5-year average PE, and (2) the average PE of similar companies in the same industry. If both comparisons show the stock is below its historical and peer average, it may be undervalued.


5. Basic Valuation — PB Ratio

5.1 What PB Means

The Price-to-Book ratio (PB, 市净率):

PB = Stock Price / Book Value Per Share

Or equivalently:
PB = Total Market Capitalization / Net Assets (Shareholders' Equity)

Intuitive meaning: PB tells you how much you are paying relative to the company's net asset value. A PB of 1 means you are paying exactly the book value of the company's assets. Below 1 means you are buying assets at a discount.

5.2 When PB Is Useful

PB is most useful for:

5.3 PB Limitations

5.4 The PB-ROE Connection

Lip Shiong introduces a simplified but powerful concept: a company's fair PB is related to its ROE (return on equity). A company that earns 20% on its equity deserves a higher PB than one earning 8%. The combination of low PB and high ROE is one of the strongest value signals available to beginners.


6. Basic Valuation — Dividend Yield

6.1 What Dividend Yield Means

Dividend Yield = Annual Dividend Per Share / Stock Price

Intuitive meaning: The cash return you receive each year simply for holding the stock, expressed as a percentage. A 4% dividend yield on a 100 RMB stock means you receive 4 RMB per year in dividends.

6.2 Why Dividends Matter

Lip Shiong emphasizes dividends as a concept that beginners often overlook:

6.3 Dividend Yield Benchmarks

Yield Interpretation
< 1% Low — company retains most earnings for growth or has low profitability
1-2% Moderate — typical for growth companies that balance dividends and reinvestment
2-3% Good — attractive for stable companies
3-5% High — very attractive if sustainable. Compare to bank deposit rates.
> 5% Suspicious — verify sustainability. Extremely high yields often signal distress.

6.4 The Dividend Safety Check

Before relying on a dividend yield, verify:


7. Understanding Financial Statements (Simplified)

7.1 The Three Statements

Lip Shiong simplifies financial statement reading to the essential elements:

Income Statement (利润表) — Shows how much money the company made or lost:

Balance Sheet (资产负债表) — Shows what the company owns and owes:

Cash Flow Statement (现金流量表) — Shows actual cash movement:

7.2 The Five-Minute Financial Check

For beginners, Lip Shiong provides a quick assessment framework:

PSEUDOCODE: Five-Minute Financial Check
─────────────────────────────────────────
function quick_check(company):
    // 1. Is it profitable?
    if net_profit > 0 for each of last 3 years:
        profit_check = PASS
    else:
        profit_check = FAIL

    // 2. Is it growing?
    if revenue_this_year > revenue_last_year:
        growth_check = PASS
    else:
        growth_check = CAUTION

    // 3. Is debt manageable?
    debt_ratio = total_liabilities / total_assets
    if debt_ratio < 0.60:
        debt_check = PASS
    elif debt_ratio < 0.80:
        debt_check = CAUTION
    else:
        debt_check = FAIL

    // 4. Is cash flow real?
    if operating_cash_flow > net_profit * 0.7:
        cash_check = PASS
    else:
        cash_check = CAUTION

    // 5. Is it efficient?
    roe = net_profit / equity
    if roe > 0.10:
        efficiency_check = PASS
    else:
        efficiency_check = CAUTION

    return summary(profit_check, growth_check, debt_check, cash_check, efficiency_check)

8. Index Investing for Beginners

8.1 Why Index Investing

Lip Shiong makes a strong case for index investing as the best starting point:

8.2 How to Buy Index Funds

Two main approaches:

8.3 Recommended First Fund

For absolute beginners, Lip Shiong recommends starting with a single CSI 300 index fund. This provides exposure to China's 300 largest companies across all major industries. Once comfortable, add a CSI 500 fund for mid-cap exposure.

8.4 Dollar-Cost Averaging Into Index Funds

The simplest strategy: invest a fixed amount monthly into a CSI 300 index fund. Do not try to time the market. Continue regardless of market conditions. Review annually. This alone will outperform most retail investors.


9. When to Buy

9.1 The Simple Buying Framework

Lip Shiong provides three straightforward buying criteria:

Criterion 1 — Valuation is reasonable: The PE or PB of the stock (or index) is below its 5-year historical average. You are buying at a below-average price relative to earnings or assets.

Criterion 2 — The business is sound: The company (or companies in the index) is profitable, growing, and not excessively indebted. The five-minute financial check passes.

Criterion 3 — You can afford to wait: You do not need the money for at least 3-5 years. If you might need the money sooner, it should not be in stocks.

9.2 When to Buy More

9.3 When NOT to Buy


10. When to Sell

10.1 The Simple Selling Framework

Sell Reason 1 — The fundamentals have deteriorated: The company is losing money, the industry is in permanent decline, or management is acting against shareholder interests. This is the most important sell signal.

Sell Reason 2 — Extreme overvaluation: The PE ratio is far above historical averages (e.g., 2x the 5-year average). The price has disconnected from any reasonable estimate of value. Take profits.

Sell Reason 3 — You need the money: Life circumstances change. If you genuinely need the capital, selling is rational regardless of market conditions.

Sell Reason 4 — A clearly better opportunity exists: You have identified an investment with significantly better risk-reward. The bar should be high — frequent switching destroys returns through transaction costs and taxes.

10.2 When NOT to Sell


11. Common Beginner Mistakes

11.1 The Twelve Most Common Mistakes

Mistake 1: Investing without learning — Putting money in stocks without understanding basic concepts like PE, diversification, or risk.

Mistake 2: Following the herd — Buying what everyone is buying, usually at the peak of a trend.

Mistake 3: Trying to get rich quickly — Expecting 100% returns in a year. Realistic long-term stock returns are 8-12% annually.

Mistake 4: No diversification — Putting all savings into a single stock.

Mistake 5: Checking prices constantly — Looking at your portfolio multiple times per day creates anxiety and leads to impulsive decisions.

Mistake 6: Panic selling — Selling during market crashes, locking in losses at the worst possible time.

Mistake 7: Revenge trading — After a loss, trading aggressively to "win it back." This almost always makes things worse.

Mistake 8: Ignoring fees — Not understanding how commissions, management fees, and transaction taxes erode returns.

Mistake 9: Confusing investing with gambling — Treating stocks as lottery tickets rather than ownership of real businesses.

Mistake 10: Using leverage — Borrowing money to invest, which amplifies losses and can result in losing more than your initial investment.

Mistake 11: Anchoring to purchase price — Refusing to sell a losing stock because you want to "break even." The market does not know or care about your purchase price.

Mistake 12: Overconfidence after initial success — A few lucky trades create the illusion of skill. Overconfidence leads to larger bets and eventually large losses.

11.2 The Anti-Mistake Checklist

Before every investment decision, ask:


12. Building a Simple Portfolio

12.1 The Minimalist Portfolio

Lip Shiong's recommended starter portfolio:

Level 1 — Absolute Beginner (first year):

Level 2 — Comfortable Beginner (year 2-3):

Level 3 — Intermediate (year 3+):

12.2 Asset Allocation Principles

12.3 How Much to Invest

Lip Shiong's practical formula:

PSEUDOCODE: Investment Amount Calculation
──────────────────────────────────────────
monthly_income = your_salary
essential_expenses = rent + food + transportation + utilities + insurance
discretionary_buffer = monthly_income * 0.10    // 10% for unexpected expenses

investable_surplus = monthly_income - essential_expenses - discretionary_buffer

// Never invest more than 50% of surplus
recommended_investment = investable_surplus * 0.50

// Ensure emergency fund is fully funded first
if emergency_fund < monthly_income * 3:
    // Build emergency fund before investing
    investment_this_month = 0
    emergency_contribution = investable_surplus * 0.50
else:
    investment_this_month = recommended_investment

13. Risk Management for Beginners

13.1 Understanding Risk

Lip Shiong simplifies risk into two categories:

Risk you can control:

Risk you cannot control:

The goal is to manage controllable risks so strictly that uncontrollable risks cannot permanently damage your financial health.

13.2 The "Sleep Well" Test

The simplest risk management test: can you sleep well at night with your current investment exposure? If checking your portfolio causes anxiety, you are invested too aggressively. Reduce your exposure until you can genuinely forget about your investments for weeks at a time.

13.3 Never Invest What You Cannot Lose

This is the single most important rule for beginners. Money invested in stocks should be money that, if lost entirely, would not change your lifestyle. This is not because you will likely lose everything — diversified stock investing has a strong long-term track record — but because this mindset prevents panic selling during inevitable downturns.

"Investing is not a talent reserved for the financial elite. It is a life skill that anyone can learn, like cooking or driving."

"The best time to start investing was ten years ago. The second best time is today."

"A stock is not a blinking number on a screen. It is a piece of a real business with real employees, real products, and real profits."

"The PE ratio is not a crystal ball, but it is a flashlight. It does not tell you exactly where to go, but it helps you avoid walking into walls."

"Diversification is the only free lunch in investing. Take as much as you can."

"The stock market is a device for transferring money from the impatient to the patient. Decide which group you want to be in."

"If a stock tip comes from a taxi driver, a barber, or a viral social media post, you can be almost certain that the smart money has already bought and is looking for someone to sell to. That someone is you."

"Investing small amounts consistently is infinitely better than waiting to accumulate a large sum. The habit matters more than the amount."

"The biggest risk for a beginner is not losing money in the market. It is never starting at all, and losing decades of potential compounding to fear and inertia."

"Keep it simple. A single index fund, invested in monthly, reviewed quarterly, is a better strategy than 90% of what professional fund managers do."