Definition Type: SimpleType
Name: OneOffFeeTypeEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The list of oneOff fee types associated with a facility.
Collapse XSD Schema Diagram:
XSD Diagram of OneOffFeeTypeEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="OneOffFeeTypeEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The list of oneOff fee types associated with a facility.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="AssignmentFee">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Calculated as a percentage of the unutilized portion of the facility.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="BreakageFee">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Calculated as the cost of breaking financing on a loan contract which is repaid early.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration AssignmentFee
Enumeration BreakageFee
Collapse Derivation Tree:
Collapse References:
fpml:feeType