CIA Compliance Manager API Documentation - v1.0.1
    Preparing search index...

    Cost estimation details for security implementation

    interface CostEstimation {
        annualMaintenanceCost: string | number;
        costBreakdown: Record<string, unknown>;
        roi?: Record<string, unknown>;
        totalImplementationCost: string | number;
    }
    Index

    Properties

    annualMaintenanceCost: string | number

    Ongoing annual maintenance cost (formatted string or numeric value)

    costBreakdown: Record<string, unknown>

    Detailed breakdown by component (availability, integrity, confidentiality)

    roi?: Record<string, unknown>

    Optional ROI analysis including payback period, risk reduction, and business benefits

    totalImplementationCost: string | number

    Total upfront implementation cost (formatted string like "$50,000" or numeric value)