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

    Interface DeepAnalysis

    Comprehensive deep political analysis using the "5W + Impact" framework. Every article type populates this from its available data to provide parliament-intelligence-grade analysis for sophisticated readers.

    Fields map to the framework:

    • What: What happened / what is proposed
    • Who: Key actors, political groups, rapporteurs, shadows
    • When: Timeline, deadlines, key dates
    • Why: Root causes, political motivations, strategic calculations
    • Winners/Losers: Who benefits, who loses, stakeholder impact
    • Impact: Multi-perspective consequences (political, economic, social, legal)
    • Actions → Consequences: Causal chains from decisions to outcomes
    • Mistakes: Miscalculations, missed opportunities
    • Outlook: What happens next, strategic implications
    interface DeepAnalysis {
        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;
    }
    Index

    Properties

    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