Order item wrapper for P2P energy trading — links provider attributes and optional fulfillment tracking data.
Canonical IRI: https://schema.nfh.global/EnergyOrderItem/v2.0
Namespace prefix: deg: → https://schema.nfh.global/deg/EnergyOrderItem/v2.0/
Tags: energy-trade · p2p-trading · order-item
| Version | Status | Notes |
|---|---|---|
| v2.0 | Current | Initial JSON Schema release, split from combined EnergyTrade schema |
| v0.3 | Deprecated | Original definition as a component in EnergyTrade/v0.3/attributes.yaml |
| Property | Type | Required | Description |
|---|---|---|---|
providerAttributes |
object (@type: EnergyCustomer) |
✅ | Provider/customer information including meter ID |
fulfillmentAttributes |
object (@type: EnergyTradeDelivery) |
Delivery status and meter readings (populated in on_status/on_update only) |
| Term | IRI |
|---|---|
EnergyOrderItem |
deg:EnergyOrderItem |
providerAttributes |
deg:providerAttributes |
fulfillmentAttributes |
deg:fulfillmentAttributes |
EnergyOrderItem is attached to beckn:orderItemAttributes in P2P energy trading flows.
providerAttributes embeds an EnergyCustomer object.
fulfillmentAttributes embeds an EnergyTradeDelivery object —
only populated in on_status and on_update responses, not in init/confirm flows.