LFMOffering

JSON structure

{
  // *** Messages MUST be encoded in UTF-8! ***

  // --- Fields of AbstractMessage begin ---
  "Type" : "set-message-type-here",
  "Timestamp" : "2020-06-03T04:04:21.045Z",
  "SimulationId" : "2020-06-03T04:01:52.345Z",
  "SourceProcessId" : "set-process-id-here",
  "MessageId" : "set-message-id-here",
  // --- Fields of AbstractMessage end ---

  // --- Fields of AbstractResult begin ---
  "EpochNumber" : 14,
  "IterationStatus" : "final", // leave out when not iterating
  "LastUpdatedInEpoch" : 14, // OPTIONAL field
  "TriggeringMessageIds" : // TriggeringMessageIds are irrelevant in Epoch messages?
  [
    "epoch-14",
    "someprocess-14",
    "anotherprocess-14"
  ],
  "Warnings" : // If warnings precede an error, it can be beneficial to provide them as well in the Error message
  [
    "warning.convergence"
  ],
  // --- Fields of AbstractResult end ---
"ActivationTime" : "2020-06-03T04:00:00.000Z",
"Duration" : { "Value": 60, "UnitOfMeasure": "Minute" },
"Direction" : "upregulation",
"RealPower" : {
   "TimeIndex" :
   [
     "2020-06-03T04:00:00.000Z",
     "2020-06-03T04:15:00.000Z",
     "2020-06-03T04:30:00.000Z",
     "2020-06-03T04:45:00.000Z"
   ],
  "Series" :
  {
     "Regulation" :
       {
         "UnitOfMeasure" : "kW",
         "Values" :
         [
           200,
           300,
           150,
           210
         ]
       }
  }
}

"Price" :{ "Value": 50, "UnitOfMeasure": "EUR" },
"CustomerIds" : [ "CustomerIdA", "CustomerIdB" ],
"OfferCount" : 3,
"OfferId" : "Ele-2020-06-03T04:15:07.456Z",
"CongestionId" : "XYZ",
}

Fields and multiplicity

Field Type Multiplicity Explanation
All fields from AbstractResult Fields from "abstract base class"
ActivationTime ISO 8601, Date and time included, Accuracy 1 ms, UTC zone 1 (REQUIRED) The time when the flexibility requires to be activated
Duration Quantity block 1 (REQUIRED) The duration when the flexibility requires to keep activated. The value MUST equal to a positive-integer coefficient of 15 minutes (e.g., 15, 30, 45, 60, 75 etc)
Direction String 1 (REQUIRED) Allowed values: "upregulation", "downregulation"
RealPower Time series block 1 (REQUIRED) always in "kW" The value (always in kW) MUST: equal to a positive-integer coefficient of BidResolution (i.e., simulation run parameter), equal or larger than min bid size (i.e., simulation run parameter)
Price Quantity block 1 (REQUIRED)
CustomerIds Array of string 1 (REQUIRED) Lists the CustomerIds participating in the offer.
OfferCount Integer 1 (REQUIRED) Total number of offers the provider is going to send in the running epoch related to this congestion area id
OfferId String 1 (REQUIRED) The unique Id specific for the offer
CongestionIds Array of string 1 (REQUIRED) The value corresponds to the unique identifier of congestion problem determined by DSO (PGO)