High School AdvancedA16.2Privacy Engineering and Data Governance

Lesson A16.2

Data Classification and Inventory

Privacy engineering becomes much stronger when teams know what data actually exists. A useful inventory connects data to purpose, classification, owner, system, access, sharing, supplier dependency, retention, deletion, evidence, and change.

All records in this lesson are fictional or synthetic. Do not use real personal records, private account data, confidential datasets, or restricted organizational inventories.

Lesson Progress

Data Classification and Inventory

High School AdvancedA16: Privacy Engineering and Data Governance • Lesson 2 of 10

20% complete

Readiness Check

A16.2 Entry Readiness

0/4 ready

Professional Hook

You Cannot Govern Data You Cannot Find

Many privacy failures begin with incomplete visibility. A product team may know the primary database but forget exports, caches, supplier copies, analytics workspaces, derived indicators, and old fields that no longer serve a purpose. Classification and inventory turn those unknowns into reviewable decisions.

Inventory tells you what exists. Classification helps decide how carefully it should be handled.

Learning Objectives

Five Capabilities for This Lesson

1

Explain why data classification and inventory are foundational to privacy engineering, security architecture, retention, access control, supplier review, and governance.

2

Classify fictional data using sensitivity, context, business impact, identifiability, inference risk, legal or policy obligations, and operational use rather than relying on labels alone.

3

Build data inventory records that connect data element, source, purpose, owner, system, access, sharing, supplier dependency, retention, deletion, and evidence.

4

Evaluate incomplete, duplicated, stale, overbroad, or weakly owned data inventories and identify where uncertainty should remain visible.

5

Build a Data Classification and Inventory Register that becomes the second artifact in the A16 Privacy Engineering Review.

Classification Levels

Labels Summarize Handling Expectations

Public

Information intentionally approved for public release.

Examples: Published course catalog, public event schedule, approved public contact page.

Decision impact: Still protect integrity and availability, but confidentiality expectations are low.

Caution: A field is not Public merely because it can be found somewhere online.

Internal

Information intended for ordinary internal business use but not public distribution.

Examples: Internal project notes, non-sensitive operating procedures, internal service metrics.

Decision impact: Limit access to legitimate internal roles and keep context in mind.

Caution: Internal data can become sensitive when combined with other information.

Confidential

Information whose unauthorized disclosure could create meaningful harm, operational impact, trust loss, or privacy concern.

Examples: Support-case details, employee contact records, internal incident summaries, partner business records.

Decision impact: Use stronger access, handling, sharing, logging, and retention controls.

Caution: Context and combination may raise the effective sensitivity above the label on a single field.

Sensitive

Information requiring heightened protection because of privacy, business, regulatory, safety, trust, or impact concerns.

Examples: Authentication-related records, highly sensitive personal information, detailed behavioral profiles, protected case information.

Decision impact: Apply strict purpose, access, minimization, sharing, retention, and evidence expectations.

Caution: Do not use real sensitive records in this course; examples remain synthetic.

Restricted

Information limited to a very small authorized audience because misuse or disclosure could cause severe impact.

Examples: Fictional secret material, highly restricted investigation data, privileged governance records.

Decision impact: Use the narrowest practical access and strongest lifecycle governance.

Caution: The lesson teaches classification concepts only and does not involve real restricted organizational data.

Classification Context

Sensitivity Depends on More Than the Field Name

Identifiability

Does the data directly identify a person, device, account, household, organization, or unique record?

Example: A student ID is more directly identifying than an aggregate course completion percentage.

Linkability

Can the data be combined with other records to identify or profile someone?

Example: A timestamp plus location category and repeated activity pattern may become identifying when combined.

Sensitivity

Could misuse or disclosure create meaningful privacy, trust, operational, legal, safety, or business harm?

Example: Support case details can be sensitive even if the record contains no obvious secret.

Purpose

Why does the organization need the data?

