43 lines
675 B
Markdown
43 lines
675 B
Markdown
---
|
|
type: moc
|
|
domain: investing
|
|
---
|
|
|
|
# 💰 MOC — Investing
|
|
|
|
> Your curated investment knowledge, frameworks, and active positions.
|
|
|
|
---
|
|
|
|
## Frameworks & Mental Models
|
|
-
|
|
|
|
## 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
|
|
```
|
|
|
|
## Recent Decisions
|
|
```dataview
|
|
table date
|
|
from "40 - Areas/Investing"
|
|
where type = "decision"
|
|
sort date desc
|
|
limit 10
|
|
```
|
|
|
|
## Key Resources
|
|
```dataview
|
|
list from "50 - Resources/Finance & Markets"
|
|
sort file.mtime desc
|
|
```
|