2.3 Policies, Standards, and Procedures

Key Takeaways

  • Policies are mandatory, high-level strategic statements of what must be done and why, whereas standards are mandatory, detailed rules of how policies are executed.
  • Procedures provide step-by-step instructions for executing specific operations, while guidelines offer non-mandatory recommended best practices.
  • The policy lifecycle is a continuous process involving identification, drafting, stakeholder review, formal council approval, communication, compliance monitoring, and periodic updates.
  • Waiver management is a critical governance control that allows projects to deviate from standards under strict justification, time limit, and Data Owner approval.
Last updated: July 2026

Policies, Standards, and Procedures in Data Governance

1. The Hierarchy of Governance Documentation

A key task of Data Governance is establishing clear, formal documentation that outlines the rules of the road for data management. Organizations must maintain a strict hierarchy of governance documents, moving from high-level, business-aligned strategies down to granular, technical instructions.

Document TypeMandateLevel of DetailPrimary ApproverExample
PolicyMandatoryHigh-level (What & Why)Data Governance Council (DGC)Data Retention Policy: All customer data must be retained for 7 years post-account closure.
StandardMandatoryMedium-level (Rules for How)Steering Committee / Lead StewardsNaming Standard: Column names must use snake_case and end with a standard class word (e.g., _date, _amt).
ProcedureMandatoryLow-level (Step-by-Step)Process Owners / Data CustodiansArchiving Procedure: Steps to run the automated script to move legacy data to cold storage.
GuidelineRecommendedLow-level (Best Practices)DGO / Subject Matter ExpertsData Cataloging Guideline: Best practices for writing clear business descriptions in the glossary.

Understanding this hierarchy is critical for the CDMP exam. A common point of confusion is conflating policies and standards. Policies state what must be done and why, driven by business strategy and regulatory compliance. Standards define the specific requirements and constraints that must be followed to satisfy the policy.

2. The Policy Lifecycle

Policies are not static documents; they must follow a structured lifecycle overseen by the Data Governance Office (DGO):

  1. Identify & Draft: A business need or regulatory requirement triggers the policy creation. For example, GDPR mandates a policy regarding the 'Right to be Forgotten.' The DGO and relevant Data Stewards collaborate to draft the policy.
  2. Review & Align: The draft is circulated among key stakeholders—including Legal, compliance, Information Security, IT, and business division leaders—to identify operational impacts and ensure alignment with existing corporate rules.
  3. Formal Approval: The policy is submitted to the Data Governance Council (DGC). Once approved by the council, it becomes an official corporate policy with mandatory enforcement.
  4. Communicate & Implement: The policy is published in a central, accessible repository (such as the intranet or data catalog). Training and awareness campaigns are launched to ensure employees understand their responsibilities.
  5. Monitor & Enforce: The DGO, along with internal audit, monitors operational compliance. This involves analyzing metrics and assessing whether systems are adhering to the rules.
  6. Review, Update, & Retire: Policies are reviewed periodically (at least annually) to adapt to changing technologies, business models, or laws. If a policy is no longer relevant, it is officially retired.

3. Types of Data Standards

Standards bridge the gap between abstract policy and operational database reality. Key types of data standards include:

  • Data Naming Standards: Define the rules for naming data elements in business glossaries and physical databases. A common methodology is the Prime Word - Modifier - Class Word structure (e.g., Customer_Billing_Address).
  • Data Modeling Standards: Establish rules for conceptual, logical, and physical models. This includes specifying acceptable notations (e.g., IE Crow's Foot, IDEF1X), modeling tools, and requirements for documenting entity definitions.
  • Reference Data Standards: Define standard code sets and values. Organizations should adopt industry standards where possible, such as ISO 3166 for country codes, ISO 4217 for currency codes, or standard industry codes (e.g., SIC, NAICS) for business classification.
  • Security and Privacy Standards: Mandate how sensitive data (such as Personally Identifiable Information - PII) is handled, including encryption standards (e.g., AES-256), masking protocols (dynamic vs. static), and tokenization methods.

4. Implementation and Enforcement Mechanisms

Simply writing policies and standards is insufficient; they must be actively implemented and enforced.

  • Automated Enforcement: The most effective mechanism is embedding standards directly into technical workflows. Examples include:
    • Database schema constraints (e.g., primary keys, foreign keys, not-null constraints).
    • Validation rules in ETL (Extract, Transform, Load) pipelines or API gateways.
    • Automated deployment checks in CI/CD (Continuous Integration/Continuous Delivery) pipelines that fail if a database script violates naming conventions.
  • Data Quality Profiling: Continuous profiling of production data alerts owners and stewards to anomalies or drift, highlighting policy breaches before they cause systemic business issues.
  • Architectural Reviews: The Enterprise Data Architect conducts design gates. Any new database schema or data integration must pass an architecture review to verify alignment with modeling standards before promotion to production.
  • The Waiver and Escalation Process: In rare cases, a project team may have a valid reason why they cannot comply with a standard (e.g., software package constraints). The team must file a formal Waiver Request detailing the business justification, risks, and a plan for eventual remediation. The request is reviewed by the lead steward and approved or denied by the Data Owner. If a dispute arises, it escalates to the DGC.

Compliance Monitoring and Reporting

A vital task of the DGO is reporting on compliance metrics to the DGC. This includes tracking:

  • The percentage of data assets mapped to approved policies.
  • The number of active policy waivers and their expiration dates.
  • The volume of unresolved data quality issues violating established standards.
  • Regular internal audits conducted on sensitive data domains to verify that encryption and access standards are operating as intended.

Cultural Alignment and Change Management

Policies and standards fail if they are viewed solely as bureaucratic constraints. Effective governance programs combine enforcement with change management. The DGO should focus on educating staff on the value of standards—such as how standardized naming reduces development cycle times or how clean data prevents operational errors. This shifts the perception of governance from a restrictive control function to a business accelerator.

Test Your Knowledge

An organization needs to ensure that all customer addresses conform to the postal authority format. They decide to write a document specifying the required database field lengths, postal code patterns, and character sets. Which type of document should they publish?

A
B
C
D
Test Your Knowledge

A project team is implementing a third-party Software-as-a-Service (SaaS) tool that cannot support the enterprise's strict database naming standards. What formal governance action must the team take to bypass this rule legally?

A
B
C
D