← M&A Integration Suite Requirements · Traceability Matrix · how to read this suite

Requirements Traceability Matrix

⇩ Download Word

169 requirements across five business requirements documents, each traced to the method that verifies it. This matrix is the check that the suite hangs together: a requirement with no verification method is an intention, and a test with no requirement behind it is effort nobody asked for.

A traceability matrix is only worth reading if it can embarrass the program, and this one has a gaps section because of that. A matrix showing complete coverage of everything usually means the requirements were written to match the tests, or the gaps were quietly excluded from scope. §09 records five places where traceability is genuinely incomplete — including the largest schedule risk on the program, which has no requirement at all because it is a risk rather than a requirement. ⚠ Recording that is more useful than a clean matrix, because a reader tracing schedule exposure through this document would otherwise conclude it is covered.

Contents

  1. Purpose and how this matrix is built
  2. Coverage summary
  3. Verification method distribution
  4. BRD-01 — Identity Resolution
  5. BRD-02 — Core Administration
  6. BRD-03 — Integration Layer
  7. BRD-04 — Data Warehouse
  8. BRD-05 — Preserved Capabilities
  9. Traceability gaps — recorded, not hidden
  10. How to read this against the program

01 — Purpose and how this matrix is built

Every requirement in the five business requirements documents appears here with the method that verifies it. The matrix exists to answer three questions an auditor or an incoming program manager will ask: is every requirement verified, is every verification traceable to a requirement, and what is not covered.

This matrix is derived from the requirements documents rather than maintained alongside them, and that is a deliberate choice about which failure to avoid. A hand-maintained matrix is written once, accurately, and then diverges: a requirement is renumbered, one is added late, another is dropped in review, and nobody re-reads a 169-row table to notice. Deriving it means the matrix cannot claim a requirement that does not exist, and cannot miss one that does — the two failures that make a traceability matrix worse than none, because both are invisible to the reader trusting it.

02 — Coverage summary

WorkstreamBRD RequirementsMust Traced to a method
Member Identity Resolution & EMPIBRD-01322932
Core Administration ConsolidationBRD-02413941
Integration Layer & InterfacesBRD-03292729
Enterprise Data WarehouseBRD-04373537
Preserved & Best-of-Both CapabilitiesBRD-05302630
Total169 156169

03 — Verification method distribution

Verification methodRequirements What it means here
Demonstration14Shown working under realistic conditions — parallel run, restore test, rehearsal, deliberate failure injection
Test87Executed against defined cases with a pass criterion
Inspection39Evidence exists and is examined — a register, a signed definition, a runbook, a named owner
Analysis19Measured against a numeric threshold — latency, throughput, adequacy, a rate against a baseline
Audit10⚠ Verified by a party outside the team that delivers it
The Audit row is small and it is the one that matters most. Those requirements are verified by a party outside the team that delivers them — principally the false-positive audit on identity matching, which is checked by the Privacy Officer's function rather than by the data workstream. Classifying it as "Test" would have been tidier and would have hidden the only thing that makes it work: every other quality signal on that workstream improves by matching more aggressively, so the one measure that gets worse cannot be owned by the people whose thresholds cause it.

04 — BRD-01  Member Identity Resolution & EMPI (32 requirements · owner Dr. A. Ravindran)

