{{ title }}

Generated: {{ generated_at }} | Phoenix AGI System

Markets

{% if market_summary %}

Index Quotes

{% if market_summary.quotes %} {% for q in market_summary.quotes[:8] %} {% endfor %}
SymbolPriceChange
{{ q.symbol|default('—') }} {{ "%.2f"|format(q.price or 0) }} {{ "%+.2f"|format(q.change_pct or 0) }}%
{% else %}

No quote data available.

{% endif %}

Macro Signals

{% if market_summary.macro_signals %} {% for name, info in market_summary.macro_signals.items() %} {% endfor %}
SignalValue
{{ name }} {% if info is mapping %}{{ info.value|default(info.price|default('?')) }}{% elif info is not none %}{{ info }}{% else %}N/A{% endif %}
{% else %}

No macro signals available.

{% endif %}
{% else %}

Market data unavailable.

{% endif %}

Conflict & Security

Recent Events ({{ conflict_summary.count|default(0) }})

{% if conflict_summary and conflict_summary.events %} {% for e in conflict_summary.events[:10] %} {% endfor %}
DateTypeCountryFatalities
{{ (e.event_date or '')[:10] }} {{ e.event_type|default('') }} {{ e.country|default('') }} {{ e.fatalities|default(0) }}
{% else %}

No conflict events reported.

{% endif %}

Cyber Threats

{% if cyber_summary and cyber_summary.threats %}

Critical: {{ cyber_summary.by_severity.critical|default(0) }} | High: {{ cyber_summary.by_severity.high|default(0) }} | Medium: {{ cyber_summary.by_severity.medium|default(0) }}

{% for t in cyber_summary.threats[:8] %} {% endfor %}
SeverityIndicatorThreat
{{ t.severity|default('unknown') }} {{ (t.indicator or '')[:30] }} {{ (t.threat or '')[:30] }}
{% else %}

No cyber threat data available.

{% endif %}

Natural Events

Earthquakes

{% if natural_summary and natural_summary.earthquakes %} {% for q in natural_summary.earthquakes[:8] %} {% endfor %}
MagLocationDepth
{{ "%.1f"|format(q.magnitude or 0) }} {{ (q.place or '')[:40] }} {{ "%.0f"|format(q.depth_km or 0) }}km
{% else %}

No earthquake data available.

{% endif %}

Wildfires

{{ natural_summary.fire_count|default(0) }} high-confidence fires detected

Signals

Prediction Markets

{% if prediction_highlights %} {% for p in prediction_highlights[:8] %} {% endfor %}
QuestionYESSentiment
{{ (p.question or '')[:40] }} {{ "%.0f"|format((p.yes_probability or 0) * 100) }}% {{ p.sentiment|default('') }}
{% else %}

No prediction data available.

{% endif %}

Trending Keywords

{% if trending_keywords %} {% for kw in trending_keywords[:20] %} {{ kw.word }} ({{ kw.count }}) {% endfor %} {% else %}

No trending keyword data.

{% endif %}