Definition Type: Group
Name: AllocationContent.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
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_xsdXSD Diagram of AllocationContent.model in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="AllocationContent.model">
    <xsd:sequence>
        <xsd:element name="collateral" type="Collateral" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The sum that must be posted upfront to collateralize against counterparty credit risk.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="creditChargeAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Special credit fee assessed to certain institutions.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="approvals" type="Approvals" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A container for approval states in the workflow.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="masterConfirmationDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date of the confirmation executed between the parties and intended to govern the allocated trade between those parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
collateral fpml:collateral 0 (1)
creditChargeAmount fpml:creditChargeAmount 0 (1)
approvals fpml:approvals 0 (1)
masterConfirmationDate fpml:masterConfirmationDate 0 (1)