Definition Type: Group
Name: DealRules.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
a model that defines deal-level rules.
Collapse XSD Schema Diagram:
Drilldown into proRataFacilities in schema fpml-loan-5-10_xsd Drilldown into transferFee in schema fpml-loan-5-10_xsdXSD Diagram of DealRules.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="DealRules.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">a model that defines deal-level rules.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="transferFee" type="TransferFeeDefinition" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The transfer fee amount and rules. This applies to the commitment transfer 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
transferFee nsA:transferFee 0 (1)
proRataFacilities nsA:proRataFacilities 0 unbounded