Req IDRequirement (from BRD-01) PriorityVerification method
FR-01Internal resolution before cross-entity matching
⚠ Target duplicates are resolved within the target population first. Matching two dirty populations against ea
MustTest
FR-02Deterministic pass
Exact match on government identifier plus date of birth, or on a shared member identifier. Expected to resolve
MustTest
FR-03Name standardization
Nickname and diminutive tables, suffix and prefix handling, phonetic encoding for surname variation
MustTest
FR-04Address standardization
Postal reference validation and change-of-address lookup applied to both populations before comparison
MustTest
FR-05Blocking
⚠ Candidate pairs generated by blocking keys. Pairwise comparison of 1,800,000 against 420,000 is not computat
MustTest
FR-06Probabilistic scoring
Weighted agreement and disagreement per attribute, producing a single comparison score
MustInspection
FR-07Three configurable thresholds
Auto-match above the upper threshold, auto-reject below the lower, clerical review between them. Approximately
MustInspection
FR-08Threshold asymmetry
⚠ Thresholds are set so that uncertainty resolves toward review, never toward merge
MustAnalysis
FR-09Every decision auditable
Score, contributing attributes, rule version and outcome retained per pair — including auto-decisions
MustAudit
FR-10Rule versioning
A change to rules or thresholds is versioned, and prior decisions identify the version that produced them
ShouldInspection
FR-11Re-run capability
Ability to re-score a cohort under revised rules without discarding steward decisions
ShouldTest
FR-12Survivorship is per attribute
⚠ Each field has its own source-of-truth rule. "Newest record wins" applied globally is prohibited.
MustTest
FR-13Coverage history is a union
⚠ Every coverage period from both sources is retained. A merge may never shorten a member's entitlement.
MustInspection
FR-14Address from most recent claim activity
Not from the most recently updated record — a record touched by a batch process is not evidence of where
MustTest
FR-15Government identifier from enrollment
Enrollment is the attested source. Claims-sourced identifiers are not authoritative.
MustTest
FR-16Accumulator balances reconciled, not selected
⚠ Running totals are computed from the union of claims, never taken from one side
MustDemonstration
FR-17Source values retained
Every non-surviving value is retained and viewable. Survivorship selects what is presented, not what is kept.
MustInspection
FR-18Side-by-side comparison
Both candidate records with agreeing and disagreeing attributes highlighted, plus the score and its contributo
MustTest
FR-19Three steward outcomes
Match, not a match, ⚠ and refer. A steward who is unsure must not be forced to guess.
MustTest
FR-20Reason capture
A structured reason on every decision, not free text alone. ⚠ Reasons are what make the audit meaningful.
MustAudit
FR-21Immutable audit trail
Steward, timestamp, decision, reason, record version. ⚠ Append-only.
MustAudit
FR-22Queue prioritization by risk
Active members, dual coverage, high-cost claimants and open care management cases worked first
MustTest
FR-23Throughput and aging visible
Queue volume, decisions per steward per day, and age of oldest item reported daily
MustAnalysis
FR-24Independent false-positive audit
⚠ A sample of auto-matched pairs re-reviewed by the Privacy Officer's team — not by the workstream that
MustAudit
FR-25Second review on high-risk merges
Two stewards required where both records show active claims history
ShouldTest
NFR-01Cross-reference lookup latency
Under 100 ms at the 95th percentile — it sits in the eligibility path
MustAnalysis
NFR-02Batch matching throughput
Full population re-scored within a single weekend window
MustAnalysis
NFR-03Steward workbench availability
Business hours, Tier 1. ⚠ Queue downtime is queue days lost and they cannot be recovered.
MustTest
NFR-04Audit retention
Statutory period, append-only, restorable
MustAudit
NFR-05Data residency
⚠ United States only, enforced by platform policy rather than by undertaking
MustTest
NFR-06Recovery
Per service tier, with a tested restore before go-live — not a configured backup
MustTest
NFR-07Access control
Role-based; steward access is scoped to the queue and logged per record viewed
MustTest

05 — BRD-02  Core Administration Consolidation (41 requirements · owner W. Ferriday)

