Customer Documentation Portal
  • Docs

›Data Model

Getting Started

  • Welcome
  • Environments
  • Onboarding

Documentation

  • Introduction
  • Data Organisation
  • Authentication
  • Query Language
  • Data Model

    • Data Model
    • Entities
    • Price
    • Price Request
    • Product
    • Product Group
    • Reference
    • Site
    • Survey History
    • Volume
  • Import Endpoints

Tutorials

  • Welcome
  • Excel
  • Authenticating

Volume Entities

Overview

The Volume collection consists of all of the different types of Volumes that are generated by or imported into the kalibrate pricing system.


Volume Data Model

The following data model shows the Volume entity and its relational links. For the full model, see Data Model.


Data Model


Delivery Volume

NameDescription
Entity DescriptionDetails related to Delivery Volume
Source Schemadbo
Source TablePNDeliveryVolume
Destination Collection(Endpoint)Volume
Entity TypeVolume
Entity VariantDelivery

Delivery Volume Attribute Details

FieldReference EntityField DescriptionFormatMax Bytes
CheckedForPGFlag to indicate whether a particular delivery volume value has been considered for price generationbit1
DeliveryVolumeIDID representing the delivery volumeint4
EffectiveTimeTime the delivery was madedatetime8
ProductProductThe product that was delivereduniqueidentifier16
UnitCostPriceCost per unitcostprice9
VolumeDelivery volumefloat8

Forecast Volume

NameDescription
Entity DescriptionDetails related to Forecast Volume
Source Schemadbo
Source TablePNForecastVolume
Destination Collection(Endpoint)Volume
Entity TypeVolume
Entity VariantForecast

Forecast Volume Attribute Details

FieldReference EntityField DescriptionFormatMax Bytes
EndTimeEnd time for the volume recorded for the productdatetime8
ForecastVolumeUIDUnique ID representing the forecast volume recorduniqueidentifier16
OwnProductUIDProductOwn product ID for the volumeuniqueidentifier16
StartTimeStart time for the volume recorded for the productdatetime8
VolumeForecast volume for the product and date periodfloat8

Plan Volume

NameDescription
Entity DescriptionDetails related to Plan Volume
Source Schemadbo
Source TablePNPlanVolume
Destination Collection(Endpoint)Volume
Entity TypeVolume
Entity VariantPlan

Plan Volume Attribute Details

FieldReference EntityField DescriptionFormatMax Bytes
AchievedMarginActual sales margin for the date period - this is populated by a nightly background task after the import of actual sales volumes during the dayfloat8
AchievedVolumeActual sales volume (sell-out) for the date period - this is populated by a nightly background task after the import of actual sales volumes during the dayfloat8
AchievedVolumeYTDAchieved volume year-to-date value up to the end date of the period. For the current period, the value will only be up to the current date. Future periods will contain no values. The actual volume is stored if PlanBasis = 0 at the time of calculation, delivery volume if PlanBasis = 1 at the time of calculationfloat8
BusinessMarginOptional margin objective provided by the business; used when the standard/tactical plan followed by the pricing team is differentfloat8
BusinessVolumeOptional volume objective provided by the business; used when the standard/tactical plan followed by the pricing team is differentfloat8
DeliveredMarginDelivery margin for the date period - this is populated by a nightly background task after the import of delivery volumes during the dayfloat8
DeliveredVolumeDelivery volume (sell-in) for the date period - this is populated by a nightly background task after the import of delivery volumes during the dayfloat8
EndTimeEnd time to which this plan volume appliesdatetime8
FixedMarginFixed Margin Valuefloat8
FixedVolumeFixed Volume Valuefloat8
ForecastedTrue or False flag to include in forecasted salesbit1
ForecastVolumeForecasted volume for the product and day periodfloat8
LastSalesDateThis is the date of the latest recorded sales volume for the product and planning period. If PlanBasisID = 0, this is the actual sales volume date (from PNSalesVolume). If PlanBasisID = 1, this is the delivery volume date (from PNDeliveryVolume)datetime8
LastSalesDateVolumeThis is the actual achieved volume (as detailed above) for the planning period up to and including the last sales datefloat8
MarginPlanned margin for the date periodfloat8
OwnProductUIDProductThe OwnproductUID for the own product lniked to the plan.uniqueidentifier16
PlanBasisIDIndicates whether the planned volume should be measured against actual sales (sell-out) or delivery (sell-in) volumes as for some own products actual sales volumes are not available. 0 - sell-out, 1 - sell-intinyint1
PlanTypeWhether system utilizes the Standard Plan or optional Business Plan to set run rates and optimization targetstinyint1
PlanVolumeIDLegacy identifier (deprecated)int4
StartTimeStart time from which this Plan volume appliesdatetime8
SummarisedFlag that controls the population of the VolumeYTD and AchievedVolumeYTD columns (0 - not yet processed, 1 - processed)bit1
VolumePlanned volume for the date periodfloat8
VolumeYTDPlanned volume year-to-date value up to the end date of the period. For the current period, the value will only be up to the current date. Future periods will contain no valuesfloat8

