Fatskills
Practice. Master. Repeat.
Study Guide: **Business Management 101 - Corporate Finance: A Practical Guide**
Source: https://www.fatskills.com/management-101/chapter/corporate-finance-a-practical-guide

**Business Management 101 - Corporate Finance: A Practical Guide**

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~8 min read

Corporate Finance: A Practical Guide


What Is This?

Corporate finance is the discipline of managing a company’s money to maximize shareholder value. You use it to decide how to fund operations, invest in growth, and return profits to owners—whether you’re a startup founder, CFO, or small-business owner.

Why It Matters

Every business decision—hiring, expansion, product launches—boils down to money. Corporate finance provides the tools to: - Avoid bankruptcy by ensuring cash flow covers obligations.
- Grow sustainably by choosing the right projects and funding sources.
- Outperform competitors by allocating capital more efficiently.
- Attract investors with clear financial plans and metrics.

Without it, companies either hoard cash (missing opportunities) or overspend (risking collapse).


Core Concepts


1. The Three Pillars of Corporate Finance

Corporate finance revolves around three key decisions: - Investment (Capital Budgeting): What projects should we fund? - Use tools like NPV (Net Present Value) and IRR (Internal Rate of Return) to evaluate opportunities.
- Example: Should you buy a new machine or lease it? Calculate the NPV of both options.
- Financing (Capital Structure): How do we pay for it? - Choose between debt (loans, bonds) and equity (selling shares).
- Debt is cheaper but risky (fixed payments); equity dilutes ownership but has no repayment obligation.
- Dividends & Share Buybacks: How do we return profits to shareholders? - Pay dividends (cash to shareholders) or buy back shares (boosting stock price).
- Tax implications and investor expectations matter here.

2. Time Value of Money (TVM)

A dollar today is worth more than a dollar tomorrow because of inflation and opportunity cost.
- Present Value (PV): What future cash flows are worth today.
- Formula: PV = FV / (1 + r)^n (where FV = future value, r = discount rate, n = periods).
- Future Value (FV): What today’s money will grow to.
- Formula: FV = PV * (1 + r)^n.
- Why it matters: TVM underpins NPV, IRR, and loan amortization.

3. Cost of Capital

The minimum return a company must earn to satisfy investors.
- Weighted Average Cost of Capital (WACC): Blends the cost of debt and equity.
- Formula: WACC = (E/V * Re) + (D/V * Rd * (1 - T))
- E = Equity value, D = Debt value, V = Total value (E + D).
- Re = Cost of equity (e.g., CAPM), Rd = Cost of debt, T = Tax rate.
- Why it matters: WACC is the hurdle rate for projects. If a project’s IRR > WACC, it’s worth pursuing.

4. Risk & Return

  • Higher risk = Higher expected return.
  • Example: Stocks (high risk) outperform bonds (low risk) over time.
  • Diversification: Spread risk across assets (e.g., don’t put all cash in one project).
  • Beta (β): Measures a stock’s volatility relative to the market.
  • β > 1 = More volatile than the market (e.g., tech stocks).
  • β < 1 = Less volatile (e.g., utilities).

5. Financial Statements & Ratios

Three key statements: 1. Income Statement: Revenue - Expenses = Profit.
2. Balance Sheet: Assets = Liabilities + Equity.
3. Cash Flow Statement: Operating, Investing, and Financing cash flows.

Key Ratios:
| Ratio | Formula | What It Measures | |---------------------|----------------------------------|--------------------------------------| | Current Ratio | Current Assets / Current Liabilities | Short-term liquidity | | Debt-to-Equity | Total Debt / Total Equity | Leverage (how much debt vs. equity) | | ROE | Net Income / Shareholders’ Equity | Profitability relative to equity | | P/E Ratio | Stock Price / Earnings per Share | Valuation (is the stock overpriced?) |


How It Works (The Big Picture)

Corporate finance is a cycle of decisions that starts with strategy and ends with execution:


  1. Set Goals: Grow revenue? Cut costs? Enter a new market?
  2. Evaluate Projects: Use NPV, IRR, Payback Period to rank opportunities.
  3. Secure Funding: Choose between debt, equity, or retained earnings.
  4. Allocate Capital: Fund the best projects.
  5. Monitor Performance: Track KPIs (e.g., ROIC, WACC).
  6. Return Profits: Pay dividends or buy back shares.
  7. Adjust: Reallocate capital based on results.

