Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Complete pre-computed daily analysis for a given date

    interface DailyAnalysis {
    ย ย ย ย date: string;
    ย ย ย ย classification: ClassificationResult;
    ย ย ย ย riskAssessment: RiskAssessment;
    ย ย ย ย swot: SwotAnalysisResult;
    ย ย ย ย threatAnalysis: ThreatAnalysisResult;
    ย ย ย ย stakeholderPerspectives: StakeholderPerspectivesResult;
    ย ย ย ย significance: SignificanceScoringResult;
    ย ย ย ย synthesis: SynthesisSummaryResult;
    ย ย ย ย hasAnalysis: boolean;
    }
    Index
    date: string

    Date of the analysis (YYYY-MM-DD)

    classification: ClassificationResult

    Classification results (from classification-results.md)

    riskAssessment: RiskAssessment

    Risk assessment (from risk-assessment.md)

    SWOT analysis (from swot-analysis.md)

    threatAnalysis: ThreatAnalysisResult

    Threat analysis (from threat-analysis.md)

    stakeholderPerspectives: StakeholderPerspectivesResult

    Stakeholder perspectives (from stakeholder-perspectives.md)

    Significance scoring (from significance-scoring.md)

    Synthesis summary (from synthesis-summary.md)

    hasAnalysis: boolean

    Whether any analysis files were found