Projected Volume

NameDescription
Entity DescriptionDetails related to Projected Volume
Source Schemadbo
Source TablePNProjectedVolume
Destination Collection(Endpoint)Volume
Entity TypeVolume
Entity VariantProjected

Projected Volume Attribute Details

FieldReference EntityField DescriptionFormatMax Bytes
EndTimeEnd time for the period the projection applies todatetime8
OwnProductGroupUIDProductGroupOwn product ID for the volumeuniqueidentifier16
ProjectedVolumeIDID representing the projected volume recordint4
StartTimeStart time for the period the projection applies todatetime8
VolumeProjected volume for the product and date periodfloat8

Sales Volume

NameDescription
Entity DescriptionDetails related to Sales Volume
Source Schemadbo
Source TablePNSalesVolume
Destination Collection(Endpoint)Volume
Entity TypeVolume
Entity VariantSales

Sales Volume Attribute Details

FieldReference EntityField DescriptionFormatMax Bytes
AverageCostAverage Cost Price for the related productcostprice9
AverageMarginAverage Margin for the related productmoney8
AveragePriceAverage Sales Price for the related productmoney8
EndTimeDate/Time at which the sales volume period endsdatetime8
ProductProductOwn Product to which this volume appliesuniqueidentifier16
SalesImpactSalesImpactSales impact codeint4
SalesTypeIDID representing the sales volume typeint8
SalesTypeSalesTypeUnique identifer of sales type associated to this recorduniqueidentifier16
SalesVolumeIDLegacy internal identifier (deprecated)int4
StartTimeDate/Time from which the sales volume period startsdatetime8
SummarisedUsed to control which sales records require calculation of average price and marginbit1
VolumeActual sales volume for the product and sales typefloat8
VolumePricePrice associated to the sales recordmoney8

Daily Volume Variants

Certain prices within the Volume collection are presented as daily aggregates of their underlying raw Volumes. There are daily variants for Sales, Plan and Delivery volumes. These are simplified entities that generally contain just the average margin over the course of a single calendar day.

Sales Volume Daily Variant

NameDescription
Entity DescriptionDaily Aggregate of Sales Volume records for a calendar day
Destination Collection(Endpoint)Volume
Entity TypeVolume
Entity VariantSalesVolumeDaily

Sales Volume Daily Variant Attributes

FieldReference EntityField DescriptionFormatMax Bytes
CalendarDateCalendar Date for which the sales volume aggregsate appliesdatetime8
ProductProductProduct for which this sales volume relatesuniqueidentifier16
SalesVolumeIdLegacy reference (deprecated)int4
AverageMarginAverage of the underlying sales volume marginmoney8
SalesTypeIdLegacy reference (deprecated)int4
SalesImpactIdLegacy reference (deprecated)int4
VolumeTotal Volume from the underlying sales volume recordsfloat8

Plan Volume Daily Variant

NameDescription
Entity DescriptionDaily Aggregate of Plan Volume records for a calendar day
Destination Collection(Endpoint)Volume
Entity TypeVolume
Entity VariantPlanVolumeDaily

Plan Volume Daily Variant Attributes

FieldReference EntityField DescriptionFormatMax Bytes
CalendarDateCalendar Date for which the plan volume aggregate appliesdatetime8
ProductProductProduct for which this plan volume relatesuniqueidentifier16
PlanVolumeIdLegacy reference (deprecated)int4
AverageMarginAverage of the underlying plan volume marginfloat8
VolumeTotal Volume from the underlying plan volume recordsfloat8
← Survey HistoryImport Endpoints →
  • Overview
    • Volume Data Model
  • Delivery Volume
    • Delivery Volume Attribute Details
  • Forecast Volume
    • Forecast Volume Attribute Details
  • Plan Volume
    • Plan Volume Attribute Details
  • Projected Volume
    • Projected Volume Attribute Details
  • Sales Volume
    • Sales Volume Attribute Details
  • Daily Volume Variants
  • Sales Volume Daily Variant
    • Sales Volume Daily Variant Attributes
  • Plan Volume Daily Variant
    • Plan Volume Daily Variant Attributes
Copyright © 2025 Kalibrate Technologies Limited