Definition Type: ComplexType
Name: Return
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-eq-shared-5-10.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-5-10_xsd1 Drilldown into returnType in schema fpml-eq-shared-5-10_xsd1XSD Diagram of Return in schema fpml-eq-shared-5-10_xsd1 (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 return 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 nsD:returnType (1) (1)
dividendConditions nsD:dividendConditions 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:return