<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>
|