|
| 1 | +# The Physics of Money: Valuation, Employment, and the Federal Funds Rate ($r$) |
| 2 | + |
| 3 | +## Introduction: The Algorithm of Value |
| 4 | + |
| 5 | +Why does a 0.25% change in a generic bank rate cause the stock market to crash? |
| 6 | +Why does this same number determine if you can buy a house or if your company cancels your yearly bonus? |
| 7 | +Why is the entire global economy sensitive to a single variable? |
| 8 | + |
| 9 | +The Federal Funds Rate ($r$) is the "gravity" of the financial world. It is the input variable that determines the weight of every dollar, every debt, and every asset on Earth. |
| 10 | + |
| 11 | +### The Promise |
| 12 | +By the end of this tutorial (approx. 40 minutes), you will understand the mechanical relationship between the Federal Reserve and your wallet. You will not just learn "high interest is bad for borrowing." You will learn the specific valuation algorithms used by Wall Street and Corporations to price the world. |
| 13 | + |
| 14 | +You will master these formal concepts: |
| 15 | + |
| 16 | +* **The Master Formula:** $PV = \frac{CF}{(1+r)^n}$ |
| 17 | +* **Discounted Cash Flow (DCF):** The math behind stock prices. |
| 18 | +* **Net Present Value (NPV):** The logic behind hiring and firing. |
| 19 | +* **Opportunity Cost:** The mathematical floor for investment. |
| 20 | + |
| 21 | +### The Syllabus: From Math to Reality |
| 22 | + |
| 23 | +We will break down the economy into four variables. |
| 24 | + |
| 25 | +1. **Your Debt (Leverage):** |
| 26 | + * **Concept:** Amortization mechanics. |
| 27 | + * **Reality:** Why a 4% rate increase doubles your monthly interest. |
| 28 | +2. **Your Assets (Valuation):** |
| 29 | + * **Concept:** Discounted Cash Flow ($PV = \frac{CF}{(1+r)}$). |
| 30 | + * **Reality:** Why "safe" money kills "risky" tech stocks. |
| 31 | +3. **Your Job (Hurdle Rates):** |
| 32 | + * **Concept:** Net Present Value (NPV). |
| 33 | + * **Reality:** Why companies stop hiring even if they are profitable. |
| 34 | +4. **Your Cash (The Thermostat):** |
| 35 | + * **Concept:** Monetary Transmission Mechanism. |
| 36 | + * **Reality:** How the Fed intentionally slows the economy to fight inflation. |
| 37 | + |
| 38 | +**The core thesis:** The interest rate ($r$) is the denominator in the equation of value. As $r$ increases, the value of everything else decreases. |
| 39 | + |
| 40 | +Let’s begin with the most direct impact: Debt. |
| 41 | + |
| 42 | +## Section 1: Your Monthly Budget (The Price of Leverage) |
| 43 | + |
| 44 | +The most immediate impact of the Federal Funds Rate ($r$) is on the price of **Leverage**. Most individuals and companies do not buy assets with cash; they buy them with debt. |
| 45 | + |
| 46 | +### The Problem: The Monthly Payment Cap |
| 47 | +You want to buy a house. You take out a **\$300,000** mortgage. |
| 48 | +Most people think the price of the house is \$300,000. It is not. The price is the **monthly payment**. |
| 49 | +You have a budget limit of what you can pay per month. Let's see how $r$ breaks this limit. |
| 50 | + |
| 51 | +### Concrete Solution: 3% vs 7% |
| 52 | +Let’s compare the interest costs in the first year. |
| 53 | + |
| 54 | +**Case A: The Low-Rate World ($r = 3\%$)** |
| 55 | +$$300,000 \times 0.03 = \$9,000 \text{ per year}$$ |
| 56 | +**Monthly Interest cost:** $\approx \$750$ |
| 57 | + |
| 58 | +**Case B: The High-Rate World ($r = 7\%$)** |
| 59 | +$$300,000 \times 0.07 = \$21,000 \text{ per year}$$ |
| 60 | +**Monthly Interest cost:** $\approx \$1,750$ |
| 61 | + |
| 62 | +**The Result:** |
| 63 | +The difference is **\$1,000 per month**. You get the exact same house, the exact same bricks, and the exact same land. But the cost of "renting the money" to buy it has more than doubled. |
| 64 | + |
| 65 | +### Abstraction: Debt Service |
| 66 | +This concept is called **Debt Service**. |
| 67 | +When $r$ is low, money is cheap. You can service a large debt pile with a small income. |
| 68 | +When $r$ is high, money is expensive. Your buying power collapses. |
| 69 | + |
| 70 | +If your budget maxes out at \$2,000/month: |
| 71 | +* At 3%, you can afford the house easily. |
| 72 | +* At 7%, you are mathematically insolvent. |
| 73 | + |
| 74 | +### Formalization: The Amortization Algorithm |
| 75 | +While the simple math above is a good approximation, banks use the **Amortization Formula** to calculate the exact fixed monthly payment ($M$). |
| 76 | + |
| 77 | +$$ M = P \frac{r(1+r)^n}{(1+r)^n - 1} $$ |
| 78 | + |
| 79 | +**Variables:** |
| 80 | +* $M$: Total monthly payment |
| 81 | +* $P$: Principal loan amount (\$300,000) |
| 82 | +* $r$: Monthly interest rate (Annual rate / 12) |
| 83 | +* $n$: Number of payments (30 years = 360 months) |
| 84 | + |
| 85 | +**The Input/Output Table:** |
| 86 | + |
| 87 | +| Loan Amount ($P$) | Annual Rate ($r$) | Monthly Payment ($M$) | Total Interest Paid (30 yrs) | |
| 88 | +| :--- | :--- | :--- | :--- | |
| 89 | +| \$300,000 | **3.0%** | **\$1,265** | \$155,332 | |
| 90 | +| \$300,000 | **7.0%** | **\$1,996** | **\$418,527** | |
| 91 | + |
| 92 | +Notice the last column. At 7%, you pay more in interest (\$418k) than the house is actually worth (\$300k). |
| 93 | + |
| 94 | +### The Reality Check |
| 95 | +We just looked at one mortgage. Now scale this to the entire economy. |
| 96 | + |
| 97 | +When the Fed raises $r$: |
| 98 | +1. **Auto Loans:** A \$40,000 car becomes unaffordable. |
| 99 | +2. **Credit Cards:** Variable rates jump from 15% to 25%. |
| 100 | +3. **Housing Freeze:** People with 3% mortgages refuse to sell because they can't afford a new mortgage at 7%. Supply vanishes. |
| 101 | + |
| 102 | +**Key Takeaway:** The Fed controls the price of entering the game. When $r$ goes up, fewer players can afford to play. |
| 103 | + |
| 104 | +## Section 2: Your Stock Portfolio (Asset Gravity) |
| 105 | + |
| 106 | +Why does the stock market turn red the moment the Fed announces a rate hike? Even if the companies are still making money? |
| 107 | + |
| 108 | +It comes down to a single law of finance: **The value of an asset is the present value of its future cash flows.** |
| 109 | + |
| 110 | +### The Problem: What is a stock worth? |
| 111 | +Imagine a theoretical company, "CashFlow Inc." |
| 112 | +It pays you a guaranteed dividend of **\$10 per year** forever. |
| 113 | +What should you pay for one share of this company today? |
| 114 | + |
| 115 | +The answer depends entirely on the Fed rate ($r$). |
| 116 | + |
| 117 | +### Concrete Solution: The Valuation Shift |
| 118 | +Investors use the Fed rate as the "Risk-Free Rate"—the baseline they could earn just by sitting on cash. If they buy a stock, they demand a return *higher* than the bank rate. |
| 119 | + |
| 120 | +**Case A: The Low-Rate World ($r = 5\%$)** |
| 121 | +You want to earn \$10 a year. The bank only pays 5%. |
| 122 | +To get \$10 from the bank, you would need to deposit \$200 ($200 \times 0.05 = 10$). |
| 123 | +Therefore, "CashFlow Inc." is worth **\$200**. |
| 124 | + |
| 125 | +**Case B: The High-Rate World ($r = 10\%$)** |
| 126 | +The Fed raises rates. Now the bank pays 10%. |
| 127 | +To get \$10 from the bank, you only need to deposit \$100 ($100 \times 0.10 = 10$). |
| 128 | +Therefore, "CashFlow Inc." is now only worth **\$100**. |
| 129 | + |
| 130 | +**The Result:** |
| 131 | +The company did not change. It still makes \$10/year. But the *price* of the stock crashed by **50%** (from \$200 to \$100) purely because $r$ doubled. |
| 132 | + |
| 133 | +### Abstraction: The Denominator Effect |
| 134 | +This logic applies to everything: real estate, bonds, and stocks. |
| 135 | +As interest rates rise, the "required return" rises. Because the cash flow (\$10) is fixed, the only thing that can move is the Price. |
| 136 | + |
| 137 | +**Rule:** Price and Rates move in opposite directions. |
| 138 | + |
| 139 | +### Formalization: Discounted Cash Flow (DCF) |
| 140 | +Wall Street formalizes this using the DCF model. The most basic version (for a perpetuity) is: |
| 141 | + |
| 142 | +$$ PV = \frac{CF}{r} $$ |
| 143 | + |
| 144 | +**Variables:** |
| 145 | +* $PV$: Present Value (The Stock Price) |
| 146 | +* $CF$: Cash Flow (The Dividend/Profit) |
| 147 | +* $r$: The Discount Rate (Fed Rate + Risk Premium) |
| 148 | + |
| 149 | +**Visualizing the Decay:** |
| 150 | +If we graph the Price ($PV$) as $r$ increases, it creates a steep downward curve. |
| 151 | + |
| 152 | +```text |
| 153 | +Price ($) |
| 154 | +| |
| 155 | +| * ($200 @ 5%) |
| 156 | +| |
| 157 | +| * |
| 158 | +| * ($100 @ 10%) |
| 159 | +| * |
| 160 | +| * ($66 @ 15%) |
| 161 | +|____________________ Rate (r) |
| 162 | +``` |
| 163 | + |
| 164 | +### The Reality Check |
| 165 | +We just looked at a company paying \$10 *today*. |
| 166 | +Real life is more volatile. |
| 167 | + |
| 168 | +1. **Tech Stocks (Growth):** Many tech companies (like startups) promise huge money *in the future* (10 years from now), not today. |
| 169 | + * When $r$ is high, money 10 years from now is nearly worthless today. |
| 170 | + * **Result:** This is why NASDAQ/Tech crashes harder than Coca-Cola when rates rise. |
| 171 | +2. **Real Estate:** Investors look at rental income vs. the mortgage rate. If the mortgage rate ($r$) is higher than the rental yield ($CF$), the property value ($PV$) must come down to compensate. |
| 172 | + |
| 173 | +**Key Takeaway:** The Fed Rate is the denominator. If you increase the denominator, the resulting value **must** decrease. No exceptions. |
| 174 | + |
| 175 | +## Section 3: Your Job Security (The Hurdle Rate) |
| 176 | + |
| 177 | +This is where the math gets personal. Why do companies announce layoffs or hiring freezes when interest rates go up—even if the company is profitable? |
| 178 | + |
| 179 | +It is because of **Opportunity Cost**. Companies do not invest in projects (or people) just to make a profit. They invest to make a profit *better than* what they could get for doing nothing. |
| 180 | + |
| 181 | +### The Problem: Is this project worth it? |
| 182 | +Imagine you work for a company. You propose a new project (or a new team hire). |
| 183 | +* **Cost today:** \$100 (Salaries, Equipment) |
| 184 | +* **Payoff in 1 year:** \$110 (Revenue) |
| 185 | +* **Profit:** \$10. |
| 186 | + |
| 187 | +Is this a good idea? The answer is: **It depends on $r$.** |
| 188 | + |
| 189 | +### Concrete Solution: The Safe Alternative |
| 190 | +The company has a choice: Invest \$100 in your project (risky) or put \$100 in "Risk-Free" Treasury Bonds (safe). |
| 191 | + |
| 192 | +**Scenario A: Fed Rate is Low ($r = 2\%$)** |
| 193 | +* **Safe Option:** \$100 grows to **\$102**. |
| 194 | +* **Your Project:** \$100 grows to **\$110**. |
| 195 | +* **Decision:** Your project beats the bank (\$110 > \$102). |
| 196 | +* **Result:** The company approves the budget. **You get hired.** |
| 197 | + |
| 198 | +**Scenario B: Fed Rate is High ($r = 12\%$)** |
| 199 | +* **Safe Option:** \$100 grows to **\$112**. |
| 200 | +* **Your Project:** \$100 grows to **\$110**. |
| 201 | +* **Decision:** Your project LOSES to the bank (\$110 < \$112). Even though your project makes a profit, it is *inefficient*. |
| 202 | +* **Result:** The company kills the project. **You get laid off.** |
| 203 | + |
| 204 | +### Abstraction: The Hurdle Rate |
| 205 | +The Fed Rate acts as a **Hurdle Rate**. |
| 206 | +Think of it like a high jump bar. |
| 207 | +* When rates are 0%, the bar is on the floor. Almost any idea gets funded (Hello, Crypto startups and unprofitable Tech unicorns). |
| 208 | +* When rates are 5%, the bar is set high. Only the strongest, most profitable projects clear the jump. Everything else hits the bar and fails. |
| 209 | + |
| 210 | +### Formalization: Net Present Value (NPV) |
| 211 | +Corporations formalize this logic using **Net Present Value**. This formula determines if an investment creates value or destroys it. |
| 212 | + |
| 213 | +$$ NPV = \frac{R}{(1+r)} - I $$ |
| 214 | + |
| 215 | +**Variables:** |
| 216 | +* $I$: Initial Investment (\$100) |
| 217 | +* $R$: Return in one year (\$110) |
| 218 | +* $r$: The Interest Rate |
| 219 | + |
| 220 | +**The Calculation:** |
| 221 | +* **If $r = 2\%$:** |
| 222 | + $$ NPV = \frac{110}{1.02} - 100 \approx 107.8 - 100 = \mathbf{+\$7.80} $$ |
| 223 | + **(Positive NPV = GO / HIRE)** |
| 224 | + |
| 225 | +* **If $r = 12\%$:** |
| 226 | + $$ NPV = \frac{110}{1.12} - 100 \approx 98.2 - 100 = \mathbf{-\$1.80} $$ |
| 227 | + **(Negative NPV = NO GO / FIRE)** |
| 228 | + |
| 229 | +### The Reality Check |
| 230 | +We just analyzed a \$100 project. Now look at the global economy. |
| 231 | + |
| 232 | +1. **Venture Capital:** When rates are high, VC firms stop funding "growth at all costs" startups because the math (NPV) turns negative. |
| 233 | +2. **Construction:** A developer won't build a new apartment complex if the loan interest is higher than the expected rent profit. |
| 234 | +3. **The Result:** Less construction + less funding = fewer jobs. |
| 235 | + |
| 236 | +**Key Takeaway:** The Fed raises rates to intentionally make projects "fail" the NPV test. This forces companies to spend less and hire fewer people, cooling down the economy. |
| 237 | + |
| 238 | +## Section 4: Your Cash & Inflation (The Thermostat) |
| 239 | + |
| 240 | +We have seen how $r$ destroys the value of stocks and makes debts expensive. Why does the Fed inflict this pain on purpose? |
| 241 | + |
| 242 | +They are acting as a **Thermostat**. |
| 243 | +* If the economy runs too hot (Inflation), they raise rates to cool it down. |
| 244 | +* If the economy freezes (Recession), they cut rates to heat it up. |
| 245 | + |
| 246 | +The mechanism works by changing your incentive to spend versus save. |
| 247 | + |
| 248 | +### The Problem: The "Hot" Economy |
| 249 | +Inflation happens when there is "too much money chasing too few goods." |
| 250 | +To stop prices from rising, the Fed needs you to **stop spending money**. |
| 251 | +How do they convince you to stop spending? They pay you to wait. |
| 252 | + |
| 253 | +### Concrete Solution: The Savings Incentive |
| 254 | +Imagine you have **\$1,000** in cash. You can buy a new TV today, or put it in a savings account for 10 years. |
| 255 | + |
| 256 | +**Case A: The Low-Rate World ($r = 1\%$)** |
| 257 | +* **Annual Interest:** $1,000 \times 0.01 = \$10$. |
| 258 | +* **10 Year Payoff:** You make roughly \$100 total. |
| 259 | +* **Your Decision:** A \$10 reward is pathetic. You buy the TV today. |
| 260 | +* **Macro Effect:** High spending $\rightarrow$ High demand $\rightarrow$ **High Inflation**. |
| 261 | + |
| 262 | +**Case B: The High-Rate World ($r = 5\%$)** |
| 263 | +* **Annual Interest:** $1,000 \times 0.05 = \$50$. |
| 264 | +* **10 Year Payoff:** Thanks to compound interest, this grows significantly. |
| 265 | +* **Your Decision:** You realize you can turn \$1,000 into roughly \$1,600 without working. You put the money in the bank. You **do not** buy the TV. |
| 266 | +* **Macro Effect:** Low spending $\rightarrow$ Low demand $\rightarrow$ **Inflation Drops**. |
| 267 | + |
| 268 | +### Abstraction: Aggregate Demand |
| 269 | +This is the **Time Value of Money** in action. |
| 270 | +* **Low Rates:** Penalize savers. Encourage spending/speculation. |
| 271 | +* **High Rates:** Reward savers. Discourage spending. |
| 272 | + |
| 273 | +When millions of people simultaneously decide to "wait and save" instead of "buy now," stores have fewer customers. To get customers back, stores must lower prices. **That is how inflation is cured.** |
| 274 | + |
| 275 | +### Formalization: Future Value (FV) |
| 276 | +We calculate the reward for waiting using the Compound Interest Formula: |
| 277 | + |
| 278 | +$$ FV = PV (1+r)^n $$ |
| 279 | + |
| 280 | +**Variables:** |
| 281 | +* $FV$: Future Value (Money you have later) |
| 282 | +* $PV$: Present Value (Money you have now) |
| 283 | +* $r$: Interest Rate |
| 284 | +* $n$: Time (Years) |
| 285 | + |
| 286 | +**The Difference of 4%:** |
| 287 | +Over 10 years ($n=10$): |
| 288 | +* At 1%: $1,000(1.01)^{10} = \mathbf{\$1,104}$ |
| 289 | +* At 5%: $1,000(1.05)^{10} = \mathbf{\$1,628}$ |
| 290 | + |
| 291 | +That extra \$500 is the "bribe" the Fed pays you to remove your cash from the economy. |
| 292 | + |
| 293 | +### The Mechanism: The Feedback Loop |
| 294 | +This brings all the previous sections together into one system. This is the **Monetary Transmission Mechanism**. |
| 295 | + |
| 296 | +```mermaid |
| 297 | +graph TD |
| 298 | + A[Fed Raises Rates] --> B[Borrowing is Expensive] |
| 299 | + A --> C[Asset Prices Fall] |
| 300 | + A --> D[Saving is Rewarded] |
| 301 | + |
| 302 | + B --> E[Less Spending] |
| 303 | + C --> E |
| 304 | + D --> E |
| 305 | + |
| 306 | + E --> F[Companies Sell Less] |
| 307 | + F --> G[Companies Hire Less] |
| 308 | + |
| 309 | + G --> H[LOWER INFLATION] |
| 310 | +``` |
| 311 | + |
| 312 | +### The Reality Check |
| 313 | +This mechanism is blunt. The Fed cannot target just "egg prices." They have to slow down the *entire* system. |
| 314 | + |
| 315 | +1. **The "Soft Landing":** The goal is to raise rates *just enough* to stop inflation, but not so much that everyone loses their job (Section 3). |
| 316 | +2. **The "Hard Landing" (Recession):** If they raise rates too high, debt becomes impossible to pay (Section 1), the stock market collapses (Section 2), and mass layoffs occur (Section 3). |
| 317 | + |
| 318 | +**Key Takeaway:** The Fed controls inflation by manipulating your psychology. They raise rates to make you feel poorer (lower stock prices) and make saving look smarter than spending. When you close your wallet, prices fall. |
| 319 | + |
| 320 | +## Conclusion: The Universal Denominator |
| 321 | + |
| 322 | +By now, you should see that the Federal Funds Rate ($r$) is not just a number on a news ticker. It is the **Universal Denominator**. |
| 323 | + |
| 324 | +In math, when you increase the denominator of a fraction, the total value of the number gets smaller. |
| 325 | +$$ \text{Value} = \frac{\text{Cash Flow}}{\mathbf{r}} $$ |
| 326 | + |
| 327 | +Because $r$ is in the denominator of the entire global economy, the Fed has the power to resize reality. |
| 328 | + |
| 329 | +### Summary: The Matrix of Money |
| 330 | + |
| 331 | +Let's review the four levers we discussed. This is your cheat sheet for how the world works: |
| 332 | + |
| 333 | +| Area of Life | The Concept | When Rates ($r$) Go Up... | The Result | |
| 334 | +| :--- | :--- | :--- | :--- | |
| 335 | +| **Your Debt** | **Debt Service** | Payments explode (Math: Amortization) | You can afford less house/car. | |
| 336 | +| **Your Assets** | **DCF** | Future cash is worth less (Math: $PV = CF/r$) | Stock and Real Estate prices fall. | |
| 337 | +| **Your Job** | **NPV / Hurdle Rate** | Projects fail the profit test | Companies hire less or layoff staff. | |
| 338 | +| **Your Cash** | **Opportunity Cost** | Savings yield high returns | You stop spending, inflation falls. | |
| 339 | + |
| 340 | +Now you know: **There is no such thing as a fixed price.** |
| 341 | +A price is just a reflection of the current interest rate. |
| 342 | + |
| 343 | +* If you are waiting for house prices to drop, you are actually waiting for rates to rise (which makes the mortgage expensive). |
| 344 | +* If you are waiting for the stock market to moon, you are waiting for rates to fall (which creates inflation risk). |
| 345 | + |
| 346 | +You now possess the source code. The next time the Fed Chair walks up to the podium, you won't just hear a percentage change. You will see the valuation variables in your own life being rewritten in real-time. |
0 commit comments