Trading Assistant API Documentation - v0.1.0
    Preparing search index...

    Interface SectorAllocation

    interface SectorAllocation {
        sector: string;
        position_count: number;
        sector_value: number;
        allocation_pct: number;
        sector_pnl: number;
        sector_return_pct: number;
    }
    Index

    Properties

    sector: string
    position_count: number
    sector_value: number
    allocation_pct: number
    sector_pnl: number
    sector_return_pct: number