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

    Interface PerformanceResponse

    interface PerformanceResponse {
        portfolio_id: string;
        latest: PerformanceMetrics | null;
        history: PerformanceMetrics[];
        period_start?: string;
        period_end?: string;
    }
    Index

    Properties

    portfolio_id: string
    latest: PerformanceMetrics | null
    period_start?: string
    period_end?: string