Self Schedule (SS)
Self-Schedule (SS)
The following diagram describes the structure of a Self-Schedule:
The EnergySchedule structure is defined using a TmSchedule type. On submission, the following table describes the items used for a SelfSchedule:
Element | Req? | Datatype | Description | Values |
---|---|---|---|---|
startTime | K | dateTime | Start time for bid | Valid 15 minute boundary for trade date |
endTime | K | dateTime | End time for bid | Valid 15 minute boundary for trade date |
externalId | N | string | External ID | QSE supplied |
source | K | string | Source settlement point | Valid settlement point name |
sink | K | string | Sink settlement point | Valid settlement point name |
EnergySchedule/startTime | N | dateTime | not used | not used |
EnergySchedule/endTime | N | dateTime | not used | not used |
EnergySchedule/ TmPoint/time |
Y | dateTime | Absolute time for start of interval | Valid time within the trade date |
EnergySchedule/ TmPoint/ending |
N | dateTime | Absolute time for end of interval | Valid time within the trade date |
EnergySchedule/ TmPoint/value1 |
Y | float | Megawatts | >= 0 |
The following is an XML example for a SelfSchedule:
<BidSet xmlns="http://www.ercot.com/schema/2007-06/nodal/ews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ercot.com/schema/2007-06/nodal/ews ErcotTransactions.xsd">
<tradingDate>2008-01-01</tradingDate>
<SelfSchedule>
<startTime>2008-01-01T00:00:00-05:00</startTime>
<endTime>2008-01-02T00:00:00-05:00</endTime>
<marketType>DAM</marketType>
<source>TNSCLP3___8Y</source>
<sink>TNSCLP3___8X</sink>
<EnergySchedule>
<TmPoint>
<time>2008-01-01T00:00:00-05:00</time>
<ending>2008-01-02T00:00:00-05:00</ending>
<value1>6353</value1>
</TmPoint>
</EnergySchedule>
</SelfSchedule>
</BidSet>
And the corresponding response:
<ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
<ns1:tradingDate>2008-06-14</ns1:tradingDate>
<ns1:SelfSchedule>
<ns1:mRID>AEN.20080614.SS.TNSCLP3___8Y.TNSCLP3___8X</ns1:mRID>
<ns1:externalId/>
<ns1:status>ACCEPTED</ns1:status>
<ns1:error>
<ns1:severity>INFORMATIVE</ns1:severity>
<ns1:text>Successfully processed the ERCOT Self Schedule.</ns1:text>
</ns1:error>
</ns1:SelfSchedule>
</ns1:BidSet>