Definition Type: ComplexType
Name: OneOffFeePayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
The details of a payment made by the borrower to the agent bank related to a given oneOff facilty fee.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-loan-4-4_xsd Drilldown into paymentDate in schema fpml-loan-4-4_xsd Drilldown into effectiveDate in schema fpml-loan-4-4_xsd Drilldown into feeType in schema fpml-loan-4-4_xsdXSD Diagram of OneOffFeePayment in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OneOffFeePayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The details of a payment made by the borrower to the agent bank related to a given oneOff facilty fee.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="feeType" type="OneOffFeeTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Type of the fee</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date when fee is due</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="paymentDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The day on which the fee is payed by the borrower to the agent bank.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amount" type="ParticipationAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The fee amount payed by the borrower to the agent bank.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
feeType fpml:feeType (1) (1)
effectiveDate fpml:effectiveDate (1) (1)
paymentDate fpml:paymentDate (1) (1)
amount fpml:amount (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:feePayment