Definition Type: ComplexType
Name: LoanContractRepayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
The amount of principal repayment associated with a single loan contract
Collapse XSD Schema Diagram:
Drilldown into interestPaidWithRepayment in schema fpml-loan-4-4_xsd Drilldown into amount in schema fpml-loan-4-4_xsd Drilldown into loanContractIdentifier in schema fpml-loan-4-4_xsdXSD Diagram of LoanContractRepayment in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanContractRepayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The amount of principal repayment associated with a single loan contract</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="loanContractIdentifier" type="LoanContractIdentifier" />
        <xsd:element name="amount" type="ParticipationAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of the repayment associated with this loan contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="interestPaidWithRepayment" type="InterestPaidWithRepaymentEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the option of paying interest on repayment date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
loanContractIdentifier fpml:loanContractIdentifier (1) (1)
amount fpml:amount (1) (1)
interestPaidWithRepayment fpml:interestPaidWithRepayment (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:loanContractRepayment