<xsd:complexType name="RateLimits">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines the limits associated with rates that can be applied to a loan instrument.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="floorRate" type="PeriodRate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate floor being applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="capRate" type="PeriodRate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate cap being applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|