Skip to main content

Business Impact Assessment (BIA)

The BIA module assesses your organization's business processes to determine their criticality, recovery requirements, and data sensitivity. Each process is scored on a 0–100 scale based on recovery objectives and data classification, then categorized by risk tier to prioritize business continuity planning.

Overview

Access from Risk Management → BIA in the sidebar. The top bar shows live counts by risk category (Critical, High, Medium, Low) plus Unassigned (no owner) and Incomplete (no score). Click any stat card to filter the table. Below the stats, a collapsible overview section shows five interactive charts: platform dependencies, RTO distribution, RPO distribution, process ownership, and risk score distribution.

BIA dashboard with risk tier stat cards, platform dependency bar chart, RTO/RPO distribution, ownership pie chart, and risk score ranking

Adding Processes

New Process

Click + New Process to open the detail panel in create mode. Fill in the business process name (required) and any additional fields, then save. The panel groups fields into three sections:

  1. Process Information — Name, description (with AI generation), owner, managed by, department dependencies
  2. Recovery Objectives & Data Classification — RTO, RPO, MTD, data classification, backup frequency, backup requirements
  3. Additional Details — Outage impact, antimalware toggle, log review

The risk score is auto-calculated as soon as recovery objectives and data classification are set.

BIA Orchestration (AI)

Click the BIA Orchestration button in the toolbar for AI-assisted process generation. The wizard adapts based on whether you already have BIA processes:

Incremental mode (when processes already exist) — Describe the area you want to add processes for (e.g., "Add processes for our new payment workflow" or "Include HR and recruitment processes"). The AI uses your existing BIA as context to generate complementary processes without duplication.

Full mode (starting from scratch) — A 3-step wizard collects your organization profile:

  1. Company Basics — Industry, company size, business model, compliance frameworks (SOC 2, ISO 27001, HIPAA, PCI DSS, GDPR, etc.)
  2. Systems & Tools — Select from pre-categorized suggestions (Cloud, Business Apps, Communication, Development, HR/Finance, Security, Data) or add custom systems
  3. Context & Generate — Additional context, configuration summary, then generate

After generation, review each process card-by-card: Accept, Skip, or Edit fields (name, description, RTO, RPO, MTD, data classification, backup frequency, managed by, outage impact). The AI also suggests vendors and risks for each process. A summary screen shows accepted/skipped counts and new vendors and risks to be created before you commit.

Working with Processes

Click any row to open the detail sidecar. The header shows the process owner, managed-by badge, and the live risk category with score.

Details Tab

BIA detail sidecar showing process description, department dependencies, recovery objectives with point scores, backup requirements, and outage impact
  • Process Information — Description (with AI generation button), department dependencies
  • Recovery Objectives — RTO, RPO, and MTD dropdowns, each showing the metric score (1–5 points) and color-coded by urgency. The header shows the composite score with a breakdown: CRITICAL 91 RTO 30.0 · RPO 25.0 · MTD 15.0 · Data 11.3 · Backup 10.0
  • Data Classification & Backup — Data classification and backup frequency dropdowns
  • Backup Requirements — Free text describing backup strategy, retention, and DR testing
  • Additional Details — Outage impact narrative, antimalware toggle, log review cadence
  • Custom Fields — Tenant-configurable fields

Relationships Tab

Relationships tab showing linked vendors, upstream dependencies (IAM), downstream dependencies (Billing, Lab Integration, Telemedicine), and linked risks
  • Vendors — Link vendors that support this process. Click Add vendor... to search and attach
  • Upstream Dependencies — Processes this one depends on. If an upstream process fails, this process is affected
  • Downstream Dependencies — Processes that depend on this one. If this process fails, downstream processes are impacted
  • Linked Risks — Connect to entries in the Risk Register. Click Link existing risk... to search, or create a new risk inline with type, impact, likelihood, and status

Evidence Tab

  • Required Tasks — Integration with recurring controls for evidence collection tasks
  • Supporting Documentation — Upload files (DR plans, runbooks, test reports) as supporting evidence

History Tab

Audit trail of changes to the BIA record.

Tab Views

All Processes

All Processes table view with sortable columns for process name, supporting systems, data classification, RPO, MTD, RTO, risk score, category, and owner

The default table view with all BIA processes. Sort by any column, filter by risk level, data classification, managed-by type, or owner. Click any cell to edit inline — text fields save on Enter/blur, dropdowns save on selection. Use the Columns button to show/hide columns, reorder via drag-and-drop, or reset to defaults.

Critical & High

Filtered view showing only CRITICAL and HIGH risk processes, sorted by descending risk score. Use this during business continuity planning meetings to focus on the processes that matter most.

By Data Classification

Data Classification view grouping processes by sensitivity level — Confidential Business (13 processes) and Internal-Restricted (7 processes)

