Parameters
- availabilityLevel: SecurityLevel
- integrityLevel: SecurityLevel
- confidentialityLevel: SecurityLevel
- orgSize: "small" | "medium" | "large" | "enterprise" = "medium"
- industry:
| "financial"
| "general"
| "healthcare"
| "government"
| "retail"
| "technology"
| "manufacturing" = "general"
Returns {
availabilityCost: { capex: number; opex: number };
confidentialityCost: { capex: number; opex: number };
integrityCost: { capex: number; opex: number };
totalCapex: number;
totalCost: number;
totalOpex: number;
}
Object containing total costs and breakdown
Calculate total cost of implementing multiple security controls
Business Perspective
This function helps organizations understand the combined financial impact of their security choices across the CIA triad. It provides a consolidated view for budget planning and approval processes. 💼