Definition Type: ComplexType
Name: Allocations
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-10.xsd
Abstract
Documentation:
The allocations for a single side of a trade.
Collapse XSD Schema Diagram:
Drilldown into allocation in schema fpml-doc-5-10_xsd4 Drilldown into allocatingPartyReference in schema fpml-doc-5-10_xsd4XSD Diagram of Allocations in schema fpml-doc-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Allocations">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The allocations for a single side of a trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="allocatingPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to one of the parties to the trade, defined elsewhere in the document. The party referenced has requested its position in the trade to be allocated to several other parties or accounts.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="allocation" type="Allocation" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
allocatingPartyReference nsE:allocatingPartyReference 0 (1)
allocation nsE:allocation 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:allocations