EU Parliament Monitor — API Documentation - v0.8.20
    Preparing search index...

    Interface SynthesisSummary

    Complete synthesis summary aggregating all per-file analyses

    interface SynthesisSummary {
        synthesisId: string;
        date: string;
        documentsAnalyzed: number;
        overallConfidence: ConfidenceLevel;
        topFindings: readonly SynthesisFinding[];
        swot: AggregatedSWOT;
        riskOverview: RiskOverview;
        editorialRecommendations: readonly string[];
    }
    Index

    Properties

    synthesisId: string

    Unique synthesis identifier (SYN-YYYY-MM-DD-{8-char-UUID})

    date: string

    ISO date of the analysis

    documentsAnalyzed: number

    Number of analysis files processed

    overallConfidence: ConfidenceLevel

    Aggregated confidence across all sources

    topFindings: readonly SynthesisFinding[]

    Top findings ranked by confidence (high → medium → low)

    Aggregated SWOT summary

    riskOverview: RiskOverview

    Risk level distribution

    editorialRecommendations: readonly string[]

    Editorial recommendations