edusolum

📖 Unit 4: Financial Sector

# Unit 4: The Financial Sector

# 1. INTRODUCTION

Imagine a modern economy as a complex machine. If the production of goods and services (Unit 2 and 3) represents the gears and pistons of this machine, then the Financial Sector is the oil that ensures everything moves smoothly. Without a way to channel funds from those who save to those who need to borrow for investment, the engine of economic growth would seize up.

In this chapter, we transition from the "real" economy (where we track actual physical output) to the "nominal" or "monetary" economy. We will explore what money actually is—spoiler: it’s not just the paper in your wallet—and how the banking system literally "creates" money out of thin air through the process of lending. We will analyze the crucial role of the Central Bank (the Federal Reserve in the U.S.) in managing the money supply to combat inflation and recession. Finally, we will look at the markets where interest rates are determined, bridging the gap between the financial sector and the aggregate demand of the entire nation. By the end of this unit, you will understand how a single decision by a group of economists in Washington D.C. can influence the price of your future car loan or the success of a local business.


# 2. ALL KEY CONCEPTS, TERMS, FOUNDATIONAL KNOWLEDGE, and PRINCIPLES

# A. Financial Assets and Liquidity

  • Asset: Anything of value owned by a person or business.
  • Liability: A debt or financial obligation owed to others.
  • Liquidity: The ease and speed with which an asset can be converted into cash without significant loss of value. Cash is the most liquid asset; a house is highly illiquid.
  • Financial Asset: A liquid asset that derives value from a contractual claim (e.g., stocks, bonds, bank deposits).
  • Bond: A "I owe you" (IOU) issued by a borrower (government or corporation) to a lender. It represents debt.
  • Stock: A claim of partial ownership in a corporation. It represents equity.

# B. Interest Rates

  • Interest Rate ($i$): The price of borrowing money or the reward for lending/saving money.
  • Nominal Interest Rate: The interest rate expressed in current dollar terms, unadjusted for inflation.
  • Real Interest Rate ($r$): The interest rate adjusted for inflation, representing the true "purchasing power" of the interest earned.
  • Expected Inflation ($\pi^e$): The rate at which the public believes prices will rise in the future.

# C. Money and the Banking System

  • Money: Any asset that can easily be used to purchase goods and services.
  • Commodity Money: An asset with intrinsic value used as money (e.g., gold, salt).
  • Fiat Money: Money whose value is derived from government decree and social acceptance, with no intrinsic value (e.g., the U.S. Dollar).
  • M1: The narrowest definition of money; includes currency in circulation, traveler's checks, and demand deposits (checking accounts).
  • M2: A broader definition; includes M1 plus "near moneys" like savings accounts, certificates of deposit (CDs), and money market funds.
  • Fractional Reserve Banking: A system where banks hold only a portion of deposits as reserves and lend out the rest.
  • Required Reserves: The minimum amount of reserves a bank must hold by law.
  • Excess Reserves: Reserves held by a bank beyond the required amount; these are the source of new loans.

# D. Central Banking and Policy

  • Central Bank: An institution that manages a nation's currency, money supply, and interest rates (e.g., the Federal Reserve).
  • Monetary Policy: Actions taken by the central bank to influence the economy.
  • Open Market Operations (OMO): The buying and selling of government bonds by the central bank.
  • Federal Funds Rate: The interest rate banks charge each other for overnight loans of reserves.

# 3. IN-DEPTH EXPLANATION of EVERY CONCEPT and PRINCIPLE

# 4.1 – Financial Assets and the Inverse Bond Relationship

