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

    Interface RecommendationsResponse

    interface RecommendationsResponse {
        portfolio_id: string;
        strategy_type: StrategyType;
        recommendations: Recommendation[];
        total_count: number;
        generated_at: string;
    }
    Index

    Properties

    portfolio_id: string
    strategy_type: StrategyType
    recommendations: Recommendation[]
    total_count: number
    generated_at: string