XML Schema Documentation

Simple Type: IndexEventConsequenceEnum

[Table of contents]

Super-types: xsd:token < IndexEventConsequenceEnum (by restriction)
Sub-types: None
Name IndexEventConsequenceEnum
Content
  • Base XSD Type: token
  • value comes from list: {'CalculationAgentAdjustment'|'NegotiatedCloseOut'|'CancellationAndPayment'|'RelatedExchange'}
Documentation The specification of the consequences of Index Events.
Diagram
Schema Component Representation
<xsd:simpleType name="IndexEventConsequenceEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="CalculationAgentAdjustment"/>
<xsd:enumeration value="NegotiatedCloseOut"/>
<xsd:enumeration value="CancellationAndPayment"/>
<xsd:enumeration value="RelatedExchange"/>
</xsd:restriction>
</xsd:simpleType>