Obsidian_vault/40 - Areas/Investing/Investing Overview.md

37 lines
574 B
Markdown

---
area: Investing
type: area
updated:
---
# 💰 Investing
## 🧭 Philosophy
> Your investing philosophy in 2-3 sentences.
## 📐 Standards
- Research before every position
- Write a thesis before investing
- Review portfolio quarterly
---
## Active Positions
```dataview
table type, status
from "40 - Areas/Investing"
where type = "investment" and status = "invested"
```
## In Research
```dataview
table type, date
from "40 - Areas/Investing"
where type = "investment" and status = "researching"
sort date desc
```
---
## 🔗 Key Links
- [[MOC - Investing]]