news_header

 

Asset Publisher

Call Auction on 21.10.2024 , 21:00 EET

HEnEx would like to inform Market Participants about the Auction of Natural Gas Trading Platform with the following details:

Delivery Date [Gas Day]: 21.10.2024
Product Code: GRGD241021
Balancing Gas Quantity: 2.500.000 kWh
Side: Buy
Auction Date and Time: 21.10.2024 , 21:00 EET

The Order Book will remain open for thirty (30) minutes.

An error occurred while processing the template.
Range start index 1 is out of bounds, because the sliced string has only 0 character(s). (Note that indices are 0-based).
The blamed expression:
==> 1..2  [in template "20099#20135#2842624" at line 32, column 33]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${AuctionTime.getData()[1..2]}  [in template "20099#20135#2842624" at line 32, column 9]
----
1<#-- 
2Web content templates are used to lay out the fields defined in a web 
3content structure. 
4 
5Please use the left panel to quickly add commonly used variables. 
6Autocomplete is also available and can be invoked by typing "${". 
7--> 
8<div class="clearfix journal-content-article"> 
9 
10	<h3> 
11<#-- adding coditional content based on the value of CancelAuction field --> 
12    <#if validator.isNull(getterUtil.getString(CancelAuction.getData()))> 
13        <p> 
14    <#else> 
15        <#if getterUtil.getString(CancelAuction.getData()) == "Cancellation"> 
16            Cancellation  -  
17        <#elseif getterUtil.getString(CancelAuction.getData()) == "Update"> 
18            Update -  
19        <#elseif getterUtil.getString(CancelAuction.getData()) == "RevokeDESFAParticipation"> 
20            Recall of DESFA Participation -      
21        </#if> 
22    </#if> 
23<#-- END of adding coditional content based on the value of CancelAuction field -->	    
24	    
25	    
26	    Call Auction on <#assign AuctionDate_Data = getterUtil.getString(AuctionDate.getData())> 
27 
28<#if validator.isNotNull(AuctionDate_Data)> 
29	<#assign AuctionDate_DateObj = dateUtil.parseDate("yyyy-MM-dd", AuctionDate_Data, locale)> 
30 
31	${dateUtil.getDate(AuctionDate_DateObj, "dd.MM.yyyy", locale)} 
32</#if>, ${AuctionTime.getData()[1..2]}:${AuctionTime.getData()[3..4]} EET</h3> 
33 
34<#-- adding coditional content based on the value of CancelAuction field --> 
35    <#if validator.isNull(getterUtil.getString(CancelAuction.getData()))> 
36        <p>HEnEx would like to inform Market Participants about the Auction of Natural Gas Trading Platform with the following details:</p> 
37    <#else> 
38        <#if getterUtil.getString(CancelAuction.getData()) == "Cancellation"> 
39            <p>HEnEx would like to inform Market Participants about the cancellation of the Auction of Natural Gas Trading Platform with the following details:</p> 
40        <#elseif getterUtil.getString(CancelAuction.getData()) == "Update"> 
41            <p>HEnEx would like to inform Market Participants about the Auction of Natural Gas Trading Platform with the following updated details:</p> 
42        <#elseif getterUtil.getString(CancelAuction.getData()) == "RevokeDESFAParticipation"> 
43            <p>HEnEx would like to inform Market Participants about the recall of DESFA participation in the Auction of Natural Gas Trading Platform with the following details:</p>     
44        </#if> 
45    </#if> 
46<#-- END of adding coditional content based on the value of CancelAuction field --> 
47 
48	<table border="1" cellpadding="0" cellspacing="0" style="width: 491px;"> 
49		<tbody> 
50			<tr> 
51				<td style="width: 261px;">Delivery Date [Gas Day]:</td> 
52				<td style="width: 227px;"><#assign DeliveryDateGasDay_Data = getterUtil.getString(DeliveryDateGasDay.getData())> 
53 
54<#if validator.isNotNull(DeliveryDateGasDay_Data)> 
55	<#assign DeliveryDateGasDay_DateObj = dateUtil.parseDate("yyyy-MM-dd", DeliveryDateGasDay_Data, locale)> 
56 
57	${dateUtil.getDate(DeliveryDateGasDay_DateObj, "dd.MM.yyyy", locale)} 
58</#if></td> 
59			</tr> 
60			<tr> 
61				<td style="width: 261px;">Product Code:</td> 
62				<td style="width: 227px;">${ProductCode.getData()}</td> 
63			 
64			</tr> 
65			<tr> 
66			    <#assign BalancingGasQuantity_Data = getterUtil.getNumber(BalancingGasQuantityIndicative.getData())> 
67				<td style="width: 261px;">Balancing Gas Quantity:</td> 
68				<td style="width: 227px;">${BalancingGasQuantity_Data?string.number?replace(",",".")} kWh</td> 
69			</tr> 
70			<tr> 
71				<td style="width: 261px;">Side:</td> 
72				<td style="width: 227px;">${Side.getData()}</td> 
73			</tr> 
74			<tr> 
75				<td style="width: 261px;">Auction Date and Time:</td> 
76				<td style="width: 227px;"><#assign AuctionDate_Data = getterUtil.getString(AuctionDate.getData())> 
77 
78<#if validator.isNotNull(AuctionDate_Data)> 
79	<#assign AuctionDate_DateObj = dateUtil.parseDate("yyyy-MM-dd", AuctionDate_Data, locale)> 
80 
81	${dateUtil.getDate(AuctionDate_DateObj, "dd.MM.yyyy", locale)} 
82</#if>,  ${AuctionTime.getData()[1..2]}:${AuctionTime.getData()[3..4]} EET</td> 
83			</tr> 
84		</tbody> 
85	</table> 
86		<p></p> 
87		 
88<#-- adding coditional content based on the value of CancelAuction field --> 
89    <#if validator.isNull(getterUtil.getString(CancelAuction.getData()))> 
90        <p>The Order Book will remain open for thirty (30) minutes.</p> 
91    <#else> 
92        <#if getterUtil.getString(CancelAuction.getData()) == "Cancellation"> 
93            <p> </p> 
94        <#elseif getterUtil.getString(CancelAuction.getData()) == "Update"> 
95            <p>The Order Book will remain open for thirty (30) minutes.</p> 
96        <#elseif getterUtil.getString(CancelAuction.getData()) == "RevokeDESFAParticipation"> 
97            <p>The Order Book will remain open for thirty (30) minutes.</p>     
98        </#if> 
99    </#if> 
100<#-- END of adding coditional content based on the value of CancelAuction field -->		 
101		 
102</div> 

Call Auction on 20.10.2024 , 21:00 EET

HEnEx would like to inform Market Participants about the Auction of Natural Gas Trading Platform with the following details:

Delivery Date [Gas Day]: 20.10.2024
Product Code: GRGD241020
Balancing Gas Quantity: 4.000.000 kWh
Side: Buy
Auction Date and Time: 20.10.2024 , 21:00 EET

The Order Book will remain open for thirty (30) minutes.

EnExGroup_Info_Contact


Hellenic Energy Exchange S.A.

E-mail : info@enexgroup.gr
Tel : (+30) 210 33 66 400
Fax : (+30) 210 33 66 875