hoodchain - v0.1.0
    Preparing search index...

    Interface Portfolio

    Result of getPortfolio.

    interface Portfolio {
        owner: `0x${string}`;
        positions: StockPosition[];
        totalUsd: number;
        unpricedSymbols: string[];
    }
    Index
    owner: `0x${string}`
    positions: StockPosition[]
    totalUsd: number

    Sum of valueUsd over positions that could be priced.

    unpricedSymbols: string[]

    Symbols held but not priceable (no feed / stale feed).