Domains
Finance, Inventory, Logistics, Procurement, Sales
Examples
These examples are derived from the repository's actual YAML files.
Finance, Inventory, Logistics, Procurement, Sales
Customer, Inventory Item, Order, Product, Region, Shipment, Supplier, Warehouse
Fill Rate, Gross Margin, Inventory Turnover, On-Time Delivery Rate, Revenue, Supplier Defect Rate
6 relationship definitions
3 quality expectations
id: finance
kind: domain
name: Finance
display_name: Finance
description: Financial measurement, revenue recognition, and margin governance domain.
owner: Finance
steward: Data Governance
version: 0.1.0
status: active
tags:
- supply-chain
extensions: {}
id: inventory
kind: domain
name: Inventory
display_name: Inventory
description: Stock position, warehouse, and inventory movement management domain.
owner: Inventory Operations
steward: Data Governance
version: 0.1.0
status: active
tags:
- supply-chain
extensions: {}
id: logistics
kind: domain
name: Logistics
display_name: Logistics
description: Shipment planning, carrier execution, and delivery performance domain.
owner: Logistics Operations
steward: Data Governance
version: 0.1.0
status: active
tags:
- supply-chain
extensions: {}
id: procurement
kind: domain
name: Procurement
display_name: Procurement
description: Supplier sourcing, purchasing, and inbound supply management domain.
owner: Procurement Operations
steward: Data Governance
version: 0.1.0
status: active
tags:
- supply-chain
extensions: {}
id: sales
kind: domain
name: Sales
display_name: Sales
description: Customer order capture and commercial performance domain.
owner: Sales Operations
steward: Data Governance
version: 0.1.0
status: active
tags:
- supply-chain
extensions: {}
Commerce, Loyalty
Retail Customer, Loyalty Account, Retail Product, Retail Store, Retail Transaction
Average Basket Size, Loyalty Retention Rate, Retail Sales
3 relationship definitions
1 quality expectations
id: retail-commerce
kind: domain
name: Commerce
display_name: Commerce
description: Retail sales, transaction, store, and product performance domain.
owner: Retail Operations
steward: Data Governance
version: 0.2.0
status: active
tags:
- retail
extensions: {}
id: retail-loyalty
kind: domain
name: Loyalty
display_name: Loyalty
description: Customer loyalty, membership, rewards, and retention management domain.
owner: Loyalty Operations
steward: Data Governance
version: 0.2.0
status: active
tags:
- retail
extensions: {}
id: retail-customer
kind: entity
name: Retail Customer
display_name: Retail Customer
description: Shopper who purchases goods through a retail store or digital channel.
business_key: customer_id
owner: Retail Operations
steward: Data Governance
domain: Loyalty
version: 0.2.0
status: active
classification: Confidential
pii: true
canonical_table: gold.retail_customer
relationships:
- Retail Transaction
- Loyalty Account
synonyms:
- Shopper
quality:
- customer_id completeness > 99%
ai_context: Represents the shopper for sales, loyalty, retention, and personalization analysis.
extensions: {}
id: loyalty-account
kind: entity
name: Loyalty Account
display_name: Loyalty Account
description: Membership account used to track customer rewards, points, tiers, and retention.
business_key: loyalty_account_id
owner: Loyalty Operations
steward: Data Governance
domain: Loyalty
version: 0.2.0
status: active
classification: Confidential
pii: true
canonical_table: gold.loyalty_account
relationships:
- Retail Customer
quality:
- loyalty_account_id completeness > 98%
ai_context: Represents the rewards membership context for customer retention and personalization.
extensions: {}
id: retail-product
kind: entity
name: Retail Product
display_name: Retail Product
description: Sellable retail item with category, brand, and merchandising attributes.
business_key: product_id
owner: Merchandising
steward: Data Governance
domain: Commerce
version: 0.2.0
status: active
classification: Internal
pii: false
canonical_table: gold.retail_product
relationships:
- Retail Transaction
synonyms:
- SKU
quality:
- product_id completeness > 99%
ai_context: Represents an item sold in retail transactions and merchandising reports.
extensions: {}