<xsd:complexType name="InterestRatePeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A full definition of the accrual characteristics of a loan contract. This structure defines both the underlying base rate as well as any additional margins and costs associated with the loan contract.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="rateFixingDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the underlying interest rate is fixed. It is an actual (adjusted) date. Note: This should default to the effective date of the loan contract in the case of a PRIME base rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The dates defining an interest rate period. This is a period of actual (adjusted) dates. Note: The end date, in the case of a PRIME-based loan contract, should default to the loan contract maturity date.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:group ref="FloatingRateIndex.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the underlying base rate for this interest rate period.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="interestRate" type="PositiveDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The actual interest rate, defined as a percentage.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="margin" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The margin as stated in the credit agreement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="mandatoryCostRate" type="PositiveDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Charged as an additional cost for select european deals.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="allInRate" type="PositiveDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The actual percentage rate charged to the borrower. (Interest Rate + Margin + MCR) = 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 rate 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:element name="projectedInterestAmount" type="ParticipationAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Projected amount of interest that will be paid by the Agent bank at the end of the interest period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|