Definition Type: ComplexType
Name: Return
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
A type describing the dividend return conditions applicable to the swap.
Collapse XSD Schema Diagram:
Drilldown into dividendConditions in schema fpml-eq-shared-4-4_xsd Drilldown into returnType in schema fpml-eq-shared-4-4_xsdXSD Diagram of Return in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Return">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the dividend return conditions applicable to the swap.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="returnType" type="ReturnTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the type of return associated with the equity swap.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dividendConditions" type="DividendConditions" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the conditions governing the payment of the dividends to the receiver of the equity return. With the exception of the dividend payout ratio, which is defined for each of the underlying components.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
returnType fpml:returnType (1) (1)
dividendConditions fpml:dividendConditions 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:return, fpml:return