Req IDRequirement (from BRD-02) PriorityVerification method
FR-01Reproduce adjudication outcomes
Each target plan configured so that a claim adjudicates to the same outcome, allowed amount and member liabili
MustTest
FR-02Plan-by-plan configuration register
Every target product mapped to its ACME configuration, with the person who verified it named
MustInspection
FR-03Expected-difference register
⚠ Every intended behavioral difference documented before parallel run, with the reason and an approver
MustDemonstration
FR-04Near-identical plans reconciled
Where the target has plans that appear identical, the differences are identified and either preserved delibera
MustDemonstration
FR-05Provider contracts and fee schedules loaded
Reimbursement terms reproduced. ⚠ A pricing difference is a contract breach, not a configuration defect.
MustTest
FR-06Configuration peer review
No plan goes to parallel run on one person's word
MustDemonstration
FR-07Configuration derived from templates
Where the ACME hierarchy allows, so future changes propagate rather than being edited plan by plan
ShouldTest
FR-08Adjudication outcome equivalence
Pay, deny or pend decisions identical for the same claim. ⚠ There is no third category between "same" and "def
MustInspection
FR-09Claims edit inventory with a decision per edit
⚠ Every edit on the retiring platform classified port, drop, or replace, each with a named decider and a state
MustInspection
FR-10Undocumented edits escalated
An edit with no discoverable reason is escalated to the Chief Medical Officer and Compliance rather than defau
MustInspection
FR-11Denial and adjustment code mapping
Local codes mapped to the surviving code set. ⚠ The mapping is a deliverable and is itself tested.
MustTest
FR-12Pricing equivalence
Allowed amount identical to the cent. Rounding behavior verified explicitly.
MustTest
FR-13Timeliness preserved
Adjudication cycle time within regulatory limits throughout, including the cutover period
MustTest
FR-14Auto-adjudication rate maintained
⚠ A drop pushes volume to manual review, which becomes a staffing problem presenting as a systems one
ShouldAnalysis
FR-15Group and eligibility structure reproduced
Employer groups, subgroups, classes and rate structures
MustTest
FR-16Coverage history complete
⚠ Every period retained. A member's demonstrable coverage may not shorten. Consumes the identity resolution ou
MustInspection
FR-17Retroactive terminations and reinstatements
⚠ Retroactivity behaves as on the retiring platform, including re-adjudication of affected claims
MustTest
FR-18Effective dating on all entities
Benefits, providers, groups and members all carry effective dates and are adjudicated as at service date, not
MustTest
FR-19834 processing per trading partner
Full-file and change-file semantics preserved per partner. ⚠ These are not interchangeable.
MustTest
FR-20Accumulator balances reconcile exactly
Deductible, out-of-pocket and visit limits agree to the cent at cutover. ⚠ Zero variance.
MustDemonstration
FR-21Accumulators computed, not copied
⚠ Recomputed from the union of claims and reconciled to the source balance — a copied balance carries an
MustDemonstration
FR-22Mid-year cutover handled
Plan-year-to-date balances continue without reset. ⚠ A reset is a member paying a deductible twice.
MustTest
FR-23Family and individual accumulation
Both tiers reproduced, including cross-application rules
MustTest
FR-24Coordination of benefits
Primacy determination, order of benefits and secondary calculation reproduced
MustTest
FR-25COB information retained
Other-coverage records migrate with the member. ⚠ Losing them makes the plan primary by default and overpays.
MustInspection
FR-26Pended claims disposition
Every pended claim either resolved before cutover or migrated with its pend reason and age intact. ⚠ The regul
MustTest
FR-27Open appeals complete where they started
⚠ A case completes in the system that opened it, with its evidence and correspondence. Statutory timeframes co
MustTest
FR-28In-flight payment cycles
A payment run initiated before cutover completes before cutover. ⚠ No payment cycle spans the boundary.
MustTest
FR-29Adjustments and recoveries in progress
Migrate with their linkage to the original claim
MustTest
FR-30Submission freeze and drain
Defined quiet window; submissions received during it queue and process after, with receipt dates preserved
MustAnalysis
FR-31Post-cutover claims to the surviving platform only
⚠ Including claims for services rendered before the cutover date
MustTest
FR-32Explanation of benefits content preserved
Regulated content reproduced. ⚠ A change is a filed change, not a design choice.
MustTest
FR-33Trading partner re-registration
Each partner re-registered and test-exchanged before their channel moves
MustInspection
FR-34Payer identifier transition
Old and new identifiers both accepted through a defined window
MustAnalysis
FR-35Business-level acknowledgment
⚠ Every EDI interface carries a control total. A syntactic acknowledgment is not acceptance.
MustTest
FR-36835 reconciles to payment issued
Across both paying platforms during coexistence
MustDemonstration
NFR-01Adjudication throughput
Combined daily volume within the existing processing window, with headroom
MustAnalysis
NFR-02Eligibility response
⚠ Real-time at the point of care. Latency here is a member turned away at a pharmacy counter.
MustAnalysis
NFR-03Availability
Tier 0. Recovery objectives per the Quality Plan, restore tested.
MustDemonstration
NFR-04Auditability
Every adjudication reproducible with the configuration version that produced it
MustAudit
NFR-05Cutover window
⚠ One weekend. No rollback after the payment cycle resumes.
MustAnalysis

06 — BRD-03  Integration Layer & Interfaces (29 requirements · owner K. Stallworth)

