<xsd:simpleType name="PositionStatusEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The type of averaging used in an Asian option.</xsd:documentation>
<xsd:documentation xml:lang="en">A type used to report the status of a position.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="New">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The position is open and has been newly added since the last position report.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Existing">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The position is open and was present in the last position report.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Closed">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The position is no longer open, for example because it has matured, was assigned, or was terminated.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|