Definition Type: ComplexType
Name: Allocation
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into masterConfirmationDate in schema fpml-doc-4-4_xsd Drilldown into approvals in schema fpml-doc-4-4_xsd Drilldown into creditChargeAmount in schema fpml-doc-4-4_xsd Drilldown into collateral in schema fpml-doc-4-4_xsd Drilldown into AllocationContent.model in schema fpml-doc-4-4_xsd Drilldown into allocatedNotional in schema fpml-doc-4-4_xsd Drilldown into allocatedFraction in schema fpml-doc-4-4_xsd Drilldown into partyReference in schema fpml-doc-4-4_xsd Drilldown into accountReference in schema fpml-doc-4-4_xsd Drilldown into AccountReferenceOrPartyReference.model in schema fpml-doc-4-4_xsd Drilldown into allocationTradeId in schema fpml-doc-4-4_xsdXSD Diagram of Allocation in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Allocation">
    <xsd:sequence>
        <xsd:element name="allocationTradeId" type="PartyTradeIdentifier">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Unique ID for the allocation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="AccountReferenceOrPartyReference.model" />
        <xsd:choice>
            <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">
                <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 fpml:allocationTradeId (1) (1)
accountReference fpml:accountReference (1) (1)
partyReference fpml:partyReference (1) (1)
allocatedFraction fpml:allocatedFraction (1) (1)
allocatedNotional fpml:allocatedNotional (1) (1)
collateral fpml:collateral 0 (1)
creditChargeAmount fpml:creditChargeAmount 0 (1)
approvals fpml:approvals 0 (1)
masterConfirmationDate fpml:masterConfirmationDate 0 (1)
<xs:group> fpml:AccountReferenceOrPartyReference.model (1) (1)
<xs:group> fpml:AllocationContent.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:allocation