Definition Type: ComplexType
Name: ProposedCollateralAllocation
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
The proposed collateral allocation.
Collapse XSD Schema Diagram:
Drilldown into collateralValueAllocation in schema fpml-shared-5-10_xsd Drilldown into allocationAccountReference in schema fpml-shared-5-10_xsd Drilldown into allocationPartyReference in schema fpml-shared-5-10_xsd Drilldown into CollateralPartyAndAccountReferences.model in schema fpml-shared-5-10_xsdXSD Diagram of ProposedCollateralAllocation in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ProposedCollateralAllocation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The proposed collateral allocation.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="CollateralPartyAndAccountReferences.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to a party identifier and optionally an account identifier defined elsewhere in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:choice maxOccurs="unbounded">
            <xsd:element name="collateralValueAllocation" type="CollateralValueAllocation">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Collateral allocation by value.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
allocationPartyReference nsA:allocationPartyReference 0 (1)
allocationAccountReference nsA:allocationAccountReference 0 (1)
collateralValueAllocation nsA:collateralValueAllocation (1) (1)
<xs:group> nsA:CollateralPartyAndAccountReferences.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:collateralAllocation