Financial assets allow for the transfer of funds from surplus units (savers) to deficit units (borrowers).

  1. The Opportunity Cost of Holding Cash: When you hold money in your pocket, you gain liquidity (convenience) but lose the interest you could have earned by holding a bond. Thus, the interest rate is the opportunity cost of holding money.
  2. Bonds and Interest Rates: A bond pays a fixed amount of interest (the coupon). Because the coupon is fixed, the market price of the bond must change when market interest rates change.
    • The Relationship: There is an inverse relationship between bond prices and interest rates.
    • Why? If you own a bond paying $5%$ and the market interest rate rises to $10%$, no one wants to buy your $5%$ bond at face value. You must lower the price of your bond to make it attractive to buyers.
      $$ \text{Bond Price} \propto \frac{1}{\text{Interest Rate}} $$
{
  "type": "line",
  "title": "The Inverse Relationship: Bond Prices vs. Interest Rates",
  "subtitle": "As market interest rates rise, the price of existing bonds must fall.",
  "xLabel": "Market Interest Rate (%)",
  "yLabel": "Bond Price ($)",
  "labels": ["1", "2", "4", "5", "8", "10"],
  "datasets": [
    { 
      "label": "Price of a Bond with $100 Annual Coupon", 
      "data": [10000, 5000, 2500, 2000, 1250, 1000], 
      "tension": 0.4,
      "borderColor": "#ef4444"
    }
  ]
}

# 4.2 – Nominal vs. Real Interest Rates

The relationship between nominal rates, real rates, and inflation is captured by the Fisher Equation:
$$ i = r + \pi^e $$
Where:

  • $i$ = Nominal interest rate
  • $r$ = Real interest rate
  • $\pi^e$ = Expected inflation rate

Ex-post Calculation: After the loan period ends, we calculate the actual real interest rate using actual inflation ($\pi$):
$$ r = i - \pi $$

  • If $\pi > \pi^e$, the borrower benefits because they pay back the loan with "cheaper" dollars.
  • If $\pi < \pi^e$, the lender benefits because the dollars received have more purchasing power than expected.

# 4.3 – Money: Definition, Functions, and Measurement

To be considered money, an asset must perform three functions:

  1. Medium of Exchange: An item that buyers give to sellers when they want to purchase goods and services.
  2. Unit of Account: The yardstick people use to post prices and record debts (standard measure).
  3. Store of Value: An item that people can use to transfer purchasing power from the present to the future.

The Monetary Base ($MB$ or $M0$): This is the "high-powered money."
$$ MB = \text{Currency in Circulation} + \text{Bank Reserves} $$
Note that $M1$ includes currency and checking deposits, but not bank reserves.

# 4.4 – Banking and Money Expansion

Banks create money by making loans.

  • The Reserve Ratio ($rr$): The fraction of deposits that a bank holds as reserves.
  • Money Multiplier ($m$): The amount of money the banking system generates with each dollar of excess reserves.
    $$ m = \frac{1}{rr} $$
  • Maximum Change in Money Supply ($\Delta MS$):
    $$ \Delta MS = \text{Excess Reserves} \times \frac{1}{rr} $$

Banks use T-Accounts to track their assets and liabilities.

