Definition Type: Group
Name: RepaymentType.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that establishes the flags that determine the type of repayment that is occurring and the flexibility asociated with it (from the lender's perspective).
Collapse XSD Schema Diagram:
Drilldown into scheduledRepayment in schema fpml-loan-5-10_xsd Drilldown into borrowerMandatory in schema fpml-loan-5-10_xsd Drilldown into refusalAllowed in schema fpml-loan-5-10_xsdXSD Diagram of RepaymentType.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="RepaymentType.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that establishes the flags that determine the type of repayment that is occurring and the flexibility asociated with it (from the lender's perspective).</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="refusalAllowed" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines whether the lender has an option to accept or deny the payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="borrowerMandatory" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines whether the repayment is mandatory from the borrower's perspective, based on the (amortization) schedule on the credit agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="scheduledRepayment" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines whether the repayment is a scheduled repayment. This is normally the case when the repayment is defined on the amortization schedule associated with the facility (on the credit agreement).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
refusalAllowed nsA:refusalAllowed (1) (1)
borrowerMandatory nsA:borrowerMandatory 0 (1)
scheduledRepayment nsA:scheduledRepayment 0 (1)