--- QITableType: overview QIInvType: QIAddedD: QIStyle: QIStage: Early QICcy: QITheme: QITradingd: QITradingp: cssclass: recipeTable Alias: ["Investment Master"] Tag: ["💲", "💰", "📊", "🦄", "🪙"] Date: 2021-08-17 DocType: "Confidential" ChildrenType: - Investment - Note Hierarchy: "Root" location: CollapseMetaTable: true banner: "![[IMG_1936.jpg]]" banner_icon: 💰 --- 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]]         [[Equity Investments|📈]]         [[Crypto Investments|🪙]]         [[VC 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" where !contains(DocType, "WebSource") and !contains(DocType, "Confidential") and !contains(DocType, "Task") Sort file.name ascending ```   ---   ### 💡 Investment ideas [[#^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") ```   ---   ### 🧭 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]]