Example: An email address needed for service notification has a different purpose from an email address used for unrelated marketing.

Audience

Who should legitimately access the data?

Example: Aggregated dashboard data may be widely available internally while source-level records remain restricted.

Retention

How long does the data need to exist?

Example: A temporary research export may need weeks, while an approved business record may require longer retention.

Inference

Can derived information reveal something more sensitive than the original fields?

Example: Repeated interaction patterns may create a behavioral indicator more sensitive than any one event.

Business dependency

How much does a business service depend on the data being accurate and available?

Example: Emergency contact data may have moderate confidentiality needs but high integrity and availability importance.

Inventory Anatomy

A Useful Data Inventory Is a Decision Record

Data ID

Provides a stable identifier for the inventory record.

Example: DATA-201

Data element / category

Names the information clearly enough for reviewers to understand it.

Example: preferred_contact_method

Business purpose

Explains why the organization needs the data.

Example: Deliver requested service updates.

Classification

Summarizes handling sensitivity.

Example: Confidential

Context / rationale

Explains why the classification fits the actual use and potential impact.

Example: The field is not highly sensitive alone, but it links to an identifiable service profile.

Source

Shows where the data originates.

Example: User settings form

System / location

Shows where the data is stored or processed.

Example: Notification preference service

Data owner

Names the accountable role for use, sharing, classification, and lifecycle decisions.

Example: Communications Product Owner

Access

Identifies approved roles, systems, or services that can use the data.

Example: Notification service + approved support role

Sharing / supplier

Shows whether the data leaves the originating system or organization.

Example: Approved messaging provider receives destination and message metadata

Retention

States how long the data should remain available.

Example: Current preference + limited history

Deletion / lifecycle

Explains what happens when the purpose ends.

Example: Obsolete preference history deleted after retention threshold

Evidence

Shows what proves the inventory record is current.

Example: Current schema, data-flow review, owner attestation

Freshness

Shows when the inventory was last validated.

Example: Reviewed this quarter

Data Types

Different Kinds of Data Create Different Privacy Questions

Directly identifying data

Examples: Name, account ID, employee ID, approved contact information.

Privacy question: Is every identifying field necessary for the current purpose?

Contextual personal data

Examples: Support request, scheduling detail, service preference, case status.

Privacy question: Could the context itself create sensitivity even if the fields look ordinary?

Behavioral / event data

Examples: Login event, activity timestamp, feature interaction, course activity.

Privacy question: Could repeated events create a sensitive pattern or profile?

Derived / inferred data

Examples: Engagement indicator, risk category, recommendation score, aggregate pattern.

Privacy question: What does the derived value reveal that the source fields did not reveal individually?

Operational data

Examples: System status, job result, queue state, service health, configuration metadata.

Privacy question: Does operational data contain identifiers, sensitive context, or access information?

Temporary data

Examples: Export file, project workspace, staging copy, temporary report.

Privacy question: Who owns the expiry and deletion evidence?

Aggregated data

Examples: Summary dashboard, count, trend, grouped performance measure.

Privacy question: Is the aggregation strong enough to avoid revealing individual-level information?

Supplier-held data

Examples: Data processed by a cloud service, messaging provider, partner, or managed service.

Privacy question: Which fields are shared, for what purpose, and under whose ownership?

Data Lineage

Follow the Data From Source to Deletion

1

Source

Where is the data first collected or created?

Example: User settings form creates notification preference.

2

Primary use

Which system uses the data for its main purpose?

Example: Notification service uses the preference to select delivery channel.

3

Internal movement

Which internal systems receive copies or events?

Example: Support platform receives a preference snapshot for service coordination.

4

External sharing

Which supplier or partner receives the data?

Example: Messaging provider receives destination and approved message payload.

5

Derived data

What new information is created from the source data?

Example: Communication-delivery success rate is aggregated for operations.

6

Retention / deletion

Where do copies remain and when do they expire?

