Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    CIA intelligence context for enriching analysis

    interface CIAContext {
        partyPerformance: {
            id: string;
            partyName: string;
            metrics: {
                seats: number;
                successRate: number;
                motionsSubmitted: number;
                motionsPassed: number;
                cohesionScore?: number;
            };
            trends: { supportTrend: string; activityTrend: string };
        }[];
        coalitionStability: {
            stabilityScore: number;
            riskLevel: string;
            defectionProbability: number;
            majorityMargin: number;
        };
        votingPatterns: {
            keyIssues: {
                topic: string;
                coalitionAlignment: number;
                oppositionAlignment: number;
                crossPartyVotes: number;
            }[];
        };
        overallMotionDenialRate: number;
    }
    Index

    Properties

    partyPerformance: {
        id: string;
        partyName: string;
        metrics: {
            seats: number;
            successRate: number;
            motionsSubmitted: number;
            motionsPassed: number;
            cohesionScore?: number;
        };
        trends: { supportTrend: string; activityTrend: string };
    }[]
    coalitionStability: {
        stabilityScore: number;
        riskLevel: string;
        defectionProbability: number;
        majorityMargin: number;
    }
    votingPatterns: {
        keyIssues: {
            topic: string;
            coalitionAlignment: number;
            oppositionAlignment: number;
            crossPartyVotes: number;
        }[];
    }
    overallMotionDenialRate: number

    Percentage of motions denied (typically 99%+)