Skip to content

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 Rate
  • CPIAUCSL: Consumer Price Index
  • UNRATE: Unemployment Rate
  • GDP: Gross Domestic Product
  • DGS10: 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.

Built as a Senior AI Engineer and AI Solution Architect portfolio project.