Definition Type: SimpleType
Name: ReturnTypeEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The type of return associated with the equity swap.
Collapse XSD Schema Diagram:
XSD Diagram of ReturnTypeEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="ReturnTypeEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The type of return associated with the equity swap.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Dividend">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Dividend return swap.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Price">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Price return swap.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Total">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Total return swap.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Dividend
Enumeration Price
Enumeration Total
Collapse Derivation Tree:
Collapse References:
fpml:returnType