Definition Type: ComplexType
Name: InterestAccrualSchedule
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
The schedule that incorporates all periods fpr all factors that determines interest payment calculation
Collapse XSD Schema Diagram:
Drilldown into interestAccrualPeriod in schema fpml-loan-4-4_xsd Drilldown into lenderLoanContractPeriod in schema fpml-loan-4-4_xsd Drilldown into pikPeriod in schema fpml-loan-4-4_xsd Drilldown into interestRatePeriod in schema fpml-loan-4-4_xsdXSD Diagram of InterestAccrualSchedule in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InterestAccrualSchedule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The schedule that incorporates all periods fpr all factors that determines interest payment calculation</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="interestRatePeriod" type="InterestRatePeriod" maxOccurs="unbounded" />
        <xsd:element name="pikPeriod" type="PikPeriod" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="lenderLoanContractPeriod" type="LenderLoanContractPeriod" maxOccurs="unbounded" />
        <xsd:element name="interestAccrualPeriod" type="InterestAccrualPeriod" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interestRatePeriod fpml:interestRatePeriod (1) unbounded
pikPeriod fpml:pikPeriod 0 unbounded
lenderLoanContractPeriod fpml:lenderLoanContractPeriod (1) unbounded
interestAccrualPeriod fpml:interestAccrualPeriod (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:interestAccrualSchedule