Definition Type: SimpleType
Name: InterestPaidWithRepaymentEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
>Defines the options of paying interest with repayment.
Collapse XSD Schema Diagram:
XSD Diagram of InterestPaidWithRepaymentEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="InterestPaidWithRepaymentEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">&gt;Defines the options of paying interest with repayment.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="NoInterest">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Interest is not payed with repayment.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="PayedOnShareAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Interest is payed with repayment. Interest accrual amount is based on lender loan contract share amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="PayedOnRepaymentAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Interest is payed with repayment. Interest accrual amount is based on lender share repayment amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration NoInterest
Enumeration PayedOnShareAmount
Enumeration PayedOnRepaymentAmount
Collapse Derivation Tree:
Collapse References:
fpml:interestPaidWithRepayment