industry-department-solutions
latest
false
Supply Chain & Retail Solutions user guide
- Overview
- Platform setup and administration
- Platform setup and administration
- Platform architecture
- Data Bridge onboarding overview
- Connecting a Peak-managed data lake
- Connecting a customer-managed data lake
- Creating an AWS IAM role for Data Bridge
- Connecting a Snowflake data warehouse
- Connecting a Redshift data warehouse (public connectivity)
- Connecting a Redshift data warehouse (private connectivity)
- Reauthorizing a Snowflake OAuth connection
- Using Snowflake with Peak
- SQL Explorer overview
- Roles and permissions
- User management
- Inventory management solution
- Commercial pricing solution
- Merchandising solution
Tax dataset for the Markdown & Promotions module, holding VAT rates per product and location.
The Tax dataset holds VAT rates for each product at each location. It provides the tax context used to compute net values in markdown and promotion analysis.
Purpose
The Markdown & Promotions module uses the Tax dataset to:
- Provide VAT rates by product and location
- Support accurate net value and margin calculations
Required fields
| Field | Description | Type | Use | Notes |
|---|---|---|---|---|
created_at | Timestamp when the record was created. | timestamp | Application | Required. Primary key. |
location_id | Unique identifier for the store or location. | string | Application / Presales | Required. Primary key. Foreign key to location. |
product_id | Unique identifier for the product SKU. | string | Application / Presales | Required. Primary key. Foreign key to product. |
updated_at | Timestamp when the record was last updated. | timestamp | Application | Optional. |
vat | VAT rate applied to the product at the location. | float | Application / Presales | Optional. |
Usage notes
- Product and location identifiers must align with the Products and Locations datasets.
- Rates should reflect the tax applicable at the associated location.
Why this dataset matters
Accurate tax rates ensure value and margin calculations reflect net figures, which matters for discount-depth and margin guardrails.