Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(ingest): add business glossary examples #9851

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
version: 1
source: DataHub
owners:
users:
- mjames
url: "https://github.com/datahub-project/datahub/"
nodes:
- name: FinTech Business Glossary
description: "FinTech Business Glossary"
nodes:
- name: Account
description: "A record of financial transactions and balances associated with a specific customer or entity."
terms:
- name: Savings Account
description: "A type of deposit account that allows customers to deposit and withdraw funds while earning interest on their balance."
custom_properties:
scope: banking
inherits:
- Banking.Deposit
- Banking.Withdrawal
- name: Checking Account
description: "A type of deposit account that enables customers to deposit and withdraw funds, often used for everyday transactions."
domain: "urn:li:domain:banking"
custom_properties:
scope: banking
inherits:
- Banking.Deposit
- Banking.Withdrawal
- name: Regulatory and Compliance
description: "Regulatory and compliance"
owners:
groups:
- complianceOrg
knowledge_links:
- label: Definition for Regulatory and Compliance
url: "https://www.metricstream.com/learn/comprehensive-guide-to-regulatory-compliance.htm"
terms:
- name: Compliance
description: "The adherence to laws, regulations, and internal policies governing the operations of financial institutions."
domain: "urn:li:domain:compliance"
- name: KYC (Know Your Customer)
description: "The process of verifying the identity of customers to prevent fraud."
domain: "urn:li:domain:compliance"
- name: AML (Anti-Money Laundering)
description: "Regulations and procedures designed to detect and prevent the illegal movement of money through financial systems."
domain: "urn:li:domain:compliance"
- name: Banking
description: "Banking"
owners:
users:
- jsmith
terms:
- name: Deposit
description: "The act of placing money into a bank account."
- name: Withdrawal
description: "The removal of funds from a bank account, either by cash withdrawal or electronic transfer."
- name: Transfer
description: "The movement of funds from one account to another, either within the same financial institution or between different institutions."
- name: Overdraft
description: "A negative balance in a bank account resulting from withdrawing more money than is available, often subject to overdraft fees."
- name: Loan
description: "A sum of money borrowed by an individual or entity from a lender, typically repaid with interest over a specified period."
terms:
- name: Mortgage
description: "A type of loan used to finance the purchase of real estate, with the property serving as collateral for the loan."
- name: Personal Loan
description: "A type of loan issued to individuals for various personal expenses, such as debt consolidation, home improvements, or medical bills."
- name: Auto Loan
description: "A type of loan used to finance the purchase of a vehicle, with the vehicle serving as collateral for the loan."
- name: Interest Rate
description: "The rate at which interest is charged on a loan or paid on an investment, expressed as a percentage of the principal amount."
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
version: 1
source: DataHub
owners:
users:
- mjames
url: "https://github.com/datahub-project/datahub/"
nodes:
- name: E-Commerce Business Glossary
description: "E-Commerce Business Glossary"
nodes:
- name: Customer
description: "A person or entity who purchases products or services from the e-commerce platform."
terms:
- name: User
description: "An individual who interacts with the e-commerce website or application, including both customers and visitors."
inherits:
- Classification.Confidential
custom_properties:
is_confidential: true
- name: Account
description: "A registered user's profile on the e-commerce platform, which includes personal information, order history, and preferences."
domain: Customer Success
inherits:
- Classification.Confidential
custom_properties:
is_confidential: true
- name: Product
description: "Items or services available for sale on the e-commerce platform."
owners:
users:
- mjames
terms:
- name: SKU
description: "A unique identifier assigned to each product to track inventory and sales."
owners:
groups:
- categoryManagement
- name: Inventory
description: "The quantity of products available for sale."
- name: Product Description
description: "Information about a product, including specifications, features, and usage instructions."
- name: Order
description: "A request made by a customer to purchase one or more products."
owners:
users:
- njones
groups:
- logistics
terms:
- name: Cart
description: "A virtual container where customers can add products before proceeding to checkout."
contains:
- Shipping.ZipCode
- Shipping.CountryCode
- Shipping.StreetAddress
domain: "urn:li:domain:Logistics"
- name: Checkout
description: "The process of finalizing and paying for an order."
- name: Payment
description: "The transfer of funds from the customer to the e-commerce company for a purchase."
inherits:
- Classification.HighlyConfidential
- name: Shipping
description: "The process of delivering purchased products to customers."
knowledge_links:
- label: Wiki link for shipping
url: "https://en.wikipedia.org/wiki/Freight_transport"
terms:
- name: ZipCode
description: "Zip code for order"
domain: "urn:li:domain:Logistics"
- name: CountryCode
description: "Country code for order"
domain: "urn:li:domain:Logistics"
- name: StreetAddress
description: "Street address for order"
domain: "urn:li:domain:Logistics"
custom_properties:
is_used_for_compliance_tracking: true
knowledge_links:
- url: "https://en.wikipedia.org/wiki/Address"
label: Wiki link
- name: Privacy Regulations
description: "Standards and best practices for security."
owners:
groups:
- compliance
terms:
- name: GDPR
description: "European Union regulations that govern the collection, use, and protection of personal data."
term_source: "EXTERNAL"
source_ref: FIBO
source_url: "https://gdpr-info.eu/"
- name: CCPA
description: "California Consumer Privacy Act"
term_source: "EXTERNAL"
source_ref: FIBO
source_url: "https://oag.ca.gov/privacy/ccpa"
- name: Privacy Policy
description: "A statement outlining how the e-commerce company collects, uses, and protects customer information."
term_source: "EXTERNAL"
source_ref: FIBO
source_url: "https://en.wikipedia.org/wiki/Privacy_policy"
- name: Classification
description: "A set of terms related to Data Classification"
terms:
- name: Confidential
description: "Confidential Data"
- name: HighlyConfidential
description: "Highly Confidential Data"
- name: Sensitive
description: "Sensitive Data"
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
version: 1
source: DataHub
url: "https://github.com/datahub-project/datahub/"
nodes:
- name: Patient
description: "An individual receiving medical treatment or care from a healthcare provider."
terms:
- name: Age
description: "The age of the patient."
inherits:
- Classification.HighlyConfidential
- name: Gender
description: "The gender of the patient."
inherits:
- Classification.HighlyConfidential
- name: Name
description: "The name of the patient."
inherits:
- Classification.Confidential
- name: HealthcareProvider
description: "An individual or organization that delivers healthcare services, including hospitals, clinics, physicians, nurses, and other medical professionals."
terms:
- name: Primary Care Physician (PCP)
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."
- name: Specialist
description: "A healthcare provider who focuses on a specific area of medicine or healthcare, such as cardiology, dermatology, or orthopedics."
- name: Nurse Practitioner (NP)
description: "A registered nurse with advanced education and training, authorized to perform physical exams, order diagnostic tests, and prescribe medications."
- name: Billing
description: "The process of submitting and following up on claims with health insurance companies to receive payment for healthcare services provided to patients."
terms:
- name: Medical Coding
description: "The transformation of healthcare diagnoses, procedures, medical services, and equipment into universal medical alphanumeric codes for billing and reporting purposes."
domain: "urn:li:domain:billing"
- name: Health Information Exchange (HIE)
description: "The electronic sharing of health-related information among healthcare organizations, allowing secure access to patient data across different systems and providers."
domain: "urn:li:domain:billing"
- name: Patient Portal
description: "An online platform that allows patients to access their medical records, schedule appointments, communicate with healthcare providers, and manage their healthcare information securely."
domain: "urn:li:domain:billing"
contains:
- Patient.Name
- name: Classification
description: "A set of terms related to Data Classification"
terms:
- name: Confidential
description: "Confidential Data"
- name: HighlyConfidential
description: "Highly Confidential Data"
- name: Sensitive
description: "Sensitive Data"
Loading