Req IDRequirement (from BRD-03) PriorityVerification method
FR-01One canonical representation per entity
Member, coverage, provider, claim, authorization, accumulator. Each platform maps to and from it.
MustTest
FR-02Canonical model is versioned
⚠ A change is a versioned change with a migration path, not an edit
MustInspection
FR-03Definitions agreed before mapping
⚠ "Member", "coverage period", "final" and "closed" are defined once and signed by both sides before any mappi
MustInspection
FR-04No business logic in the layer
⚠ It translates and routes. A rule that decides something belongs in a system of record, and a request to add
MustTest
FR-05Mapping is declarative and inspectable
A reader can determine what a field becomes without reading code
MustTest
FR-06Unmapped fields fail loudly
⚠ An unmapped field is an error, not a silent null
ShouldTest
FR-07Guaranteed delivery
No message lost. Delivery confirmed by the receiving system, not by the layer.
MustTest
FR-08Idempotency
⚠ A message delivered twice produces the same result as once. Retry is the primary recovery mechanism and it i
MustTest
FR-09Ordered delivery where order matters
Accumulator and coverage changes are order-sensitive; provider updates are not. Stated per interface.
MustTest
FR-10Business-level control totals
⚠ Every interface reconciles on counts and amounts. A syntactic acknowledgment is not acceptance — a pip
MustDemonstration
FR-11Replay within a bounded window
Messages replayable for a defined period. ⚠ Bounded deliberately — an unbounded store is a data store, a
MustDemonstration
FR-12Failures alert with context
Which interface, which record, which side, what failed. Not a generic error.
MustTest
FR-13Accumulator synchronization is near real time
⚠ Latency here is a wrong member liability quoted at the point of service
MustAnalysis
FR-14Accumulator conflicts resolved by recomputation
⚠ Not by last-writer-wins. Both sides' claims are summed; the balance is derived, never chosen.
MustTest
FR-15Write-back failures surface on both sides
⚠ A failed write into the retiring platform must alert both systems' operators
MustTest
FR-16Write-back is reconciled daily
Independent comparison of what should have been written against what is present
MustAudit
FR-17Registered consumer list
⚠ Every consumer registers at connection time. An interface with unknown consumers cannot be switched off.
MustInspection
FR-18Traffic observable per interface per consumer
Volume by consumer, so zero traffic can be evidenced rather than assumed
MustAnalysis
FR-19Retirement is evidenced by zero traffic
⚠ A defined quiet period with no traffic from any registered consumer — not a belief that nothing uses i
MustInspection
FR-20Interface-level shutdown
Interfaces retire individually. ⚠ The layer is not all-or-nothing.
MustTest
FR-21No persistent store beyond the replay window
⚠ State makes the layer a system of record, and a system of record cannot be deleted
MustAnalysis
FR-22New business rules are refused
⚠ A change request adding logic to the layer is rejected and redirected to the owning system, with the refusal
MustInspection
FR-23Decommissioning documented per interface
What it did, what replaced it, when traffic stopped
ShouldInspection
NFR-01Eligibility response latency
⚠ Within the point-of-service window. This sits in front of a pharmacy counter.
MustAnalysis
NFR-02Accumulator propagation
Near real time, measured end to end rather than at the layer boundary
MustTest
NFR-03Throughput
Peak daily claim and enrollment volume with headroom for catch-up after an outage
MustAnalysis
NFR-04Availability
Tier 1. ⚠ An outage does not lose messages — it delays them.
MustTest
NFR-05Security
Encrypted in transit and at rest; PHI never logged in clear
MustTest
NFR-06Observability
Per-interface, per-consumer volume and error rates, retained through retirement
MustInspection

07 — BRD-04  Enterprise Data Warehouse (37 requirements · owner Dr. A. Ravindran)

