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.

174 lines
2.6 KiB

3 years ago
---
QITableType: overview
QIInvType:
QIAddedD:
QIStyle:
QIStage: Early
QICcy:
QITheme:
QITradingd:
QITradingp:
cssclass: recipeTable
Alias: ["Investment Master"]
Tag: ["Wealth", "Investment", "Equity", "VC", "Crypto"]
Date: 2021-08-17
DocType: "Confidential"
ChildrenType:
- Investment
- Note
Hierarchy: "Root"
location: [51.514678599999996,-0.18378583926867909]
CollapseMetaTable: Yes
---
Parent:: [[Finances]]
---
^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
```
 
---
 
### Cluster Architecture
[[#^Top|TOP]]
 
1. [[Equity Investments]]
2. [[VC Investments]]
3. [[Crypto Investments]]
 
---
 
### Search
[[#^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})
```
 
---
 
### Investment list
[[#^Top|TOP]]
 
```dataview
Table Date as "Creation Date" from "06.02 Investments"
Sort file.name ascending
```
 
---
 
### Tag Navigation
[[#^Top|TOP]]
 
```dataview
Table without id tags as "Tags" From "06.02 Investments"
Flatten file.tags as tags
Group by tags
```
 
---
 
### TimeStamp check
[[#^Top|TOP]]
 
```dataview
Table TimeStamp as "Time Stamp" from "06.02 Investments"
Where TimeStamp > date(today) - dur(100 years)
Sort TimeStamp ascending
```
 
---
 
### High Level Investment monitor
 
1. [[Crypto Investments#Crypto investment monitor|Crypto]]
2. [[Equity Investments#Equity investment monitor|Equity]]
3. [[VC Investments#VC Investment monitor|VC]]
[[#^Top|TOP]]