Example:
- A retail chain wants to open 10 new stores.
- Step 1: Estimate cash flows (revenue, costs) for each store.
- Step 2: Calculate NPV (e.g., Store A: +$500K, Store B: -$200K).
- Step 3: Fund Store A with a mix of debt (60%) and equity (40%).
- Step 4: Track sales vs. projections; close underperforming stores.


Hands-On / Getting Started


Prerequisites

  • Knowledge: Basic accounting (income statement, balance sheet), Excel/Google Sheets.
  • Tools: Calculator, Excel (for NPV/IRR), or Python (for automation).

Step-by-Step: Calculate NPV for a Project

Scenario: You’re evaluating a 3-year project with: - Initial cost: $10,000 - Year 1 cash flow: $4,000 - Year 2 cash flow: $5,000 - Year 3 cash flow: $3,000 - Discount rate (WACC): 10%

Steps:
1. List cash flows:
- Year 0: -$10,000
- Year 1: $4,000
- Year 2: $5,000
- Year 3: $3,000


  1. Calculate PV for each year:
  2. Year 1: 4000 / (1 + 0.10)^1 = $3,636
  3. Year 2: 5000 / (1 + 0.10)^2 = $4,132
  4. Year 3: 3000 / (1 + 0.10)^3 = $2,254

  5. Sum PVs and subtract initial cost:

  6. NPV = 3,636 + 4,132 + 2,254 - 10,000 = $22

Expected Outcome:
- NPV = $22 (positive = accept the project).
- If NPV were negative, reject it.

Excel Shortcut:


=NPV(10%, 4000, 5000, 3000) - 10000

Step-by-Step: Calculate WACC

Scenario: A company has: - Market value of equity (E): $60M - Market value of debt (D): $40M - Cost of equity (Re): 12% - Cost of debt (Rd): 6% - Tax rate (T): 25%

Steps:
1. Calculate weights:
- Total value (V) = E + D = $100M
- Weight of equity (E/V) = 60/100 = 0.6
- Weight of debt (D/V) = 40/100 = 0.4


  1. Plug into WACC formula:
    WACC = (0.6 * 12%) + (0.4 * 6% * (1 - 0.25))
    = 7.2% + 1.8%
    = 9%

Expected Outcome:
- WACC = 9% (use this as the discount rate for NPV).


Common Pitfalls & Mistakes


1. Ignoring the Time Value of Money

  • Mistake: Comparing $100 today to $100 in 5 years without discounting.
  • Fix: Always use PV/FV for long-term decisions.

2. Using the Wrong Discount Rate

  • Mistake: Using the risk-free rate (e.g., Treasury yield) for a risky project.
  • Fix: Use WACC (for company-wide projects) or a project-specific rate (e.g., higher for R&D).

3. Overlooking Sunk Costs

  • Mistake: Including past expenses (e.g., R&D costs) in NPV calculations.
  • Fix: Only consider future cash flows. Sunk costs are irrelevant.

4. Misinterpreting IRR

  • Mistake: Assuming a higher IRR always means a better project.
  • Fix: IRR can be misleading for:
  • Non-conventional cash flows (e.g., multiple sign changes).
  • Mutually exclusive projects (use NPV instead).

5. Confusing Profit with Cash Flow

  • Mistake: Basing decisions on accounting profit (e.g., EBITDA) instead of free cash flow.
  • Fix: Focus on cash flow (what you can actually spend).


Best Practices


1. Always Compare Projects with NPV

  • Why: NPV accounts for TVM and risk (via discount rate).
  • How: Rank projects by NPV; pick the highest.

2. Match Financing to Project Duration

  • Short-term projects (e.g., inventory): Use short-term debt (e.g., line of credit).
  • Long-term projects (e.g., R&D): Use long-term debt or equity.

3. Stress-Test Assumptions

  • How: Run sensitivity analysis (e.g., "What if sales drop 20%?").
  • Tool: Excel’s Data Table or Python’s numpy for simulations.

4. Keep Debt at a Manageable Level

  • Rule of thumb: Debt-to-equity ratio < 1.5 (varies by industry).
  • Why: High debt increases bankruptcy risk.

5. Communicate Clearly with Stakeholders

  • Investors: Focus on ROE, WACC, and growth metrics.
  • Lenders: Highlight cash flow coverage (e.g., EBITDA / Interest).
  • Employees: Simplify to revenue, profit margins, and bonuses.


