GROSS DOMESTIC PRODUCT (GDP)
├── Introduction
│ ├── Definition: GDP is the total value of all final goods and services produced within a
country's borders over a specific period, usually a year.
│ ├── Significance: A crucial indicator of a country's economic health and performance.
│ ├── Types of GDP:
│ │ ├── Nominal GDP: Measured in current prices without adjusting for inflation.
│ │ ├── Real GDP: Adjusted for inflation to reflect true purchasing power.
│ │ └── GDP per Capita: GDP divided by the population, used to compare economic
well-being across countries.
├── Methods of Calculating GDP
│ ├── Expenditure Approach
│ │ ├── Formula: GDP = C + I + G + (X - M)
│ │ │ ├── C: Consumer Spending (household consumption)
│ │ │ ├── I: Investment (business investment in capital goods)
│ │ │ ├── G: Government Spending (government consumption and investment)
│ │ │ ├── X: Exports
│ │ │ └── M: Imports
│ │ └── Explanation: Measures the total spending on final goods and services.
│ ├── Income Approach
│ │ ├── Formula: GDP = Total Income (Wages + Rent + Interest + Profits + Statistical
Discrepancy)
│ │ └── Explanation: Measures the total income earned by the factors of production (labor,
capital, land, and entrepreneurship).
│ ├── Value-Added or Production Approach
│ │ ├── Formula: GDP = Value of Output - Value of Intermediate Consumption
│ │ └── Explanation: Measures the value added at each stage of production.
├── Components of GDP
│ ├── Consumer Spending (C)
│ │ ├── Definition: Expenditure by households on goods and services.
│ │ └── Examples: Food, clothing, housing, entertainment.
│ ├── Investment (I)
│ │ ├── Definition: Expenditure on capital goods, inventories, and residential construction.
│ │ └── Examples: Machinery, equipment, buildings, and inventory stock.
│ ├── Government Spending (G)
│ │ ├── Definition: Expenditure by the government on goods and services.
│ │ └── Examples: Infrastructure, education, healthcare, and defense.
│ ├── Net Exports (X - M)
│ │ ├── Exports (X): Value of goods and services sold to other countries.
│ │ ├── Imports (M): Value of goods and services purchased from other countries.
│ │ └── Net Exports: The difference between exports and imports.