Example: Temporary delivery logs age out under the approved retention rule.

Inventory Quality

What Makes an Inventory Trustworthy

Current

The record reflects the actual system, schema, owner, purpose, and sharing state.

Evidence: Recent schema, architecture, owner review, or system inventory.

Complete enough

Important systems, copies, recipients, and lifecycle states are represented.

Evidence: Data-flow review, supplier list, system inventory, lifecycle record.

Owned

A named role is accountable for data use, classification, sharing, and lifecycle decisions.

Evidence: Current ownership register or product governance record.

Purpose-linked

Every important data element or category has a legitimate use.

Evidence: Product requirement, service objective, purpose register.

Traceable

The reviewer can follow the data from source through use, sharing, derived forms, and deletion.

Evidence: Architecture diagram, lineage record, interface schema, supplier mapping.

Reviewable

Changes to data, purpose, sharing, retention, or ownership trigger reassessment.

Evidence: Review date, change trigger, release process, owner attestation.

Fictional Inventory

Seven Northbridge Data Inventory Records

DATA-201ConfidentialTreat

support_profile.preferred_contact_method

Purpose

Deliver support updates using the user's selected channel.

Source

Student Support Portal profile form

System / location

Support Profile Service

Data owner

Student Services Product Owner

Access

Support workflow + notification service

Sharing / supplier

Messaging provider receives channel destination only when message delivery is required

Retention

Current value plus limited preference history

Lifecycle

Obsolete history removed after approved retention period

Evidence

Current form schema + preference-service design

Freshness

Current quarter

Concern

Retention for preference history is not yet finalized

DATA-202SensitiveMonitor

support_case.case_notes

Purpose

Document approved support work and service coordination.

Source

Authorized support staff

System / location

Student Support Portal

Data owner

Student Services Data Owner

Access

Approved support roles only

Sharing / supplier

No routine external sharing

Retention

Per approved support-record schedule

Lifecycle

Archived or deleted according to record class and active-case state

Evidence

Current role model + support workflow + retention standard

Freshness

Current quarter

Concern

High contextual sensitivity requires narrow access

DATA-203ConfidentialConditional

analytics.course_activity_events

Purpose

Support approved learning analytics and program improvement.

Source

Learning platform event stream

System / location

Learning Analytics Workspace

Data owner

Learning Analytics Owner

Access

Approved analytics roles

Sharing / supplier

No routine external sharing in current scope

Retention

Project-defined retention plus aggregate reporting period

Lifecycle

Raw event copies expire before long-lived aggregate summaries

Evidence

Current project register + event schema

Freshness

Current quarter

Concern

Retention evidence is inconsistent across temporary workspaces

DATA-204SensitiveTreat

analytics.engagement_indicator

Purpose

Support approved aggregate program-improvement analysis.

Source

Derived from course activity events

System / location

Learning Analytics Workspace

Data owner

Learning Analytics Owner

Access

Restricted analytics roles

Sharing / supplier

Only aggregated outputs approved for broader reporting

Retention

Aligned to approved analytics project period

Lifecycle

Derived individual-level indicators removed when project purpose ends

Evidence

Model definition + project purpose record + workspace inventory

Freshness

Moderate confidence

Concern

Derived information may be more sensitive than source events

DATA-205ConfidentialTreat

scheduling.partner_profile_subset

Purpose

Enable approved partner scheduling workflow.

Source

Student Support Portal

System / location

Partner Scheduling Integration

Data owner

Integration Product Owner

Access

Integration service + approved partner service

Sharing / supplier

External scheduling partner

Retention

Partner-specific operational window

Lifecycle

Copies follow approved partner data-handling rules

Evidence

Current interface schema; purpose record is older

Freshness

Moderate confidence

Concern

Current field scope exceeds the older documented purpose

DATA-206ConfidentialConditional

research.temp_export

Purpose

Support a time-bounded internal research project.

Source

Approved de-identified source dataset

