<xsd:complexType name="InterestAccrualPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period with constant interest rate within which the lender maintains certain position</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Interest period.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="shareLoanContractAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">Lender share of a loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shareInterestAccrualAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">Accrued Interest over the period</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sharePikAccrualAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Accrued PIK over the period</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|