Tools & Frameworks

Tool/Framework Use Case Pros Cons
Excel/Google Sheets NPV, IRR, WACC, financial modeling Free, flexible, no coding Manual updates, error-prone
Python (Pandas, NumPy) Automated financial analysis, simulations Fast, scalable, reproducible Requires coding skills
QuickBooks/Xero Small-business accounting User-friendly, integrates with banks Limited advanced finance tools
Bloomberg Terminal Real-time market data, WACC calculations Comprehensive, professional Expensive ($24K/year)
CapIQ (S&P) Company financials, peer comparisons Detailed, industry benchmarks Subscription-based
Tableau/Power BI Visualizing financial data Interactive dashboards Steep learning curve

When to Use What:
- Startups: Excel + QuickBooks.
- Public companies: Bloomberg/CapIQ + Python.
- Freelancers: Google Sheets + Xero.


Real-World Use Cases


1. Capital Budgeting for a Manufacturing Plant

  • Company: Tesla (Gigafactory expansion).
  • Decision: Build a new factory in Texas or Germany?
  • Process:
  • Estimate cash flows (labor costs, tax incentives, demand).
  • Calculate NPV for both locations (Texas wins due to lower taxes).
  • Secure funding via bonds (debt) and stock issuance (equity).
  • Outcome: Tesla builds in Texas, saving $1B in taxes.

2. Mergers & Acquisitions (M&A)

  • Company: Microsoft acquires Activision Blizzard ($69B).
  • Decision: Is the acquisition worth the price?
  • Process:
  • Forecast Activision’s future cash flows (games, subscriptions).
  • Calculate NPV using Microsoft’s WACC (e.g., 8%).
  • Compare to the $69B price tag (NPV > $69B = good deal).
  • Outcome: Microsoft proceeds, betting on long-term gaming growth.

3. Working Capital Management for a Retailer

  • Company: Walmart.
  • Decision: Optimize inventory to free up cash.
  • Process:
  • Analyze cash conversion cycle (CCC = Days Inventory + Days Receivables - Days Payables).
  • Negotiate longer payment terms with suppliers (increases Days Payables).
  • Use AI to predict demand (reduces Days Inventory).
  • Outcome: Walmart frees up $1B in cash for share buybacks.


Check Your Understanding (MCQs)


Question 1

A company is evaluating two projects: - Project A: NPV = $500, IRR = 15% - Project B: NPV = $400, IRR = 20% Which project should it choose if the WACC is 12%?

Options:
A) Project A because it has a higher NPV.
B) Project B because it has a higher IRR.
C) Neither; both are acceptable.
D) Project A only if it has lower risk.

Correct Answer: A) Project A because it has a higher NPV.
Explanation: NPV is the gold standard for project selection because it measures absolute value added. IRR can be misleading for mutually exclusive projects.
Why the Distractors Are Tempting:
- B) IRR is intuitive ("higher return = better"), but it ignores scale (Project B might be smaller).
- C) Both are acceptable, but you can’t fund both if they’re mutually exclusive.
- D) Risk is already factored into WACC; NPV accounts for it.


Question 2

A startup has: - $1M in equity (cost = 15%) - $500K in debt (cost = 5%, tax rate = 20%) What is its WACC?

Options:
A) 10.0% B) 11.7% C) 12.5% D) 13.3%

Correct Answer: B) 11.7% Explanation:
- Weights: Equity = 2/3, Debt = 1/3.
- After-tax cost of debt = 5% * (1 - 0.20) = 4%.
- WACC = (2/3 * 15%) + (1/3 * 4%) = 10% + 1.7% = 11.7%.
Why the Distractors Are Tempting:
- A) Ignores the tax shield on debt.
- C) Uses pre-tax cost of debt (5% instead of 4%).
- D) Miscalculates weights (e.g., assumes 50/50 split).


Question 3

A project costs $10,000 today and will generate $3,000/year for 5 years. If the discount rate is 10%, what is the NPV?

Options:
A) -$1,326 B) $1,372 C) $2,372 D) $3,000

Correct Answer: B) $1,372 Explanation:
- PV of cash flows = $3,000 * (1 - (1 + 0.10)^-5) / 0.10 = $11,372.
- NPV = $11,372 - $



ADVERTISEMENT