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

    Interface AllocationResponse

    interface AllocationResponse {
        portfolio_id: string;
        by_sector: SectorAllocation[];
        by_symbol: Position[];
        total_allocated: number;
        cash_allocation?: number;
        updated_at: string;
    }
    Index

    Properties

    portfolio_id: string
    by_sector: SectorAllocation[]
    by_symbol: Position[]
    total_allocated: number
    cash_allocation?: number
    updated_at: string