LCA Transactions - TX: Difference between revisions

From imde.io

Line 7: Line 7:
===Shipments===
===Shipments===
Minimum Information needed:
Minimum Information needed:
* OriginLocation (ID)
* OriginLocation (LocationID, e.g. True-code)
**Address
**Address
**ZIP/Postal code
**ZIP/Postal code
Line 13: Line 13:
**CountryCode (ISO list)
**CountryCode (ISO list)
**GpsCoordinates
**GpsCoordinates
* DestinationLocation (ID)
* DestinationLocation (LocationID, e.g. True-code)
**Address
**Address
**ZIP/Postal code
**ZIP/Postal code

Revision as of 15:14, 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)
  • ShippedDate (Date, YYYYMMDDHHMM)
  • ReceivedDate (Date, YYYYMMDDHHMM)
  • Quantity (Decimals allowed)
  • Unit (e.g. PCE, kg, m, m2, l)