Definition Type: ComplexType
Name: MaturingLoanContract
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Information about single maturing loan contract.
Collapse XSD Schema Diagram:
Drilldown into interestAccrualSchedule in schema fpml-loan-4-5_xsd Drilldown into interestPayment in schema fpml-loan-4-5_xsd Drilldown into InterestPaymentDetails.model in schema fpml-loan-4-5_xsd Drilldown into loanContractSummary in schema fpml-loan-4-5_xsdXSD Diagram of MaturingLoanContract in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MaturingLoanContract">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Information about single maturing loan contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="loanContractSummary" type="LoanContractSummary">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="InterestPaymentDetails.model" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A model which contains all fields required to describe an interest payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
loanContractSummary fpml:loanContractSummary (1) (1)
interestPayment fpml:interestPayment (1) (1)
interestAccrualSchedule fpml:interestAccrualSchedule (1) (1)
<xs:group> fpml:InterestPaymentDetails.model 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:maturingLoanContract