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

    Interface ScenarioPlanning

    Three-scenario planning framework plus wildcard signals

    interface ScenarioPlanning {
        bestCase: Scenario;
        worstCase: Scenario;
        mostLikely: Scenario;
        wildcards: readonly string[];
    }
    Index

    Properties

    bestCase: Scenario

    Optimistic future state

    worstCase: Scenario

    Pessimistic future state

    mostLikely: Scenario

    Most probable future state

    wildcards: readonly string[]

    Low-probability, high-impact events that could invalidate all scenarios