Definition Type: ComplexType
Name: PikPeriod
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
A period with a constant PIK percentage - the percentage of margin capitalized.
Collapse XSD Schema Diagram:
Drilldown into pikMarginPercent in schema fpml-loan-4-4_xsd Drilldown into endDate in schema fpml-loan-4-4_xsd Drilldown into startDate in schema fpml-loan-4-4_xsd Drilldown into Period.model in schema fpml-loan-4-4_xsdXSD Diagram of PikPeriod in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PikPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A period with a constant PIK percentage - the percentage of margin capitalized.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="Period.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Dates defining the period.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="pikMarginPercent" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The percentage of marging that will be capitalized.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate fpml:startDate (1) (1)
endDate fpml:endDate (1) (1)
pikMarginPercent fpml:pikMarginPercent (1) (1)
<xs:group> fpml:Period.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:pikPeriod