Market Schema
- File Name:
market.parquet - Type: Full
- Schema Version: 01.00
- Last Updated: 2026-02-25
Description
Contains reference data for markets (regions, territories, geographic divisions) including hierarchical relationships and ordering parameters.
Fields
📋 Includes Common Fields: Client Information
| Column Name | Data Type | Description |
|---|---|---|
| MarketId | int | Unique identifier for the market |
| MarketName | varchar | Name of the market |
| ParentMarketId | int | Parent market identifier (for hierarchies) |
| ParentMarket | varchar | Name of the parent market |
| ChildCount | int | Number of child markets |
| MoQ | int | Minimum order quantity |
| MoV | decimal(18,2) | Minimum order value |
| ExternalMarketCode | varchar | External system market code |
| MarketLevel | int | Level in the market hierarchy |
| IsDeleted | bit | Soft delete flag |
| ClientName | varchar | Name of the client |
| ClientCode | varchar | Code of the client |