Definition Type: SimpleType
Name: LoanRepaymentConfirmEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
>Defines whether the lender is accepting in full, partially accepting or denying repayment
Collapse XSD Schema Diagram:
XSD Diagram of LoanRepaymentConfirmEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="LoanRepaymentConfirmEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">&gt;Defines whether the lender is accepting in full, partially accepting or denying repayment</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="AcceptInFull">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Lender is accepting the repayment in full.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="PartiallyAccept">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Lender is partially accepting the repayment.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Deny">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Lender is denying the repayment.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration AcceptInFull
Enumeration PartiallyAccept
Enumeration Deny
Collapse Derivation Tree:
Collapse References:
fpml:confirmationType