RTD Indicative Price Adders
RTD Indicative Price Adders
Info
New interface with RTC+B Implementation
This section describes interfaces used to retrieve RTD Indicative Total Available Reserves and Price Adders. The request message would use the following message fields:
Message Element | Value |
---|---|
Header/Verb | get |
Header/Noun | RTDIndicativePriceAdders |
Header/Source | Market participant ID |
Header/UserID | ID of user |
Request/StartTime | Start time of interest |
Request/EndTime | End time of interest |
The corresponding response messages would use the following message fields:
Message Element | Value |
---|---|
Header/Verb | reply |
Header/Noun | RTDIndicativePriceAdders |
Header/Source | ERCOT |
Reply/ReplyCode | Reply code, success=OK, error=ERROR or FATAL |
Reply/Error | Error message, if error encountered |
Payload/ | RTDIndicativePriceAdders |
The structure of RTDIndicativePriceAdders is described by the following diagram:
The following is an XML example:
<RTDIndicativePriceAdders 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">
<RTDIndicativePriceAdder>
<BatchID>BatchID0</BatchID>
<RTDTimestamp>RTDTimestamp0</RTDTimestamp>
<RepeatedHourFlag>RepeatedHourFlag0</RepeatedHourFlag>
<IntervalID>50</IntervalID>
<IntervalEnding>IntervalEnding0</IntervalEnding>
<IERepeatedHourFlag>IERepeatedHourFlag0</IERepeatedHourFlag>
<SystemLambda>0</SystemLambda>
<RTORPA>0</RTORPA>
<RTORDPA>0</RTORDPA>
<RTRRUC>0</RTRRUC>
<RTRRMR>0</RTRRMR>
<RTDNCLR>0</RTDNCLR>
<RTDERS>0</RTDERS>
<RTDCTIEIMPORT>0</RTDCTIEIMPORT>
<RTDCTIEEXPORT>0</RTDCTIEEXPORT>
<RTBLTIMPORT>0</RTBLTIMPORT>
<RTBLTEXPORT>0</RTBLTEXPORT>
<RTNCLRECRS>0</RTNCLRECRS>
<RTMCPCRUS>0</RTMCPCRUS>
<RTMCPCRDS>0</RTMCPCRDS>
<RTMCPCRRS>0</RTMCPCRRS>
<RTMCPCECRS>0</RTMCPCECRS>
<RTMCPCNSS>0</RTMCPCNSS>
<RTRDPARUS>0</RTRDPARUS>
<RTRDPARDS>0</RTRDPARDS>
<RTRDPARRS>0</RTRDPARRS>
<RTRDPAECRS>0</RTRDPAECRS>
<RTRDPANSS>0</RTRDPANSS>
</RTDIndicativePriceAdder>