Definition Type: ComplexType
Name: DeClear
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that is has been done.
Collapse XSD Schema Diagram:
Drilldown into reason in schema fpml-business-events-5-10_xsd3 Drilldown into effectiveDate in schema fpml-business-events-5-10_xsd3 Drilldown into tradeIdentifier in schema fpml-business-events-5-10_xsd3XSD Diagram of DeClear in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DeClear">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that is has been done.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="tradeIdentifier" type="PartyTradeIdentifier" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="effectiveDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="reason" type="DeclearReason" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tradeIdentifier nsE:tradeIdentifier 0 unbounded
effectiveDate nsE:effectiveDate 0 (1)
reason nsE:reason 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:deClear