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

    Interface ScoredSWOTItem

    A SWOT item with a quantitative score and supporting evidence.

    • Strengths/Weaknesses: scored 0–5 (internal factor magnitude), where 0 represents a neutral or not-currently-relevant factor
    • Opportunities/Threats: scored as probability × impact
    interface ScoredSWOTItem {
        description: string;
        score: number;
        evidence: readonly string[];
        confidence: ConfidenceLevel;
        trend: SwotItemTrend;
    }
    Index

    Properties

    description: string

    Description of the SWOT factor

    score: number

    Quantitative score:

    • Strengths/Weaknesses: 0 (neutral / not present) to 5 (critical)
    • Opportunities/Threats: likelihood × impact (0–4.5)
    evidence: readonly string[]

    Supporting evidence for the score

    confidence: ConfidenceLevel

    Confidence in the scoring

    Whether the factor is improving, stable, or deteriorating