CIA Compliance Manager API Documentation - v0.8.24
    Preparing search index...

    Service for security metrics and measurements

    This service provides quantitative metrics for security levels, enabling organizations to measure their security posture, track improvements over time, and quantify the impact of security investments through cost-benefit analysis and risk reduction calculations. 📊

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Calculate ROI metrics based on security level and implementation cost

      Parameters

      • securityLevel: SecurityLevel

        Selected security level

      • implementationCost: number

        Cost of implementation in currency units

      Returns ROIMetrics

      ROI metrics with value, percentage and description

    • Get appropriate UI badge variant for a risk level

      Parameters

      • riskLevel: string

        Risk level string (High, Medium, Low, etc.)

      Returns "success" | "info" | "warning" | "error" | "neutral"

      Badge variant name

    • Get risk level based on security score

      Parameters

      • score: number

        Security score (0-100)

      Returns string

      Risk level description