LCA Transactions - TX: Difference between revisions

From imde.io

Line 20: Line 20:
**GpsCoordinates
**GpsCoordinates
* ItemID (e.g. GTIN, SellerInternalID, ReceiverInternalID)
* ItemID (e.g. GTIN, SellerInternalID, ReceiverInternalID)
* ShippedDate (Date, YYYYMMDDHHMM)
* ShippedOnDate (Date, YYYYMMDDHHMM)
* ReceivedDate (Date, YYYYMMDDHHMM)
* Quantity (Decimals allowed)
* Quantity (Decimals allowed)
* Unit (e.g. PCE, kg, m, m2, l)
* Unit (e.g. PCE, kg, m, m2, l)

Revision as of 15:15, 6 December 2022

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 [[Layer_-_Identifiers|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)