Lesson 1.1: The Financial System, Markets, and Instruments – An AI Perspective

1. Learning Objectives

By the end of this lesson, you will be able to:

  • Articulate the primary purpose and structure of the global financial system.

  • Distinguish between primary, secondary, and over-the-counter (OTC) markets.

  • Classify the major financial instruments (equities, fixed income, derivatives, FX) by their cash flow structures and risk profiles.

  • Derive and interpret the Time Value of Money (TVM) using present and future value formulas.

  • Calculate and differentiate between simple returns, log-returns, and portfolio returns.

  • Define volatility and correlation using probabilistic and sample-based formulas.

  • Understand why the structure and statistical properties of financial data present unique challenges and opportunities for AI models.


2. The Financial System: The “Plumbing” of the Economy

At its core, the financial system is a complex network of institutions, markets, and instruments that facilitate the flow of capital from surplus units (savers, investors) to deficit units (borrowers, corporations, governments). Its primary functions are:

  1. Mobilising Savings: Aggregating small amounts of capital for large-scale investment.

  2. Allocating Capital: Directing funds to their most productive uses based on risk-return trade-offs.

  3. Price Discovery: Determining the fair value of assets through the interaction of supply and demand.

  4. Risk Management: Allowing participants to hedge, diversify, or transfer risks (e.g., credit risk, market risk, operational risk).

  5. Facilitating Transactions: Providing a secure and efficient clearing and settlement infrastructure.

The AI Connection: For an AI practitioner, the financial system is not an abstract concept—it is the data-generating process. Every transaction, every quoted price, every trade execution generates a data point. Understanding the institutional “plumbing” tells you where data originates, what its frequency is, and what potential biases (e.g., survivorship bias, selection bias) are embedded within it.


3. Financial Market Structures

Financial markets are the venues where instruments are traded. They are categorised by the nature of the issuance and the mechanism of trading.

 
 
Market Type Definition Example AI Implication
Primary Market Where new securities are issued and sold for the first time. Proceeds go to the issuing entity (e.g., an IPO). Initial Public Offering (IPO), Corporate Bond Issuance. Data is sparse (event-driven). AI can model issuance timing or predict initial pricing, but data is non-stationary and unique.
Secondary Market Where existing securities are traded between investors. Proceeds go to the seller, not the issuer. NYSE, NASDAQ, London Stock Exchange. Rich, high-frequency data. AI thrives here—order books, tick-by-tick prices, and trade volumes provide vast datasets for supervised and reinforcement learning.
Over-The-Counter (OTC) Decentralised markets where trading occurs directly between two parties, often via dealer networks. No central exchange. FX spot market, interest rate swaps, most corporate bonds. Data is opaque and less standardised. AI must often rely on transaction reporting data or dealer-quote feeds, which are less granular and have higher measurement error.

4. Major Financial Instruments: A Cash-Flow Taxonomy

As an AI engineer, you must treat every financial instrument as a cash flow machine. Your models will ultimately predict, hedge, or optimise these cash flows.

4.1 Equities (Common Stock)

  • Nature: Represents ownership in a corporation. Residual claim on assets after all debts are paid.

  • Cash Flows: Variable dividends (if declared) and the eventual sale price (capital gains).

  • Valuation Anchor: Discounted Dividend Model (DDM): P_0 = Σ_{t=1}^{∞} D_t / (1 + r)^t, where P_0 is the current price, D_t is the expected dividend at time t, and r is the required rate of return.

  • AI Application: Predicting future dividends, earnings surprises, or price movements based on fundamental data and alternative data (satellite imagery, web traffic).

4.2 Fixed Income (Bonds)

  • Nature: A loan made by an investor to a borrower (corporate or governmental). A contractual obligation.

  • Cash Flows: Periodic coupon payments (fixed or floating) plus the repayment of the face value (principal) at maturity.

  • Valuation Anchor: The bond price is the present value of all its future cash flows, discounted at the yield to maturity (YTM).

  • Key Math: For a fixed-rate bond with coupon C, face value Fn periods, and yield y:
    P = Σ_{t=1}^{n} C / (1 + y)^t + F / (1 + y)^n

  • AI Application: Credit risk modelling (predicting probability of default), yield curve construction from noisy prices, and liquidity prediction.

4.3 Derivatives (Options, Futures, Swaps)

  • Nature: Instruments whose value is derived from the performance of an underlying asset (stock, bond, commodity, index).

  • Forwards/Futures: Obligations to buy/sell at a specified future date and price. Cash flow is the difference between the agreed price and the spot price at maturity.

  • Options: Rights (but not obligations) to buy (Call) or sell (Put) at a specified strike price. Cash flows are asymmetric (payoff = max(S_T – K, 0) for a Call).

  • AI Application: Volatility surface modelling, automated market-making, and optimal execution