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

    Interface StakeholderPerspective

    A detailed perspective on how a parliamentary action affects one specific stakeholder group. Used in multi-stakeholder analysis to map every action to its full range of societal consequences.

    interface StakeholderPerspective {
        stakeholder: AnalysisStakeholderType;
        impact: StakeholderImpact;
        severity: StakeholderSeverity;
        reasoning: string;
        evidence: readonly string[];
    }
    Index

    Properties

    Which stakeholder group this perspective describes

    Direction of the impact on this stakeholder

    Magnitude of the impact

    reasoning: string

    Human-readable reasoning explaining the impact

    evidence: readonly string[]

    Evidence strings supporting the reasoning (data points, text references)