<xsd:complexType name="InterestRatePeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Interest rate information per rate period</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="rateFixingDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">Date on which the underlying interest rate is fixed. Should default to effective date of the loan contract in the case of PRIME underlying.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Dates defining an interest period. Regarding the endDate, for ABR loans and any other PRIME-based loan contracts the field should default to loan contract maturity date.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:group ref="FloatingRateIndex.model" />
<xsd:element name="interestRate" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="margin" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:element>
<xsd:element name="mlaCost" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Mandatory Liquid Asset Cost, charged by the FSA, applicable for UK funded loan contracts only.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="allInRate" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">(Interest Rate + Margin + Mandatory Liquid Asset Cost) = All In Rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestDayBasis" type="DayCountFraction" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The day count basis for the interest period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tenor" type="Interval" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of business days in the interest rate period</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|