System / location

Temporary Research Workspace

Data owner

Research Program Owner

Access

Approved project team

Sharing / supplier

No external sharing

Retention

Project duration + short closeout window

Lifecycle

Delete temporary export and derived workspace at project close

Evidence

Project approval + workspace register + future closeout evidence

Freshness

Current

Concern

Deletion evidence is required at closeout

DATA-207InternalMonitor

quality_dashboard.aggregate_response_time

Purpose

Measure service demand and response performance.

Source

Aggregated support operational metrics

System / location

Support Quality Dashboard

Data owner

Operations Analytics Owner

Access

Approved internal operations users

Sharing / supplier

No external sharing

Retention

Trend-reporting period

Lifecycle

Aggregate history retained while operationally useful

Evidence

Current dashboard design + aggregation review

Freshness

Current

Concern

Low if aggregation remains strong and source exports stay restricted

Fake Dashboard

Northbridge Data Inventory Dashboard

Fictional classification, ownership, retention, supplier, and freshness summary

Inventory records

7

Support, analytics, partner, research, and dashboard data categories

Sensitive / Confidential

6

Most operational data needs controlled access and purpose-aware handling

Treat / Conditional

5

Retention, derived-data sensitivity, partner scope, and closeout evidence need active review

Freshness concerns

2

Partner purpose evidence and analytics retention evidence need refresh

Fake SOC Alert

Derived Analytics Indicator Has Higher Contextual Sensitivity

Source: Fictional Data Governance Review • Time: 09:20

High Severity
DATA-204 is derived from ordinary course activity events but creates a more sensitive behavioral indicator. Treating it as equivalent to the source events would understate the privacy impact of inference.
Defensive recommendation: Classify the derived indicator based on what it reveals, restrict access to the approved analytics purpose, and define a shorter project-aligned lifecycle.

Classification Is Not the Same as Value

Confidentiality, Integrity, and Availability Can Differ

Privacy classification often emphasizes confidentiality, but a data inventory can support broader security decisions too. Some information may have modest confidentiality requirements but very high integrity or availability importance. Classification should not erase those other business needs.

Confidentiality

Who should be able to see the data?

Integrity

How harmful would incorrect or manipulated data be?

Availability

How important is timely access to the data for the business service?

Fake Log Panel

Fictional Data Inventory Review Log

training-log-viewer.log
[08:14] DATA-201 class=CONFIDENTIAL owner=STUDENT_SERVICES retention=PENDING
[08:36] DATA-202 class=SENSITIVE access=RESTRICTED evidence=CURRENT
[08:58] DATA-203 class=CONFIDENTIAL retention_evidence=PARTIAL state=CONDITIONAL
[09:20] DATA-204 class=SENSITIVE derived=true purpose=CURRENT state=TREAT
[09:42] DATA-205 class=CONFIDENTIAL partner_scope=EXPANDED purpose_record=STALE state=TREAT
[10:04] DATA-206 class=CONFIDENTIAL project=ACTIVE deletion_evidence=FUTURE
[10:26] DATA-207 class=INTERNAL aggregation=STRONG state=MONITOR

Training note: this is fake data for defensive analysis practice only.

Analyze the Evidence

Evidence Analysis: Derived Engagement Indicator

The source course activity events are classified Confidential.
The derived indicator summarizes repeated individual activity into a behavioral value.
Only a small analytics team needs the indicator.
Broader reports use aggregates instead of individual-level indicators.

What is the strongest classification approach for DATA-204?

Common Inventory Mistakes

Eight Ways Data Inventories Become Misleading

1

Classification without rationale

Why it fails: A label is assigned but nobody can explain the context, impact, or handling expectation behind it.

Better approach: Record why the classification fits the actual data use and business context.

2

Inventory stops at the primary database

Why it fails: Exports, caches, suppliers, analytics copies, and temporary workspaces are missing.

