Definition Type: ComplexType
Name: InterestAccrualPeriod
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
A period with constant interest rate within which the lender maintains certain position
Collapse XSD Schema Diagram:
Drilldown into sharePikAccrualAmount in schema fpml-loan-4-4_xsd Drilldown into shareInterestAccrualAmount in schema fpml-loan-4-4_xsd Drilldown into shareLoanContractAmount 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 InterestAccrualPeriod in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate fpml:startDate (1) (1)
endDate fpml:endDate (1) (1)
shareLoanContractAmount fpml:shareLoanContractAmount (1) (1)
shareInterestAccrualAmount fpml:shareInterestAccrualAmount (1) (1)
sharePikAccrualAmount fpml:sharePikAccrualAmount 0 (1)
<xs:group> fpml:Period.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:interestAccrualPeriod