Spaces:
Running
Running
Sigrid De los Santos
commited on
Commit
·
373f148
1
Parent(s):
0d9c76e
Add matplotlib to requirements
Browse files- src/news_analysis.py +25 -1
src/news_analysis.py
CHANGED
@@ -289,8 +289,9 @@ Your goal is to uncover:
|
|
289 |
- Meaningful events (e.g., CEO joining a startup, insider buys, big-name partnerships)
|
290 |
- Startups or small caps that may signal undervalued opportunity
|
291 |
- Connections to key individuals or institutions (e.g., Elon Musk investing, Sam Altman joining)
|
292 |
-
- Companies with strong fundamentals: low P/E, low P/B, high ROE, recent IPOs, moats, or high free cash flow
|
293 |
|
|
|
294 |
### News
|
295 |
{ArticleSummaries}
|
296 |
|
@@ -301,6 +302,29 @@ Write a markdown memo with:
|
|
301 |
4. **References**
|
302 |
5. **Investment Hypothesis**
|
303 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304 |
Include context and macroeconomic/regulatory angles. Add an intro on sentiment and market trends for the week.
|
305 |
""")
|
306 |
|
|
|
289 |
- Meaningful events (e.g., CEO joining a startup, insider buys, big-name partnerships)
|
290 |
- Startups or small caps that may signal undervalued opportunity
|
291 |
- Connections to key individuals or institutions (e.g., Elon Musk investing, Sam Altman joining)
|
292 |
+
- Companies with strong fundamentals: low P/E, low P/B, high ROE, recent IPOs, moats, or high free cash flow - THEY MUST INCLUDE THE LINK AS WELL and this is very important
|
293 |
|
294 |
+
|
295 |
### News
|
296 |
{ArticleSummaries}
|
297 |
|
|
|
302 |
4. **References**
|
303 |
5. **Investment Hypothesis**
|
304 |
|
305 |
+
### 📌 Executive Summary
|
306 |
+
|
307 |
+
Summarize the topic's current investment environment in 3–4 bullet points. Include sentiment, risks, and catalysts.
|
308 |
+
|
309 |
+
---
|
310 |
+
|
311 |
+
### 📊 Signals and Analysis (Include Sources)
|
312 |
+
|
313 |
+
For each important news item, write a short paragraph with:
|
314 |
+
- What happened
|
315 |
+
- Why it matters (financially)
|
316 |
+
- Embedded source as `[source title](url)`
|
317 |
+
- Bold any key financial terms (e.g., **Series A**, **merger**, **valuation**)
|
318 |
+
|
319 |
+
---
|
320 |
+
|
321 |
+
### 🧠 Investment Thesis
|
322 |
+
|
323 |
+
Give a reasoned conclusion:
|
324 |
+
- Is this a buy/sell/watch opportunity?
|
325 |
+
- What’s the risk/reward?
|
326 |
+
- What signals or themes matter most?
|
327 |
+
|
328 |
Include context and macroeconomic/regulatory angles. Add an intro on sentiment and market trends for the week.
|
329 |
""")
|
330 |
|