<xsd:complexType name="PikPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period with a constant PIK percentage - the percentage of margin which is capitalized.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Dates defining the period. This is a period of actual (adjusted) dates.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="pikPercent" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The percentage of either the base rate or margin that will be capitalized.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|