DAM Phase II Validation Results
DAM Phase II Validation Results
The purpose of this notification message is to notify DAM Phase II Validation results to a QSE.
The payload will hold the Bid Validation results (bid cancellations only) for the specified trading date.
The following response message structure will be used for Phase II validation results notification:
Message Element | Value |
---|---|
Header/Verb | canceled |
Header/Noun | P2ValidationSet |
Header/Source | ERCOT |
Reply/ReplyCode | Reply code, success=OK, error=ERROR or FATAL |
Reply/Error | Error message, if error encountered |
Reply/Timestamp | Current System Timestamp |
Payload/ | BidSet/<BidType> <BidType> : one of the valid bid type like COP etc |
The payload structure is described by the following diagram:>
The following is an XML example for DAM Phase II validation:
<BidSet xmlns="http://www.ercot.com/schema/2007-05/nodal/ews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tradingDate>2008-02-19</tradingDate>
<ThreePartOffer>
<mRID>ACME.20080101.TPO.DG_BIOE_2UNITS</mRID>
<status>CANCELED</status>
<error>
<severity>ERROR</severity>
<text>Validation of the Energy Three Part Offer failed.</text>
</error>
<error>
<severity>ERROR</severity>
<text>The data required for credit exposure calculation cannot be found</text>
</error>
</ThreePartOffer>
</BidSet>