Req IDRequirement (from BRD-04) PriorityVerification method
FR-01One definition per measure, signed by both entities
⚠ Member month, covered life, paid claim, incurred date, allowed amount. Agreed and signed before the model is
MustInspection
FR-02Conformed member dimension
Keyed on the enterprise member identifier, with both source identifiers retained
MustInspection
FR-03Conformed provider dimension
⚠ A provider contracted with both entities is one provider with two contracts, not two providers
MustTest
FR-04Conformed date dimension
Service, incurred, paid and processed dates distinguished. ⚠ Reports must state which they use.
MustTest
FR-05Slowly changing dimensions
Member, provider and benefit attributes carry effective dating. A report as at March uses March's attributes.
MustTest
FR-06Source system lineage
Every fact traceable to its source system and load
MustInspection
FR-07Business glossary published
Definitions visible to consumers, not held in the model only
ShouldInspection
FR-08Both histories loaded
Claims and enrollment history from both entities for the statutory retention period
MustTest
FR-09History restated to conformed definitions
⚠ Prior periods recomputed on the agreed definitions, so a trend line crossing the merge is comparable
MustTest
FR-10Pre-merge and post-merge distinguishable
A consumer can always separate the combined view from either legacy view
MustTest
FR-11Restatement is documented and dated
⚠ Any restated figure carries the basis and the date of restatement
MustInspection
FR-12Archive retrievable after source retirement
⚠ The retiring platform's history survives the platform. It is loaded, not referenced.
MustTest
FR-13Measure calculation to specification
Quality measures computed to the accrediting body's published specification, not to a local interpretation
MustTest
FR-14Measurement year integrity
⚠ A measurement year is not switched mid-cycle. Cutting over mid-year invalidates the rates for that year.
MustTest
FR-15Submission-ready extracts
In the regulator's required format, with the audit trail supporting each figure
MustAudit
FR-16Reproducibility
⚠ A filed figure can be reproduced later from retained data and the calculation version that produced it
MustInspection
FR-17Combined-entity reporting from the first full cycle
No cycle reported on a partial population without disclosure
MustTest
FR-18Load reconciliation
Record counts and financial totals reconciled to source on every load
MustDemonstration
FR-19A failed load does not partially publish
⚠ Either the load completes and reconciles, or the prior state stands. A half-loaded warehouse produces confid
MustDemonstration
FR-20Late-arriving data handled
Claims received after a period closes update the period and are flagged as restating it
MustTest
FR-21Completeness monitoring
Expected versus received volume per source per day, alerting on absence rather than only on error
MustAnalysis
FR-22Data quality dashboard
Visible to consumers, so a report's reliability is knowable without asking
ShouldTest
FR-23Documented RTO and RPO agreed with the business owner and recorded in the Quality PlanMustInspection
FR-24Geo-redundant backup configured to the Azure paired regionMustTest
FR-25Immutable or soft-delete protection against ransomware and accidental deletionMustTest
FR-26⚠ Business associate agreement confirmed to cover the backup location and secondary regionMustTest
FR-27Full restore tested end to end, with evidence retained for auditMustAudit
FR-28DR runbook with named roles and a named accountable ownerMustInspection
FR-29Recovery obligations carried in the risk register with a residual ratingMustInspection
FR-30Retention of seven years, above the HIPAA floor, driven by state insurance record rules. Restore re-tested annually.MustTest
NFR-01Load window
Daily load completes and reconciles before the reporting day begins
MustDemonstration
NFR-02Query performance
Standard measure calculations complete within the reporting cycle
MustAnalysis
NFR-03Availability
Tier 2 — ⚠ 72 hour RTO. Deliberately not Tier 0; see the opening callout.
MustDemonstration
NFR-04Durability
⚠ 24 hour RPO with geo-redundancy. This, not availability, is the binding requirement.
MustTest
NFR-05Data residency
United States only, enforced by platform policy
MustTest
NFR-06Access control
Role-based; ⚠ identified member data restricted to roles with a documented need
MustInspection
NFR-07Audit logging
Write-once. Query access to identified data logged and reviewed.
MustAudit

08 — BRD-05  Preserved & Best-of-Both Capabilities (30 requirements · owner Dr. M. Ellsworth)

