Definition Type: ComplexType
Name: Repayment
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Representation of a repayment made by the borrower. This structure represents the repayment at the facility and loan contract levels.
Collapse XSD Schema Diagram:
Drilldown into loanContractRepayment in schema fpml-loan-4-5_xsd Drilldown into facilityRepayment in schema fpml-loan-4-5_xsdXSD Diagram of Repayment in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Repayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Representation of a repayment made by the borrower. This structure represents the repayment at the facility and loan contract levels.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="facilityRepayment" type="FacilityRepayment">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Representation of a principal repayment shown at the facility level.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="loanContractRepayment" type="LoanContractRepayment" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Representation of a principal repayment shown at the loan contract level.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
facilityRepayment fpml:facilityRepayment (1) (1)
loanContractRepayment fpml:loanContractRepayment (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:repayment, fpml:repayment