Macro Analysis Flow
Purpose
This workflow explains how the Macro Analysis Agent loads and summarizes FRED macroeconomic series.
Flow
mermaid
flowchart TD
Request[Macro Analyze Request] --> Series[Resolve Series IDs]
Series --> Cache[(PostgreSQL Macro Cache)]
Cache -->|cache miss| Fred[FRED API]
Fred --> Cache
Cache --> Summary[Trend Summary]
Summary --> Sources[FRED Citations]
Sources --> Response[Macro Analyze Response]Supported Series
FEDFUNDS: Federal Funds Effective RateCPIAUCSL: Consumer Price IndexUNRATE: Unemployment RateGDP: Gross Domestic ProductDGS10: 10-Year Treasury Constant Maturity Rate
What To Watch In A Demo
Ask: How do interest rates affect Apple valuation risk? The system can combine macro context with document evidence when company data exists.