LCA Transactions - TX

From imde.io

Revision as of 15:12, 6 December 2022 by HansdG (talk | contribs) (Created page with "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 / Or...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 (ID)
    • Address
    • ZIP/Postal code
    • City
    • CountryCode (ISO list)
    • GpsCoordinates
  • DestinationLocation (ID)
    • Address
    • ZIP/Postal code
    • City
    • Country (ISO list)
  • ItemID (e.g. GTIN, SellerInternalID, ReceiverInternalID)
  • ShippedOnDate (Date)
  • Quantity
  • Unit (e.g. PCE, kg, m, m2, l)