Definition Type: SimpleType
Name: PositionStatusEnum
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The type of averaging used in an Asian option. A type used to report the status of a position.
Collapse XSD Schema Diagram:
XSD Diagram of PositionStatusEnum in schema fpml-enum-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration New
Enumeration Existing
Enumeration Closed
Collapse Derivation Tree:
Collapse References:
nsE:status