EU Parliament Monitor - API Documentation - v0.7.19
    Preparing search index...

    Interface EnhancedDeepAnalysis

    Extended deep analysis that adds multi-iteration AI refinement on top of the base "5W + Impact" framework defined in DeepAnalysis.

    All additional fields are optional so that existing DeepAnalysis objects remain valid.

    interface EnhancedDeepAnalysis {
        qualityMetadata?: AnalysisQualityMetadata;
        scenarioPlanning?: ScenarioPlanning;
        reasoningChains?: readonly ReasoningChain[];
        executiveSummary?: string;
        comparativeContext?: string;
        what: string;
        who: readonly string[];
        when: readonly string[];
        why: string;
        stakeholderOutcomes: readonly StakeholderOutcome[];
        impactAssessment: {
            political: string;
            economic: string;
            social: string;
            legal: string;
            geopolitical: string;
        };
        actionConsequences: readonly ActionConsequence[];
        mistakes: readonly PoliticalMistake[];
        outlook: string;
        stakeholderPerspectives?: readonly StakeholderPerspective[];
        stakeholderOutcomeMatrix?: readonly StakeholderOutcomeMatrix[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    qualityMetadata?: AnalysisQualityMetadata

    Quality and provenance metadata produced by the multi-iteration pipeline

    scenarioPlanning?: ScenarioPlanning

    Three-scenario forward-looking planning section

    reasoningChains?: readonly ReasoningChain[]

    Structured reasoning chains that support the main conclusions

    executiveSummary?: string

    One-paragraph executive summary of the entire analysis

    comparativeContext?: string

    Comparative context: how this event compares with historical precedents

    what: string

    WHAT: Core subject — what happened or is being proposed

    who: readonly string[]

    WHO: Key actors — political groups, rapporteurs, MEPs, institutions

    when: readonly string[]

    WHEN: Key dates — timeline, deadlines, procedural milestones

    why: string

    WHY: Root causes — political motivations, strategic calculations

    stakeholderOutcomes: readonly StakeholderOutcome[]

    WINNERS & LOSERS: Stakeholder impact assessment

    impactAssessment: {
        political: string;
        economic: string;
        social: string;
        legal: string;
        geopolitical: string;
    }

    IMPACT: Multi-perspective analysis of consequences

    actionConsequences: readonly ActionConsequence[]

    ACTIONS → CONSEQUENCES: Causal chains

    mistakes: readonly PoliticalMistake[]

    MISTAKES: Miscalculations and missed opportunities

    outlook: string

    OUTLOOK: What happens next — strategic forward look

    stakeholderPerspectives?: readonly StakeholderPerspective[]

    MULTI-STAKEHOLDER PERSPECTIVES: Detailed impact per stakeholder group. Optional — populated by enhanced analysis builders.

    stakeholderOutcomeMatrix?: readonly StakeholderOutcomeMatrix[]

    STAKEHOLDER OUTCOME MATRIX: Winner/loser/neutral per action per group. Optional — populated by enhanced analysis builders.