Definition Type: ComplexType
Name: Allocation
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into relatedParty in schema fpml-doc-5-10_xsd4 Drilldown into masterConfirmationDate in schema fpml-doc-5-10_xsd4 Drilldown into approvals in schema fpml-doc-5-10_xsd4 Drilldown into creditChargeAmount in schema fpml-doc-5-10_xsd4 Drilldown into collateral in schema fpml-doc-5-10_xsd4 Drilldown into AllocationContent.model in schema fpml-doc-5-10_xsd4 Drilldown into allocatedNotional in schema fpml-doc-5-10_xsd4 Drilldown into allocatedFraction in schema fpml-doc-5-10_xsd4 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_xsd4 Drilldown into allocationTradeId in schema fpml-doc-5-10_xsd4XSD Diagram of Allocation in schema fpml-doc-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Allocation">
    <xsd:sequence>
        <xsd:element name="allocationTradeId" type="TradeIdentifier" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Unique ID for the allocation. Multiple allocation trade IDs are provided to allow for the use of USI/UTI representations along with party-specific trade identifiers.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="PartyAndAccountReferences.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The party and/or account to which this trade is being allocated.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:choice minOccurs="0">
            <xsd:element name="allocatedFraction" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The fractional allocation (0.45 = 45%) of the notional and "block" fees to this particular client subaccount.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="allocatedNotional" type="Money" maxOccurs="2">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The notional allocation (amount and currency) to this particular client account.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:group ref="AllocationContent.model" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
allocationTradeId nsE:allocationTradeId 0 unbounded
partyReference nsE:partyReference 0 (1)
accountReference nsE:accountReference 0 (1)
allocatedFraction nsE:allocatedFraction (1) (1)
allocatedNotional nsE:allocatedNotional (1) 2
collateral nsE:collateral 0 (1)
creditChargeAmount nsE:creditChargeAmount 0 (1)
approvals nsE:approvals 0 (1)
masterConfirmationDate nsE:masterConfirmationDate 0 (1)
relatedParty nsE:relatedParty 0 unbounded
<xs:group> nsE:PartyAndAccountReferences.model (1) (1)
<xs:group> nsE:AllocationContent.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:allocation