Definition Type: SimpleType
Name: PositionTypeEnum
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-enum-5-10.xsd
Documentation:
Specifies whether a position is long (the transactor owns the securities) or short (the transactor has borrowed the securities).
Collapse XSD Schema Diagram:
XSD Diagram of PositionTypeEnum in schema fpml-enum-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="PositionTypeEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">Specifies whether a position is long (the transactor owns the securities) or short (the transactor has borrowed the securities).</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Long">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">A long position indicates that the transactor owns the securities in question.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Short">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">A short position indicates that the transactor does not own the securities in question, but rather is borrowing the securities.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Long
Enumeration Short
Collapse Derivation Tree:
Collapse References:
nsE:type