Definition Type: SimpleType
Name: BreakageCostEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
When breakage cost is applicable, defines who is calculating it.
Collapse XSD Schema Diagram:
XSD Diagram of BreakageCostEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="BreakageCostEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">When breakage cost is applicable, defines who is calculating it.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="AgentBank">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Breakage cost is calculated by the agent bank.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Lender">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Breakage cost is calculated by the lender.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration AgentBank
Enumeration Lender
Collapse Derivation Tree:
Collapse References:
fpml:breakageCost