Definition Type: ComplexType
Name: WithdrawalPartyTradeInformation
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A type defining party-specific additional information that may be recorded against a trade, for withdrawal purposes.
Collapse XSD Schema Diagram:
Drilldown into reportingRegime in schema fpml-business-events-5-10_xsd3 Drilldown into relatedParty in schema fpml-business-events-5-10_xsd3 Drilldown into accountReference in schema fpml-shared-5-10_xsd4 Drilldown into partyReference in schema fpml-shared-5-10_xsd4 Drilldown into PartyAndAccountReferences.model in schema fpml-shared-5-10_xsd4XSD Diagram of WithdrawalPartyTradeInformation in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="WithdrawalPartyTradeInformation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining party-specific additional information that may be recorded against a trade, for withdrawal purposes.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="PartyAndAccountReferences.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies that party that has ownership of this information. For shared trade information, this will reference the originator of the date (for example, an execution facility or clearinghouse).</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="relatedParty" type="RelatedParty" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This may be used to identify one or more parties that perform a role within the transaction. If this is within a partyTradeInformation block, the related party performs the role with respect to the party identifie by the "partyReference" in the partyTradeInformation block.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="reportingRegime" type="ReportingRegimeIdentifier" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Allows the organization to specify which if any relevant regulators or other supervisory bodies this is relevant for, and what reporting rules apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsE:partyReference 0 (1)
accountReference nsE:accountReference 0 (1)
relatedParty nsE:relatedParty 0 unbounded
reportingRegime nsE:reportingRegime 0 unbounded
<xs:group> nsE:PartyAndAccountReferences.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:partyTradeInformation