<xsd:simpleType name="IndexEventConsequenceEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of the consequences of Index Events.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="CalculationAgentAdjustment">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Calculation Agent Adjustment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NegotiatedCloseOut">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Negotiated Close Out</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CancellationAndPayment">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Cancellation and Payment</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|