# 📑 Equity Research Note: {{ date }}

**Coverage Update**

## Key Metrics

{% for snap in snapshots %}
**{{ snap.ticker }}**
- Price: ${{ "{:,.2f}".format(snap.price) if snap.price else "N/A" }}
- P/E: {{ "{:.1f}".format(snap.pe_ratio) if snap.pe_ratio else "N/A" }}
- Vol: {{ "{:,}".format(snap.volume) if snap.volume else "N/A" }}
{% endfor %}

## Analyst Commentary

Recent news flow suggests increased volatility in the tech sector.

{% for ticker, items in news.items() %}
*   **{{ ticker }}:** {{ items[0].title if items else "No recent news." }}
{% endfor %}

## Recommendation
**NEUTRAL** on broad tech indices. **BULLISH** on sovereign silicon plays.

---
*Generated by Adam v23.5*
