Definition Type: ComplexType
Name: AllocationTradeIdentifier
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:PartyTradeIdentifier
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
This type is used to identify that a trade id is referring to a bock trade.
Collapse XSD Schema Diagram:
Drilldown into blockTradeId in schema fpml-doc-4-4_xsd Drilldown into linkId in schema fpml-doc-4-4_xsd Drilldown into versionedTradeId in schema fpml-doc-4-4_xsd Drilldown into tradeId in schema fpml-doc-4-4_xsd Drilldown into partyReference in schema fpml-doc-4-4_xsd Drilldown into id in schema fpml-doc-4-4_xsd Drilldown into TradeIdentifier in schema fpml-doc-4-4_xsd Drilldown into PartyTradeIdentifier in schema fpml-doc-4-4_xsdXSD Diagram of AllocationTradeIdentifier in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AllocationTradeIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">This type is used to identify that a trade id is referring to a bock trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PartyTradeIdentifier">
            <xsd:sequence>
                <xsd:element name="blockTradeId" type="PartyTradeIdentifier" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The trade id of the block trade. This is used by each one of the allocated trades to reference the block trade.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference fpml:partyReference (1) (1)
tradeId fpml:tradeId (1) (1)
versionedTradeId fpml:versionedTradeId (1) (1)
linkId fpml:linkId 0 unbounded
blockTradeId fpml:blockTradeId 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree: