<xsd:complexType name="InterestAccrualPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period defined as having a constant interest rate within which the lender maintains a constant loan contract position.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the dates for a single interest accrual period. This is a period of actual (adjusted) dates.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="shareInterestAccrualAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of interest accrued by the lender over the defined period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sharePikAccrualAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of PIK (payment in kind) accrued by the lender over the defined period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|