LCA Transactions - TX

From imde.io

Transaction data is essential for energy and emission calculations related to ESG (Environmental, social, and governance) and LCA (Life Cycle Analysis) data. Transactional data is also needed for Packaging Tax declarations.

Definitions

  • Shipments are always from one location (OriginLocation) to another location (DestinationLocation), so linked to 2 location IDs, see Identifiers
  • Orders/Invoices are always between legal entities (OrderBy / OrderFor), so linked to 2 Legal Entity IDs

Shipments

Minimum Information needed:

  • OriginLocation (LocationID, e.g. True-code)
    • Address
    • ZIP/Postal code
    • City
    • CountryCode (ISO list)
    • GpsCoordinates
  • DestinationLocation (LocationID, e.g. True-code)
    • Address
    • ZIP/Postal code
    • City
    • CountryCode (ISO list)
    • GpsCoordinates
  • ItemID (e.g. GTIN, SellerInternalID, ReceiverInternalID)
  • ShippedOnDate (Date, YYYYMMDDHHMM)
  • Quantity (Decimals allowed)
  • Unit (e.g. PCE, kg, m, m2, l)