Req IDRequirement (from BRD-05) PriorityVerification method
FR-01Performance baselined and reported
⚠ Readmission and chronic-condition engagement rates baselined pre-close and reported quarterly. Preservation
MustAnalysis
FR-02No member migrated mid-episode
⚠ An open care management episode completes on the platform that opened it
MustTest
FR-03ACME members onboarded, not target members moved
The platform is preserved and extended. ACME's population migrates to it.
MustTest
FR-04Care manager team retained
⚠ The platform without the people is not the capability. Retention coverage for the clinical leads is a requir
MustInspection
FR-05Named owner and budget line post-program
⚠ A preserved system with no owner and no budget degrades by default. Both named before program close.
MustInspection
FR-06Vendor support and version currency maintained
⚠ A preserved platform must not fall out of supported versions while attention is elsewhere
MustInspection
FR-07Member feed from the surviving core platform
IF-09. Enrollment, coverage and claims context for the combined population
MustTest
FR-08Clinical protocols documented
What makes the program work is written down rather than held by the team that runs it
ShouldInspection
FR-09Target's clinical criteria configuration retained
Criteria sets, review pathways and escalation rules
MustInspection
FR-10ACME's authorization workflow retained
Intake, routing, turnaround management and provider portal integration
MustInspection
FR-11The seam is specified, not discovered
⚠ Exactly where criteria hand off to workflow, defined and documented. Best-of-both fails at the join, not at
MustInspection
FR-12Turnaround times preserved
Regulatory decision timeframes met throughout. ⚠ A slower authorization is a member access problem.
MustTest
FR-13Authorization status available to both platforms
IF-08. A claim adjudicating on either side can see the authorization
MustTest
FR-14Single provider-facing experience
⚠ A provider should not need to know which entity a member came from
ShouldTest
FR-15Both service platforms operate to Day 100
No member-visible change to how they contact their plan in the first hundred days
MustTest
FR-16Agents can serve either population
⚠ Read access across both, so a member reaching the wrong number is helped rather than transferred
MustTest
FR-17The Day 100 decision has evidence and a decider
⚠ Absorb or extend, decided on the date by a named owner against stated criteria. Deferral is a decision and i
MustInspection
FR-18Portal migration sequenced after ID card reissue
⚠ Members are not asked to change portal and card in the same period
MustTest
FR-19Contact history migrates with the member
An agent sees prior contacts regardless of which platform recorded them
MustInspection
FR-20Single knowledge base
Agents work from one source, even while two systems run
ShouldTest
FR-21Combined-population provider analysis
Cost, utilization and quality across both books on conformed definitions
MustTest
FR-22Overlap identified
Providers contracted with both entities, with both rate structures visible
MustTest
FR-23Renewal-dated action
⚠ Rate alignment happens at contract renewal. A renewal date is a constraint, not a target.
MustTest
FR-24Network adequacy maintained
⚠ Regulatory adequacy tested before any termination. Rationalization may not create a gap.
MustAnalysis
FR-25Provider-facing change minimized
A provider experiences one change, not one per system
ShouldTest
NFR-01Care management availability
Tier 1. ⚠ Clinical staff work in it during business hours; an outage is deferred care.
MustTest
NFR-02Authorization turnaround
Within regulatory decision timeframes, measured end to end across the seam
MustTest
NFR-03Member service response
Existing service levels maintained through coexistence
MustTest
NFR-04Clinical data handling
⚠ Care management data is clinical PHI. Access restricted beyond standard member data.
MustTest
NFR-05Preserved platform currency
⚠ Within vendor-supported versions at all times. Tracked, not assumed.
MustInspection

09 — Traceability gaps, recorded not hidden

RefGapWhy it matters
G-01No BRD covers organizational change, communications or retention⚠ Those are managed through plans 17, 18 and 19 rather than as requirements. Deliberate — they have owners and measures, but no testable acceptance criteria, and forcing them into a requirements format would produce statements nobody could verify.
G-02Finance, HR and facilities consolidation have no BRDStraight absorption onto existing ACME platforms with no configuration decisions of consequence. ⚠ Recorded so the absence is a judgment rather than an oversight.
G-03Requirements for the retiring platforms' decommissioning are thinCovered by BRD-02 acceptance criterion 8 and the wave plan. ⚠ A decommissioning that is one line in someone else's acceptance criteria is the shape of work that slips.
G-04BRD-05 FR-01 depends on a baseline set by the party being measured⚠ Unavoidable — only Cumberland Valley holds the pre-transaction clinical data. Mitigated by the baseline being signed by both medical officers rather than accepted.
G-05No requirement covers what happens if identity resolution overrunsThe single largest schedule risk on the program has no requirement, because it is a risk rather than a requirement. It sits in the risk register as R-01 with a named owner. Recorded here because a reader tracing schedule exposure through this matrix will not find it.
G-05 is the one to read twice. The largest schedule exposure on this program — that member identity resolution proves materially harder than the deal model assumed — appears nowhere in this matrix, because it is a risk rather than a requirement. The requirements say what the system must do; they cannot say how long it will take when the volume is unknown. ⚠ It is owned in the risk register with a named owner and an active mitigation, which is the right place for it. But a reader tracing program exposure through a traceability matrix would find complete coverage and conclude, wrongly, that the exposure is covered. That is exactly why the gaps section exists.

10 — How to read this against the program

QuestionWhere this matrix answers it
Is every requirement verified?§02 — requirements traced equals requirements written, per BRD
How is it verified?§03 and the method column in each BRD section
What is verified by someone independent?⚠ The Audit rows — and only those
What is not covered?§09, including one gap that is a risk rather than a requirement
Where is the design that satisfies a requirement?The traceability section inside each BRD, which names the design artifact and the evidence
The useful test to run on this matrix, and the one an interviewer might: pick any requirement and follow it forward. It should reach a named design artifact, a verification method, a person who owns the evidence, and an acceptance criterion that says what "done" looks like. Where that chain breaks, the break is either recorded in §09 or it is a defect in the suite — and either answer is more useful than a matrix that only demonstrates that a matrix was produced.

Related artifacts: BRD-01 · BRD-02 · BRD-03 · BRD-04 · BRD-05 · 26 — Quality Plan · 28 — Risk Register