<xsd:complexType name="InterestAccrualSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">A schedule that incorporates all sub-periods of an interest accrual calculation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="interestRatePeriod" type="InterestRatePeriod" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period defined as having a constant interest rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pikPeriod" type="PikPeriod" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period defined as having a constant PIK rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lenderLoanContractPeriod" type="LenderLoanContractPeriod" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period within which the lender maintains a constant loan contract position.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestAccrualPeriod" type="InterestAccrualPeriod" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A combination of all period types where an interest amount can be calculated using constant factors.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|