<xsd:simpleType name="MethodOfAdjustmentEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Defines how adjustments will be made to the contract should one or more of the extraordinary events occur.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="CalculationAgent">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The Calculation Agent has the right to adjust the terms of the trade following a corporate action.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OptionsExchange">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The trade will be adjusted in accordance with any adjustment made by the exchange on which options on the underlying are listed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|