{
  "title": "Commercial Bank T-Account (Balance Sheet)",
  "width": 520,
  "height": 280,
  "background": "none",
  "elements": [
    { "type": "rect", "x": 50, "y": 60, "w": 420, "h": 200, "fill": "none", "stroke": "#334155" },
    { "type": "line", "x1": 260, "y1": 60, "x2": 260, "y2": 260, "color": "#334155" },
    { "type": "line", "x1": 50, "y1": 100, "x2": 470, "y2": 100, "color": "#334155" },
    { "type": "label", "x": 155, "y": 85, "text": "ASSETS", "bold": true, "size": 16 },
    { "type": "label", "x": 365, "y": 85, "text": "LIABILITIES", "bold": true, "size": 16 },
    { "type": "label", "x": 60, "y": 130, "text": "Required Reserves (10%): $100", "size": 14, "color": "#1e293b" },
    { "type": "label", "x": 60, "y": 160, "text": "Excess Reserves: $100", "size": 14, "color": "#14b8a6" },
    { "type": "label", "x": 60, "y": 190, "text": "Loans: $800", "size": 14, "color": "#1e293b" },
    { "type": "label", "x": 270, "y": 130, "text": "Demand Deposits: $1,000", "size": 14, "color": "#1e293b" },
    { "type": "label", "x": 270, "y": 160, "text": "Owner's Equity: $0", "size": 14, "color": "#1e293b" },
    { "type": "label", "x": 155, "y": 240, "text": "Total Assets: $1,000", "size": 12, "bold": true },
    { "type": "label", "x": 365, "y": 240, "text": "Total Liab: $1,000", "size": 12, "bold": true }
  ]
}
  • Leakages: In the real world, the actual expansion is less than the maximum because:
    1. Banks may hold excess reserves (don't lend everything).
    2. Customers may hold cash (don't deposit everything).

# 4.5 – The Money Market

This market determines the nominal interest rate.

  • Money Demand ($M_D$): Downward sloping. As interest rates ($i$) decrease, the opportunity cost of holding money falls, so people hold more money.
    • Shifters: Changes in Price Level, Real GDP, or Technology (e.g., credit cards).
  • Money Supply ($M_S$): Vertical line. It is set by the Central Bank and does not depend on the interest rate.
  • Equilibrium: Where $M_D = M_S$.
{
  "type": "line",
  "title": "The Money Market",
  "subtitle": "Determining the Nominal Interest Rate (i)",
  "xLabel": "Quantity of Money (Billions $)",
  "yLabel": "Nominal Interest Rate (i%)",
  "labels": ["0", "100", "200", "300", "400", "500", "600"],
  "datasets": [
    { 
      "label": "Money Demand (MD)", 
      "data": [10, 8, 6, 4, 2, 1, 0.5], 
      "borderColor": "#6366f1",
      "tension": 0.1 
    },
    { 
      "label": "Money Supply (MS)", 
      "data": [null, null, null, 10, null, null, null], 
      "borderColor": "#14b8a6",
      "borderWidth": 3,
      "showLine": true,
      "pointRadius": 0
    }
  ]
}

(Note: MS is conceptually a vertical line at the quantity set by the Fed, shown here at $300 billion.)

# 4.6 – Monetary Policy

The Central Bank uses two main frameworks depending on the level of reserves in the banking system:

A. Limited Reserves (Traditional): The Fed shifts the $M_S$ curve using:

  1. Open Market Operations:
    • Buy Bonds $\rightarrow$ $M_S \uparrow$ $\rightarrow$ $i \downarrow$ (Expansionary)
    • Sell Bonds $\rightarrow$ $M_S \downarrow$ $\rightarrow$ $i \uparrow$ (Contractionary)
  2. Discount Rate: The rate the Fed charges banks for loans. Lowering it is expansionary.
  3. Reserve Requirement: The % of deposits banks must keep. Lowering it is expansionary.

B. Ample Reserves (Modern): Used when the system is flooded with reserves. $M_S$ intersects $M_D$ at its horizontal section.

  1. Interest on Reserves (IOR): The primary tool. If the Fed raises IOR, banks keep more reserves, raising the market interest rate.

The Transmission Mechanism:

{
  "title": "Monetary Policy Transmission Mechanism",
  "width": 520,
  "height": 150,
  "background": "none",
  "elements": [
    { "type": "rect", "x": 20, "y": 40, "w": 80, "h": 40, "label": "Fed Action", "fill": "#f59e0b" },
    { "type": "vector", "x1": 100, "y1": 60, "x2": 130, "y2": 60, "color": "#334155" },
    { "type": "rect", "x": 130, "y": 40, "w": 60, "h": 40, "label": "MS ↑", "fill": "#14b8a6" },
    { "type": "vector", "x1": 190, "y1": 60, "x2": 220, "y2": 60, "color": "#334155" },
    { "type": "rect", "x": 220, "y": 40, "w": 60, "h": 40, "label": "i ↓", "fill": "#6366f1" },
    { "type": "vector", "x1": 280, "y1": 60, "x2": 310, "y2": 60, "color": "#334155" },
    { "type": "rect", "x": 310, "y": 40, "w": 60, "h": 40, "label": "I ↑", "fill": "#14b8a6" },
    { "type": "vector", "x1": 370, "y1": 60, "x2": 400, "y2": 60, "color": "#334155" },
    { "type": "rect", "x": 400, "y": 40, "w": 80, "h": 40, "label": "AD ↑", "fill": "#ef4444" }
  ]
}

# 4.7 – The Loanable Funds Market

This market determines the real interest rate ($r$). It represents the interaction between those who want to save (Supply) and those who want to borrow for investment (Demand).

  • Demand for Loanable Funds ($D_{LF}$): Comes from Investment (firms) and Government borrowing. Slopes downward because at lower $r$, projects are more profitable.
  • Supply of Loanable Funds ($S_{LF}$): Comes from National Savings (Private Savings + Public Savings). Slopes upward because higher $r$ incentivizes saving.
  • Crowding Out: When the government runs a budget deficit, it borrows in the $LF$ market. This increases $D_{LF}$, raising the real interest rate and "crowding out" (reducing) private investment.
{
  "type": "line",
  "title": "The Loanable Funds Market",
  "subtitle": "Determining the Real Interest Rate (r)",
  "xLabel": "Quantity of Loanable Funds ($)",
  "yLabel": "Real Interest Rate (r%)",
  "labels": ["0", "20", "40", "60", "80", "100"],
  "datasets": [
    { 
      "label": "Demand (D_LF)", 
      "data": [10, 8, 6, 4, 2, 0], 
      "borderColor": "#ef4444",
      "tension": 0 
    },
    { 
      "label": "Supply (S_LF)", 
      "data": [0, 2, 4, 6, 8, 10], 
      "borderColor": "#14b8a6",
      "tension": 0 
    }
  ]
}

# 4. EXAMPLES

1. Bond Price Calculation: A bond pays a fixed $$50$ per year. If the market interest rate is $5%$, the bond is worth $$1,000$. If the interest rate rises to $10%$, the bond's price falls to $$500$ ($Price = \frac{50}{0.10}$).

2. Real Interest Rate (Ex-ante): A bank lends $$1,000$ at a $7%$ nominal rate, expecting $3%$ inflation. The expected real rate is $r = 7% - 3% = 4%$.

3. Real Interest Rate (Ex-post): If actual inflation turns out to be $5%$, the actual real interest rate realized by the bank is $r = 7% - 5% = 2%$. The borrower benefited.

4. M1 vs. M2 Identification: A $$100$ bill in a wallet is $M1$. A $$1,000$ balance in a savings account is $M2$ (but not $M1$). A $$500$ checking account balance is both $M1$ and $M2$.

5. Functions of Money (Scenario): You see a price tag of $$20$ on a shirt. This is the Unit of Account function.

6. Functions of Money (Scenario): You pay for the shirt with a debit card. This is the Medium of Exchange function.

7. Reserve Requirement Calculation: A bank receives a $$10,000$ cash deposit. If the reserve requirement is $10%$, the bank must keep $$1,000$ in required reserves and has $$9,000$ in excess reserves.

8. Simple Money Multiplier: If the reserve requirement is $20%$, the multiplier is $m = \frac{1}{0.20} = 5$.

9. Maximum Money Creation: If a bank starts with $$5,000$ in new excess reserves and the $rr$ is $0.1$, the maximum increase in the money supply is $$5,000 \times 10 = $50,000$.

10. Total Change in M1 vs. Change in Loans: If a person deposits $$1,000$ cash (already in $M1$) into a bank with $rr = 0.1$, the new loans created are $$900 \times 10 = $9,000$. The total $M1$ increases by $$9,000$ because the original $$1,000$ changed from currency to a deposit (no net change in $M1$ for that step).

11. Monetary Base vs. Money Supply: If the Fed buys $$1$ million in bonds from a bank, the Monetary Base ($MB$) increases immediately by $$1$ million. The Money Supply ($M1$) will eventually increase by a multiple of that.

12. Open Market Purchase (Expansionary): The Fed buys bonds $\rightarrow$ Bank reserves increase $\rightarrow$ Banks lend more $\rightarrow$ $M_S$ shifts right $\rightarrow$ Nominal interest rates fall.

13. Open Market Sale (Contractionary): The Fed sells bonds $\rightarrow$ Bank reserves decrease $\rightarrow$ Banks lend less $\rightarrow$ $M_S$ shifts left $\rightarrow$ Nominal interest rates rise.

14. Money Market - Price Level Shift: If the general price level in the economy rises, people need more money for daily transactions. $M_D$ shifts right, increasing the nominal interest rate.

15. Money Market - Income Shift: If Real GDP increases, households earn more and want to spend more. $M_D$ shifts right, increasing the nominal interest rate.

16. Discount Rate Impact: The Fed lowers the discount rate from $4%$ to $3%$. Commercial banks borrow more from the Fed, increasing reserves and the money supply.

17. Federal Funds Rate Target: If the Fed wants to lower the Federal Funds Rate, it will perform an Open Market Purchase to increase the supply of reserves.

18. Loanable Funds - Household Savings: If households decide to save more for retirement, $S_{LF}$ shifts right. This lowers the real interest rate and increases the equilibrium quantity of loanable funds.

19. Loanable Funds - Business Optimism: If firms become optimistic about the future, they increase investment demand. $D_{LF}$ shifts right, raising the real interest rate.

20. Crowding Out (Deficit Spending): The government increases spending without raising taxes. It borrows in the $LF$ market. $D_{LF}$ shifts right $\rightarrow$ $r \uparrow$ $\rightarrow$ Private Investment ($I$) $\downarrow$.

21. Capital Inflows (Open Economy): Foreigners decide to invest more in U.S. assets. This increases the $S_{LF}$ (Supply of Loanable Funds), lowering the real interest rate.

22. T-Account Balance Sheet:

Assets Liabilities
Reserves: $$200$ Deposits: $$1,000$
Loans: $$800$ Equity: $$0$
If $rr = 10%$, required reserves are $$100$. Excess reserves are $$100$. The bank can lend an additional $$100$.

23. T-Account (Deposit effect): A customer withdraws $$100$. Deposits fall to $$900$. Reserves fall to $$100$. If $rr = 10%$, required reserves are now $$ 90$. The bank's excess reserves are now only $$10$.

24. Net Worth Calculation: A bank has $$10M$ in reserves, $$50M$ in loans, and $$55M$ in deposits. Net Worth (Equity) = Assets - Liabilities = $(10+50) - 55 = $5M$.

25. Expansionary Monetary Policy and AD: The Fed buys bonds. $M_S \uparrow \rightarrow i \downarrow \rightarrow I \uparrow \rightarrow AD \uparrow$. This is used to close a recessionary gap.

26. Contractionary Monetary Policy and Inflation: The Fed sells bonds. $M_S \downarrow \rightarrow i \uparrow \rightarrow I \downarrow \rightarrow AD \downarrow$. This is used to slow down an overheating economy (inflationary gap).

27. Interest on Reserves (IOR) in Ample Reserves: The Fed wants to raise interest rates but the system has trillions in excess reserves. The Fed increases the IOR. Banks are now unwilling to lend to the public for less than what the Fed pays them. Market rates rise.

28. Real Interest Rate and Investment: If the real interest rate is $10%$ and a project's expected rate of return is $8%$, the firm will not invest. If $r$ falls to $5%$, the firm will invest.

29. Money Demand - Technology: The widespread use of mobile payment apps (like Apple Pay) reduces the need to hold cash. $M_D$ shifts left, lowering nominal interest rates.

30. Effect of Tax Credits on LF: The government offers an "Investment Tax Credit." Firms want to buy more machinery. $D_{LF}$ shifts right, $r$ increases.

31. The "Broken" Multiplier: If the $rr$ is $10%$ but banks are scared of a recession and keep $20%$ in excess reserves, the effective multiplier is much lower than $10$.

32. Nominal Rate Floor: If the nominal interest rate is $0%$, the Fed cannot easily lower it further using traditional OMO. This is known as the "Zero Lower Bound."

33. Transfer of Wealth: Unexpected inflation is $10%$, but the loan was set at $5%$ nominal interest. The lender loses $5%$ in real terms ($r = 5 - 10 = -5%$). Wealth is transferred from the lender to the borrower.

34. Money Supply Definition (Credit Cards): Why aren't credit cards in M1? Because credit cards are a liability (a loan), not an asset that you own. The "money" is the payment made by the bank on your behalf.

35. National Savings Equation: In a closed economy, $S_{National} = (Y - T - C) + (T - G)$. If $G > T$ (budget deficit), Public Savings is negative, which reduces the total $S_{LF}$ available for private investment.

Certificate terms & implications

Course Mastery Certificates require an active Unlimited subscription at the time of generation and 100% course completion. They recognise learning content completion only — not an accredited qualification, licence, or professional credential unless explicitly stated. edusolum may modify eligibility, design, and issuance requirements per its Terms of Service.