Better approach: Follow the data through source, use, sharing, copies, derived forms, and deletion.

3

Owner equals system administrator

Why it fails: Technical operators are treated as the business owner for every data decision.

Better approach: Separate data ownership, system ownership, control operation, and evidence custody.

4

Derived data treated as harmless

Why it fails: The inventory classifies source fields but ignores new sensitive meaning created by inference or aggregation.

Better approach: Classify derived data based on what it reveals, not only what produced it.

5

Temporary data omitted

Why it fails: Short-lived exports and project copies never enter the inventory, so deletion has no owner.

Better approach: Inventory temporary data and define expiry, deletion, and evidence.

6

Supplier sharing hidden in a generic field

Why it fails: The inventory says “external processing” without naming the purpose, fields, owner, or service dependency.

Better approach: Record what is shared, why, with whom, and under whose ownership.

7

Classification never changes

Why it fails: A field remains Internal even after it becomes linked with identifying or behavioral data.

Better approach: Reassess classification when context, combination, purpose, or use changes.

8

Inventory is created once

Why it fails: The record becomes stale as schemas, products, owners, suppliers, and retention rules change.

Better approach: Use scheduled and event-driven inventory refresh.

Scenario Decision Lab

Scenario Decision Lab 1 — Derived Data Sensitivity

A learning analytics system creates an individual engagement indicator from ordinary course activity events. The source events are Confidential, but the new indicator reveals a stronger behavioral interpretation.

Scenario Decision Lab

Scenario Decision Lab 2 — Temporary Research Export

A research team creates a temporary de-identified export for a six-week project and proposes leaving it out of the data inventory because it will be short-lived.

Safe Fictional Lab

Build a Data Classification and Inventory Register

Build a fictional data inventory that can support later A16 work on minimization, purpose limitation, retention, privacy risk, and privacy-by-design architecture.

1

Create at least thirty fictional data inventory records.

2

Give every record a stable DATA ID.

3

Name the data element or category.

4

Record the legitimate business purpose.

5

Assign a classification.

6

Write a short classification rationale.

7

Record identifiability.

8

Record linkability.

9

Record inference or derived-data risk.

10

Record the source.

11

Record the system or storage location.

12

Record the data owner.

13

Record the system or product owner.

14

Record approved internal access.

15

Record external sharing or supplier processing.

16

Record business dependency.

17

Record retention.

18

Record deletion or lifecycle expectation.

19

Record evidence source.

20

Record evidence freshness.

21

Record review cadence.

22

Record change triggers.

23

Include at least five Public or Internal records.

24

Include at least ten Confidential records.

25

Include at least five Sensitive records.

26

Include at least three derived or inferred records.

27

Include at least three temporary-data records.

28

Include at least three supplier-held records.

29

Include at least three records with stale or incomplete evidence.

30

Include at least three records where classification changes because of context or combination.

31

Include at least three records where confidentiality is moderate but integrity or availability is high.

Lab boundary

Use fictional or synthetic records only. Do not inventory real student, employee, customer, medical, financial, location, account, or other private data. Do not attempt to identify, re-identify, or deanonymize real people or datasets.

Analyze the Evidence

Evidence Analysis: Temporary Research Export

The export is de-identified.
The project lasts six weeks.
The data is stored in a temporary workspace.
The project has an approved closeout date.
Deletion evidence will be required at project closure.

What is the strongest inventory decision for DATA-206?

Advanced Challenge

Design a Data Inventory Governance Standard

Create a fictional organization-wide standard that explains how data is discovered, classified, owned, refreshed, traced, and retired across products, analytics, suppliers, and temporary workflows.

1

Data ID format

2

Classification levels

3

Classification rationale

4

Data owner

5

System owner

6

Purpose mapping

7

Source tracking

8

System / location tracking

9

Access mapping

10

Supplier sharing

11

Lineage

12

Derived data

13

Temporary data

14

Retention

15

Deletion

16

