Definition Type: ComplexType
Name: ProposedCollateralAllocation
Namespace: http://www.fpml.org/FpML-5/reporting
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_xsd4 Drilldown into allocationAccountReference in schema fpml-shared-5-10_xsd4 Drilldown into allocationPartyReference in schema fpml-shared-5-10_xsd4 Drilldown into CollateralPartyAndAccountReferences.model in schema fpml-shared-5-10_xsd4XSD Diagram of ProposedCollateralAllocation in schema fpml-shared-5-10_xsd4 (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 minOccurs="0" 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 nsE:allocationPartyReference 0 (1)
allocationAccountReference nsE:allocationAccountReference 0 (1)
collateralValueAllocation nsE:collateralValueAllocation (1) (1)
<xs:group> nsE:CollateralPartyAndAccountReferences.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:collateralAllocation