-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path12.3.B&C Balancing energy bids.json
More file actions
66 lines (66 loc) · 2.15 KB
/
Copy path12.3.B&C Balancing energy bids.json
File metadata and controls
66 lines (66 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "12.3.B&C Balancing energy bids",
"method": "GET",
"query": [
{
"key": "documentType",
"value": "A37",
"description": "[M] A37 = Reserve bid document"
},
{
"key": "businessType",
"value": "B74",
"description": "[M] B74 = Offer"
},
{
"key": "processType",
"value": "A47",
"description": "[M] A46 = Replacement reserve; A47 = Manual frequency restoration reserve; A51 = Automatic frequency restoration reserve"
},
{
"key": "connecting_Domain",
"value": "10YBE----------2",
"description": "[M] EIC code of a Scheduling Area"
},
{
"key": "periodStart",
"value": "202310072200",
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000. Note data is archived after 93 days of retention period. Therefore the requested date should be within the retention period."
},
{
"key": "periodEnd",
"value": "202310082200",
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000. Note data is archived after 93 days of retention period. Therefore the requested date should be within the retention period."
},
{
"key": "offset",
"value": "1000",
"description": "[O] Integer: Zero‑based index of the first TimeSeries to return. The offset parameter paginates the response in batches of 100 TimeSeries (e.g., offset = n returns the TimeSeries in the range n+1 to n+100).",
"disabled": true
},
{
"key": "Standard_MarketProduct",
"value": "A01",
"description": "[O] A01 = Standard; A05 = Standard mFRR scheduled activation; A07 = Standard mFRR direct activation",
"disabled": true
},
{
"key": "Original_MarketProduct",
"value": "A02",
"description": "[O] A02 = Specific; A03 = Integrated Process; A04 = Local",
"disabled": true
},
{
"key": "Direction",
"value": "A01",
"description": "[O] A01 = Up; A02 = Down",
"disabled": true
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}