EU Parliament Monitor — API Documentation - v0.8.6
    Preparing search index...

    Interface CrossImpactEntry

    Cross-impact matrix entry: how a strength or weakness interacts with a specific threat, showing whether it mitigates or amplifies it.

    interface CrossImpactEntry {
        swotIndex: number;
        swotType: "strength" | "weakness";
        threatIndex: number;
        netEffect: number;
        rationale: string;
    }
    Index

    Properties

    swotIndex: number

    Index of the strength or weakness in its respective array

    swotType: "strength" | "weakness"

    Type of the SWOT item

    threatIndex: number

    Index of the threat in the threats array

    netEffect: number

    Effect on threat probability: negative = mitigation, positive = amplification

    rationale: string

    Human-readable description of the interaction