<xsd:simpleType name="ExerciseActionEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of whether an OTC option will be exercised.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="FullExercise">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The option was or is to be exercised fully.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PartialExercise">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The option was or is to be exercised partially. The amount of the exercise is specified elsewhere in the document than in the exercise amount; for example, in the case of a physical exercise the size of the resulting trade is the same as the amount that was exercise, so if it is specified it is not necessary to specify the amount of the partial exercise.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Abandon">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The option was or is to be allowed to expire without being exercised, i.e. it is being abandoned.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|