Definition Type: SimpleType
Name: PassiveOrAggressiveEnum
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-enum-5-10.xsd
Documentation:
On partial fill and fill order events, indicates whether the order was already resting on the order book and providing liquidity (passive) or the order initiated the trade and thus took liquidity (aggressive).This field shall be left blank if not relevant.
Collapse XSD Schema Diagram:
XSD Diagram of PassiveOrAggressiveEnum in schema fpml-enum-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="PassiveOrAggressiveEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">On partial fill and fill order events, indicates whether the order was already resting on the order book and providing liquidity (passive) or the order initiated the trade and thus took liquidity (aggressive).This field shall be left blank if not relevant.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Passive">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">the order was already resting on the order book and providing liquidity.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Aggressive">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">the order initiated the trade and thus took liquidity.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Passive
Enumeration Aggressive
Collapse Derivation Tree:
Collapse References:
nsC:passiveOrAggressive