Evidence

17

Freshness

18

Review cadence

19

Change triggers

20

Escalation rules

The strongest standard should make inventories useful for decisions, not merely complete enough to satisfy a paperwork requirement.

Defender Habits

A16.2 Defender Checklist

Skill Check

Seven Questions

Check Your Understanding

A16.2 Mini Quiz: Data Classification and Inventory

Choose your answers first. Explanations appear only after submission.

1. Why is a data inventory important to privacy engineering?

2. What should classification consider besides the data field itself?

3. Why can derived data require a higher classification than source data?

4. What is strongest for temporary data?

5. What is data lineage?

6. Who should be the data owner?

7. When should classification or inventory be reassessed?

Portfolio Prompt

Portfolio Build — Data Classification and Inventory Register

Create the second artifact for your A16 Privacy Engineering Review: a fictional Data Classification and Inventory Register with at least thirty records. Include DATA ID, data element/category, purpose, classification, classification rationale, identifiability, linkability, inference risk, source, system/location, data owner, system/product owner, access, sharing/supplier, business dependency, retention, deletion/lifecycle, evidence, freshness, review cadence, and change triggers.

Classify based on context, not labels alone.
Include derived and temporary data.
Track supplier-held copies.
Separate data ownership from technical administration.
Record evidence freshness.
Use fictional or synthetic data only.

Confidence / Readiness Reflection

Are You Ready for A16.3?

A16.3 focuses on Data Minimization and Purpose Limitation. Before continuing, make sure your inventory can explain which data exists, why it exists, and which records may no longer be necessary for the current purpose.

1

I can explain classification using context and impact.

2

I can identify derived data that may be more sensitive than its source.

3

I can trace data through source, use, sharing, and deletion.

4

I can explain why temporary data belongs in the inventory.

5

I can distinguish data ownership from system administration.

Portfolio Build Guide

How to Make the Data Classification and Inventory Register Look Professional

Use stable data IDs

Stable identifiers make later minimization, retention, risk, and architecture decisions easier to trace.

Explain purpose

A reviewer should understand why each important data category exists.

Explain classification

Record the context and impact behind the label rather than relying on the label alone.

Show lineage

Track source, copies, suppliers, derived forms, and lifecycle.

Show ownership

Name the role accountable for use, classification, sharing, and retention decisions.

Show temporary data

Include exports, workspaces, staging copies, and project files.

Show freshness

An old inventory may be worse than an incomplete one if teams assume it is current.

Connect forward

A16.3 will use this inventory to decide what can be removed, reduced, separated, or limited to a narrower purpose.

Key Takeaways

What You Should Remember

1.A data inventory should explain more than where data lives.
2.Classification depends on context, purpose, impact, identifiability, inference, audience, and lifecycle.
3.Derived data can become more sensitive than its source fields.
4.Temporary data still needs ownership and deletion evidence.
5.Data lineage helps reveal hidden copies, suppliers, derived data, and retention gaps.
6.Data owners are accountable for data decisions; system owners and administrators may have different responsibilities.
7.Supplier-held data belongs in the inventory.
8.Inventory quality depends on freshness, completeness, purpose, ownership, and traceability.
9.Classification should be reassessed when context or use changes.
10.The Data Classification and Inventory Register prepares you for A16.3 Data Minimization and Purpose Limitation.

Lesson Safety Boundary

Data inventories should protect privacy, not expose real people

Use fictional or synthetic data only. Do not inventory private records from real schools, employers, healthcare providers, financial institutions, accounts, devices, or people. Do not identify, re-identify, deanonymize, infer sensitive traits, or access confidential systems.

Lesson Complete

A16.2 Data Classification and Inventory Complete

You now have a structured model for data classification, context, inventory fields, ownership, lineage, derived data, temporary data, supplier-held data, retention, deletion, and evidence freshness. Next, A16.3 focuses on Data Minimization and Purpose Limitation.