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

    Interface Scenario

    A single plausible future scenario

    interface Scenario {
        description: string;
        probability: number;
        triggers: readonly string[];
        implications: readonly ScenarioStakeholderImpact[];
        timeline: string;
    }
    Index

    Properties

    description: string

    Narrative description of the scenario

    probability: number

    Probability estimate in the range [0, 1]

    triggers: readonly string[]

    Conditions that would trigger or confirm this scenario

    implications: readonly ScenarioStakeholderImpact[]

    How different stakeholders are affected

    timeline: string

    Expected timeframe for the scenario to materialise