Processes grouped by data sensitivity level: Confidential, Restricted, Internal, Public. Each group shows the process name, risk score, category, RTO, RPO, and owner. Helps identify which processes handle your most sensitive data and whether their recovery objectives match the sensitivity.

Recovery Matrix

Recovery Matrix showing all processes ranked by total score with individual RTO, RPO, MTD, Backup Frequency, and Data Classification point scores

A ranked view showing the individual component scores that make up each process's total risk score. Columns show RTO, RPO, MTD, Backup Frequency, and Data Classification — each with its point value (1–5). Processes are sorted by total score, highest first. Use this to compare recovery posture across processes and identify which specific metrics are driving high scores.

Process Dependencies

Process Dependencies view grouped by supporting system — AWS App Runner (7 processes, Single Point of Failure), AWS RDS (6 processes, Single Point of Failure)

Processes grouped by supporting system or platform. The header shows total systems and Single Points of Failure — systems that support 3 or more processes. These represent concentration risk: if that system goes down, multiple business processes are affected simultaneously. Each system group lists the dependent processes with their risk scores and owners.

Weight Config

Weight Configuration panel with slider controls for RTO (30%), RPO (25%), MTD (20%), Data Classification (15%), and Backup Frequency (10%)

Configure how each metric contributes to the overall risk score. Adjust weights using sliders or direct number input — the total must equal 100%. Choose from preset configurations or create a custom mix:

PresetRTORPOMTDData Class.Backup Freq.
Default30%25%20%15%10%
Balanced20%20%20%20%20%
Recovery Focused35%30%20%10%5%
Data Sensitivity Focused20%15%15%35%15%

Click Preview Impact to see how weight changes would affect scores and categories across all processes before saving. Click Save Weights to apply — all process scores are recalculated immediately.

Risk Scoring

Each BIA process receives a composite risk score (0–100) calculated from five weighted metrics.

Metric Scales

Each metric maps to a 1–5 point scale:

Recovery Objectives (RTO, RPO, MTD):

ValuePointsMeaning
1 Hour5Most aggressive recovery target
4 Hours4Urgent recovery needed
1 Day3Same-day recovery
5 Days2Multi-day recovery acceptable
15 Days1Extended downtime tolerable

Data Classification:

LevelPoints
Confidential5
Restricted4
Internal2
Public1

Backup Frequency:

FrequencyPoints
Real-time / Hourly5
Daily4
Weekly3
Monthly2
None1

Formula

weightedRaw = (RTO_pts × RTO_weight) + (RPO_pts × RPO_weight) +
(MTD_pts × MTD_weight) + (DataClass_pts × DC_weight) +
(Backup_pts × BF_weight)

Risk Score = ((weightedRaw - 1) / 4) × 100

Risk Categories

Score RangeCategoryPriority
75–100CriticalEssential process, rapid recovery required
50–74HighImportant process, significant impact if unavailable
25–49MediumModerate importance, manageable downtime
0–24LowSupporting process, extended downtime tolerable

AI Features

Description Generation

Click the AI icon next to the description field in the detail panel. The AI generates a process description based on the business process name, your organization's industry, and enabled compliance frameworks.

BIA Orchestration

See Adding Processes → BIA Orchestration above for the full AI-assisted process generation workflow.

Inline Editing

All fields in the table are inline-editable — click any cell to modify:

  • Text fields (process name) — click to enter edit mode, Enter to save, Escape to cancel
  • Dropdowns (data classification, RTO, RPO, MTD, backup frequency) — click to open, selection auto-saves
  • Owner — click to open the owner selector with users and key contacts

Changes autosave immediately with a visual confirmation indicator.

Bulk Actions

Select multiple processes using the checkboxes, then use the floating toolbar to:

  • Update Data Classification — Bulk-set classification level
  • Update RTO / RPO / MTD — Bulk-set recovery objectives
  • Update Backup Frequency — Bulk-set backup cadence
  • Assign Owner — Bulk-assign a process owner
  • Delete — Remove selected processes (with confirmation)

Import & Export

Import

Bulk-import processes via CSV. Click Import in the toolbar. Only Business Process (name) is required.

ColumnRequiredAccepted Values
Business ProcessFree text
DescriptionFree text
Process OwnerUser name or email
RTO1_HOUR, 4_HOURS, 1_DAY, 5_DAYS, 15_DAYS
RPO1_HOUR, 4_HOURS, 1_DAY, 5_DAYS, 15_DAYS
MTD1_HOUR, 4_HOURS, 1_DAY, 5_DAYS, 15_DAYS
Data ClassificationPUBLIC, INTERNAL, CONFIDENTIAL, RESTRICTED

Export

Click Export to download all processes as CSV with all fields.