XML Schema Documentation

Complex Type: PikPeriod

[Table of contents]

Super-types: None
Sub-types: None
Name PikPeriod
Used by (from the same schema document) Complex Type InterestAccrualSchedule
Abstract no
Documentation A period with a constant PIK percentage - the percentage of margin which is capitalized.
XML Instance Representation
<...>
<startDate> xsd:date </startDate> [1]

'Date on which this period begins.'

<endDate> xsd:date </endDate> [1]

'Date on which this period ends.'

<pikPercent> xsd:decimal </pikPercent> [1]

'The percentage of either the base rate or margin that will be capitalized.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PikPeriod">
<xsd:sequence>
<xsd:group ref=" Period.model "/>
<xsd:element name="pikPercent" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:complexType>