[
  {
    "rule_name": "StockPriceIncreaseHighVolumeBullish",
    "description": "Identifies a bullish signal for a stock.",
    "theme": "Single Stock Analysis",
    "keywords": ["price_up", "volume_high"],
    "entity_placeholders": ["stock_symbol"],
    "negative_keywords": ["rumor"],
    "adam_principles_invoked": ["Data-Driven Analysis"],
    "conclusion_template": "Data for {stock_symbol} shows price increase on high volume, suggesting bullish momentum.",
    "confidence": 0.85
  },
  {
    "rule_name": "LowGDPGrowthStagnationConcern",
    "description": "Addresses low GDP growth.",
    "theme": "Macroeconomic Outlook",
    "keywords": ["gdp_low", "weak_economy"],
    "entity_placeholders": ["gdp_growth_sim_value"],
    "negative_keywords": ["temporary_dip"],
    "adam_principles_invoked": ["Comprehensive Analysis"],
    "conclusion_template": "Simulated low GDP growth at {gdp_growth_sim_value} signals potential stagnation.",
    "confidence": 0.80
  },
  {
    "rule_name": "HighInflationPersistentConcern",
    "description": "Addresses concerns of persistently high inflation.",
    "theme": "Macroeconomic Outlook",
    "keywords": ["inflation_high", "price_pressure"],
    "entity_placeholders": ["inflation_sim_value"],
    "negative_keywords": ["transitory"],
    "adam_principles_invoked": ["Comprehensive Analysis"],
    "conclusion_template": "Persistent high inflation at {inflation_sim_value} is a key concern in the simulation.",
    "confidence": 0.82
  },
  {
    "rule_name": "DefaultGenericObservation",
    "description": "Generic fallback observation.",
    "theme": "General",
    "keywords": [],
    "entity_placeholders": [],
    "negative_keywords": [],
    "adam_principles_invoked": ["Transparency & Explainability"],
    "conclusion_template": "The simulation data presents a multifaceted scenario requiring detailed examination.",
    "confidence": 0.20
  }
]
