Definition Type: Group
Name: DealRules.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-9.xsd
Documentation:
Deal-level rules.
Collapse XSD Schema Diagram:
Drilldown into proRataFacilities in schema fpml-loan-5-9_xsd Drilldown into assignmentFee in schema fpml-loan-5-9_xsdXSD Diagram of DealRules.model in schema fpml-loan-5-9_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="DealRules.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Deal-level rules.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="assignmentFee" type="AssignmentFee" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The assignment fee amount and rules. This applies to the re-assignment of any facility within the deal structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="proRataFacilities" type="ProRataFacilities" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Groups of facilities which must be traded on a pro-rata basis. The ratio of facility trade amounts must be equal to the ratio of their corresponding global amounts.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
assignmentFee nsA:assignmentFee 0 (1)
proRataFacilities nsA:proRataFacilities 0 unbounded