You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

190 lines
3.0 KiB

3 years ago
---
QITableType: overview
QIInvType:
QIAddedD:
QIStyle:
QIStage: Early
QICcy:
QITheme:
QITradingd:
QITradingp:
cssclass: recipeTable
Alias: ["Investment Master"]
2 years ago
Tag: ["💲", "💰", "📊", "🦄", "🪙"]
3 years ago
Date: 2021-08-17
DocType: "Confidential"
ChildrenType:
- Investment
- Note
Hierarchy: "Root"
3 years ago
location:
CollapseMetaTable: true
2 years ago
banner: "![[IMG_1936.jpg]]"
banner_icon: 💰
3 years ago
---
3 years ago
Parent:: [[@Finances]]
3 years ago
---
^Top
 
```button
name Create Note
type append template
action NewFile
id CreateNote
```
^button-InvtNewNote
```button
name Save
type command
action Save current file
id Save
```
^button-InvMSave
 
# Investments map
 
```ad-abstract
title: Summary
collapse: open
This note enables to navigate in the Admin section and find any Note in this Vault by Note or Tag.
```
 
```toc
style: number
```
 
---
 
2 years ago
### 📐 Cluster Architecture
3 years ago
[[#^Top|TOP]]
 
      [[Equity Investments|📈]]         [[Crypto Investments|🪙]]         [[VC Investments|🌱]]
3 years ago
 
---
 
2 years ago
### 🔎 Search
3 years ago
[[#^Top|TOP]]
 
```button
name Search Investments
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
 
```dataviewjs
dv.view("00.01 Admin/dv-views/print_invsearch", {invtype: dv.current().QIInvType, dateadded: dv.current().QIAddedD, style: dv.current().QIStyle, stage: dv.current().QIStage, ccy: dv.current().QICcy, theme: dv.current().QITheme, tradingd: dv.current().QITradingd, tradingp: dv.current().QITradingp})
```
 
```dataviewjs
dv.view("00.01 Admin/dv-views/query_inv", {tabletype: dv.current().QITableType, invtype: dv.current().QIInvType, dateadded: dv.current().QIAddedD, style: dv.current().QIStyle, stage: dv.current().QIStage, ccy: dv.current().QICcy, theme: dv.current().QITheme, tradingd: dv.current().QITradingd, tradingp: dv.current().QITradingp})
```
 
---
 
2 years ago
### 🗒 Investment list
3 years ago
[[#^Top|TOP]]
 
```dataview
Table Date as "Creation Date" from "06.02 Investments"
3 years ago
where !contains(DocType, "WebSource") and !contains(DocType, "Confidential") and !contains(DocType, "Task")
3 years ago
Sort file.name ascending
```
 
---
 
2 years ago
### 💡 Investment ideas
3 years ago
[[#^Top|TOP]]
 
```dataview
table without id Alias[0] as "Name", Tag as "Asset Class", file.link as "Source" from "06.02 Investments"
where contains(DocType, "WebSource")
```
 
---
 
2 years ago
### 🧭 Tag Navigation
3 years ago
[[#^Top|TOP]]
 
```dataview
Table without id tags as "Tags" From "06.02 Investments"
Flatten file.tags as tags
Group by tags
```
 
---
 
2 years ago
### ⏲ TimeStamp check
3 years ago
[[#^Top|TOP]]
 
```dataview
Table TimeStamp as "Time Stamp" from "06.02 Investments"
Where TimeStamp > date(today) - dur(100 years)
Sort TimeStamp ascending
```
 
---
 
2 years ago
### 🖥 High Level Investment monitor
3 years ago
 
1. [[Crypto Investments#Crypto investment monitor|Crypto]]
2. [[Equity Investments#Equity investment monitor|Equity]]
3. [[VC Investments#VC Investment monitor|VC]]
[[#^Top|TOP]]