Skip to content

Commit d0574b1

Browse files
committed
new business glossary examples
1 parent 0328f85 commit d0574b1

File tree

3 files changed

+225
-0
lines changed

3 files changed

+225
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
version: 1
2+
source: DataHub
3+
url: "https://github.com/datahub-project/datahub/"
4+
nodes:
5+
- name: Account
6+
description: "A record of financial transactions and balances associated with a specific customer or entity."
7+
terms:
8+
- name: Savings Account
9+
description: "A type of deposit account that allows customers to deposit and withdraw funds while earning interest on their balance."
10+
custom_properties:
11+
- scope: banking
12+
inherits:
13+
- Banking.Deposit
14+
- Banking.Withdrawal
15+
- name: Checking Account
16+
description: "A type of deposit account that enables customers to deposit and withdraw funds, often used for everyday transactions."
17+
domain: "urn:li:domain:banking"
18+
custom_properties:
19+
- scoping: banking
20+
inherits:
21+
- Banking.Deposit
22+
- Banking.Withdrawal
23+
- name: Regulatory and Compliance
24+
owners:
25+
groups:
26+
- complianceOrg
27+
knowledge_links:
28+
- label: Definition for Regulatory and Compliance
29+
url: "https://www.metricstream.com/learn/comprehensive-guide-to-regulatory-compliance.htm"
30+
terms:
31+
- name: Compliance
32+
description: "The adherence to laws, regulations, and internal policies governing the operations of financial institutions."
33+
domain: "urn:li:domain:compliance"
34+
- name: KYC (Know Your Customer)
35+
description: "The process of verifying the identity of customers to prevent fraud."
36+
domain: "urn:li:domain:compliance"
37+
- name: AML (Anti-Money Laundering)
38+
description: "Regulations and procedures designed to detect and prevent the illegal movement of money through financial systems."
39+
domain: "urn:li:domain:compliance"
40+
- name: Banking
41+
owners:
42+
users:
43+
- jsmith
44+
terms:
45+
- name: Deposit
46+
description: "The act of placing money into a bank account."
47+
- name: Withdrawal
48+
description: "The removal of funds from a bank account, either by cash withdrawal or electronic transfer."
49+
- name: Transfer
50+
description: "The movement of funds from one account to another, either within the same financial institution or between different institutions."
51+
- name: Overdraft
52+
description: "A negative balance in a bank account resulting from withdrawing more money than is available, often subject to overdraft fees."
53+
- name: Loan
54+
description: "A sum of money borrowed by an individual or entity from a lender, typically repaid with interest over a specified period."
55+
terms:
56+
- name: Mortgage
57+
description: "A type of loan used to finance the purchase of real estate, with the property serving as collateral for the loan."
58+
59+
- name: Personal Loan
60+
description: "A type of loan issued to individuals for various personal expenses, such as debt consolidation, home improvements, or medical bills."
61+
- name: Auto Loan
62+
description: "A type of loan used to finance the purchase of a vehicle, with the vehicle serving as collateral for the loan."
63+
- name: Interest Rate
64+
description: "The rate at which interest is charged on a loan or paid on an investment, expressed as a percentage of the principal amount."
65+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
version: 1
2+
source: DataHub
3+
owners:
4+
users:
5+
- mjames
6+
url: "https://github.com/datahub-project/datahub/"
7+
nodes:
8+
- name: Customer
9+
description: "A person or entity who purchases products or services from the e-commerce platform."
10+
terms:
11+
- name: User
12+
description: "An individual who interacts with the e-commerce website or application, including both customers and visitors."
13+
inherits:
14+
- Classification.Confidential
15+
custom_properties:
16+
- is_confidential: true
17+
- name: Account
18+
description: "A registered user's profile on the e-commerce platform, which includes personal information, order history, and preferences."
19+
domain: Customer Success
20+
inherits:
21+
- Classification.Confidential
22+
custom_properties:
23+
- is_confidential: true
24+
- name: Product
25+
description: "Items or services available for sale on the e-commerce platform."
26+
owners:
27+
users:
28+
- mjames
29+
terms:
30+
- name: SKU
31+
description: "A unique identifier assigned to each product to track inventory and sales."
32+
owners:
33+
groups:
34+
- categoryManagement
35+
- name: Inventory
36+
description: "The quantity of products available for sale."
37+
- name: Product Description
38+
description: "Information about a product, including specifications, features, and usage instructions."
39+
- name: Order
40+
description: "A request made by a customer to purchase one or more products."
41+
owners:
42+
users:
43+
- njones
44+
groups:
45+
- logistics
46+
terms:
47+
- name: Cart
48+
description: "A virtual container where customers can add products before proceeding to checkout."
49+
contains:
50+
- Shipping.ZipCode
51+
- Shipping.CountryCode
52+
- Shipping.StreetAddress
53+
domain: "urn:li:domain:Logistics"
54+
- name: Checkout
55+
description: "The process of finalizing and paying for an order."
56+
- name: Payment
57+
description: "The transfer of funds from the customer to the e-commerce company for a purchase."
58+
inherits:
59+
- Classification.HighlyConfidential
60+
- name: Shipping
61+
description: "The process of delivering purchased products to customers."
62+
knowledge_links:
63+
- label: Wiki link for shipping
64+
url: "https://en.wikipedia.org/wiki/Freight_transport"
65+
terms:
66+
- name: ZipCode
67+
description: "Zip code for order"
68+
domain: "urn:li:domain:Logistics"
69+
- name: CountryCode
70+
description: "Country code for order"
71+
domain: "urn:li:domain:Logistics"
72+
- name: StreetAddress
73+
description: "Street address for order"
74+
domain: "urn:li:domain:Logistics"
75+
custom_properties:
76+
- is_used_for_compliance_tracking: true
77+
knowledge_links:
78+
- url: "https://en.wikipedia.org/wiki/Address"
79+
label: Wiki link
80+
- name: Privacy Regulations
81+
description: "Standards and best practices for security."
82+
owners:
83+
groups:
84+
- compliance
85+
terms:
86+
- name: GDPR
87+
description: "European Union regulations that govern the collection, use, and protection of personal data."
88+
term_source: "EXTERNAL"
89+
source_ref: FIBO
90+
source_url: "https://gdpr-info.eu/"
91+
- name: CCPA
92+
description: "California Consumer Privacy Act"
93+
term_source: "EXTERNAL"
94+
source_ref: FIBO
95+
source_url: "https://oag.ca.gov/privacy/ccpa"
96+
- name: Privacy Policy
97+
description: "A statement outlining how the e-commerce company collects, uses, and protects customer information."
98+
term_source: "EXTERNAL"
99+
source_ref: FIBO
100+
source_url: "https://en.wikipedia.org/wiki/Privacy_policy"
101+
- name: Classification
102+
description: "A set of terms related to Data Classification"
103+
terms:
104+
- name: Confidential
105+
description: "Confidential Data"
106+
- name: HighlyConfidential
107+
description: "Highly Confidential Data"
108+
- name: Sensitive
109+
description: "Sensitive Data"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
version: 1
2+
source: DataHub
3+
url: "https://github.com/datahub-project/datahub/"
4+
nodes:
5+
- name: Patient
6+
description: "An individual receiving medical treatment or care from a healthcare provider."
7+
terms:
8+
- name: Age
9+
description: "The age of the patient."
10+
inherits:
11+
- Classification.HighlyConfidential
12+
- name: Gender
13+
description: "The gender of the patient."
14+
inherits:
15+
- Classification.HighlyConfidential
16+
- name: Name
17+
description: "The name of the patient."
18+
inherits:
19+
- Classification.Confidential
20+
- name: HealthcareProvider
21+
description: "An individual or organization that delivers healthcare services, including hospitals, clinics, physicians, nurses, and other medical professionals."
22+
terms:
23+
- name: Primary Care Physician (PCP)
24+
description: "A healthcare provider who serves as a patient's main point of contact for medical care, including preventive services, diagnosis, and treatment of common illnesses."
25+
- name: Specialist
26+
description: "A healthcare provider who focuses on a specific area of medicine or healthcare, such as cardiology, dermatology, or orthopedics."
27+
- name: Nurse Practitioner (NP)
28+
description: "A registered nurse with advanced education and training, authorized to perform physical exams, order diagnostic tests, and prescribe medications."
29+
- name: Billing
30+
description: "The process of submitting and following up on claims with health insurance companies to receive payment for healthcare services provided to patients."
31+
terms:
32+
- name: Medical Coding
33+
description: "The transformation of healthcare diagnoses, procedures, medical services, and equipment into universal medical alphanumeric codes for billing and reporting purposes."
34+
domain: "urn:li:domain:billing"
35+
- name: Health Information Exchange (HIE)
36+
description: "The electronic sharing of health-related information among healthcare organizations, allowing secure access to patient data across different systems and providers."
37+
domain: "urn:li:domain:billing"
38+
- name: Patient Portal
39+
description: "An online platform that allows patients to access their medical records, schedule appointments, communicate with healthcare providers, and manage their healthcare information securely."
40+
domain: "urn:li:domain:billing"
41+
contains:
42+
- Patient.Name
43+
- name: Classification
44+
description: "A set of terms related to Data Classification"
45+
terms:
46+
- name: Confidential
47+
description: "Confidential Data"
48+
- name: HighlyConfidential
49+
description: "Highly Confidential Data"
50+
- name: Sensitive
51+
description: "Sensitive Data"

0 commit comments

Comments
 (0)