CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Cost estimation details for security implementation

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

    Properties

    totalImplementationCost: string | number

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

    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