v1

latestOpenAPI 3.1.02026-07-2694207444.7 KB

Auctions - reasonability check results

Get reasonability check results for specific auction and order. User can query for reasonability check results only for orders in portfolios the user has access to.

get/auctions/{externalAuctionId}/orders/{orderId}/results

Path parameters

externalAuctionIdstring required

External Id of requested auction.

orderIdstring required

Id of requested order

Response

200

portfoliostring
areastring
orderApprovalStatestring
referenceDaystring
auctionIdstring
orderIdstring
approvalModifierstring
approvalSourcestring

Example response

{
  "portfolio": "TA Reasonability Check IDA DE Portfolio 2",
  "area": "TBW",
  "orderApprovalState": "NotApproved",
  "curves": [
    {
      "id": "17ae4ddb-5160-ef11-8cb6-6045bd8e1197",
      "contractId": "TA_REASON24-20240823-01",
      "validationMessage": "Realized volume difference 676.571428571429 using reference day 2024-08-21 with reference price 27.42 has difference fraction 10.68. Deviation is higher than the threshold 2.5 multiply with standard deviation of reference volumes for StandardDeviation"
    }
  ],
  "referenceDay": "2024-08-21",
  "auctionId": "TA_REASON24-20240822",
  "orderId": "9420ab24-e11c-44bb-ac7f-c028453686ec",
  "approvalModifier": "Automatic",
  "approvalSource": "Automatic"
}