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

    The result of applying a single analysis lens to a parliamentary document. All text fields are in the language specified by the calling context.

    interface PerspectiveAnalysis {
        lens: AnalysisLens;
        summary: string;
        impact: ImpactLevel;
        sentiment: Sentiment;
        keyActors: string[];
        relatedPolicies: string[];
        swotContribution: SwotContribution[];
        dashboardMetrics: DashboardMetric[];
        mindmapNodes: MindmapNode[];
        confidence: number;
    }
    Index

    Properties

    Which analytical lens produced this result

    summary: string

    AI-generated 50–100 word perspective summary

    impact: ImpactLevel

    Magnitude of the document's impact from this perspective

    sentiment: Sentiment

    Directionality of the impact for the lens stakeholder

    keyActors: string[]

    Key actors relevant to this perspective

    relatedPolicies: string[]

    Related policy areas or programmes mentioned

    swotContribution: SwotContribution[]

    Contributions to the SWOT matrix for this perspective

    dashboardMetrics: DashboardMetric[]

    Numeric metrics for dashboard rendering

    mindmapNodes: MindmapNode[]

    Mindmap nodes for conceptual map rendering

    confidence: number

    Confidence in this perspective analysis (0–100)