-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathflexoffer_sample_2x3.json
79 lines (79 loc) · 1.47 KB
/
flexoffer_sample_2x3.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"timeStamp": "2020-10-28T20:50:03.546+01:00",
"senderDomain": "localhost.flex-server",
"recipientDomain": "localhost.hems",
"messageID": "66697432-a021-4d17-a359-6386324ba0d1",
"conversationID": "3d7a2f1b-d9e3-4996-afe8-7a903e3dd2e9",
"ispDuration": "PT900S",
"timeZone": "Europe/Amsterdam",
"period": "2020-10-29",
"congestionPoint": {
"entityAddress": "CongestionPointID"
},
"expirationDateTime": "2030-10-28T20:50:03.547+01:00",
"flexRequestMessageID": null,
"contractID": "MP_ID:3#SampleContractID",
"dPrognosisMessageID": null,
"baselineReference": null,
"currency": "EUR",
"offerOptions": [
{
"optionReference": "Option01",
"price": {
"amount": 15.300000000000000710542735760100185871124267578125
},
"sanctionPrice": {
"amount": 10
},
"minActivationFactor": {
"value": 0.5
},
"isps": [
{
"power": 500,
"start": 1,
"duration": 1
},
{
"power": 1500,
"start": 2,
"duration": 1
},
{
"power": 0,
"start": 3,
"duration": 1
}
]
},
{
"optionReference": "Option02",
"price": {
"amount": 20.199999999999999289457264239899814128875732421875
},
"sanctionPrice": {
"amount": 8
},
"minActivationFactor": {
"value": 0.5
},
"isps": [
{
"power": 0,
"start": 1,
"duration": 1
},
{
"power": 1500,
"start": 2,
"duration": 1
},
{
"power": 800,
"start": 3,
"duration": 1
}
]
}
]
}