With respect to transactive state we have the following in the current wd 17:
Line 364:
Transactive State – Enumerated string – Used to aid parsing and conformance testing, e.g., to distinguish between
tenders, transactions, and history.
Line 336: Used to aid parsing and conformance, e.g.,
to distinguish between tender and transactive communications
I cannot find any other reference to transactive state in the document.
The schema has the following:
<xs:simpleType name="TransactiveStateType">
- <xs:restriction base="xs:string">
<xs:enumeration value="Indication of Interest" />
<xs:enumeration value="Tender" />
<xs:enumeration value="Transaction" />
<xs:enumeration value="Exercise" />
<xs:enumeration value="Transport Commitment" />
<xs:enumeration value="Delivery" />
</xs:restriction>
</xs:simpleType>
I think these are a reasonable set but we should explain and relate to terminology used elsewhere on the grid. See Proposal Below.