Definition Type: ComplexType
Name: ReturnSwapLeg
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Leg
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract True
Documentation:
The abstract base class for all types of Return Swap Leg.
Collapse XSD Schema Diagram:
Drilldown into paymentFrequency in schema fpml-eq-shared-4-4_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-4_xsd Drilldown into payerPartyReference in schema fpml-shared-4-4_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-4_xsd Drilldown into Leg in schema fpml-shared-4-4_xsd Drilldown into legIdentifier in schema fpml-eq-shared-4-4_xsdXSD Diagram of ReturnSwapLeg in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReturnSwapLeg" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The abstract base class for all types of Return Swap Leg.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Leg">
            <xsd:sequence>
                <xsd:group ref="PayerReceiver.model" />
                <xsd:element name="paymentFrequency" type="Interval" minOccurs="0" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Payment Frequency is controlled by the implementations of this abstract base class" xmlns:fpml-annotation="http://www.fpml.org/annotation">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">DEPRECATED This element will be removed in the next FpML major version. Frequency at which this leg pays.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:attribute name="legIdentifier" type="xsd:ID" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="All attributes of type=xsd:ID should have name=id following FpML Architecture" xmlns:fpml-annotation="http://www.fpml.org/annotation">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">DEPRECATED This element will be renamed to id in the next major FpML version.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
paymentFrequency fpml:paymentFrequency 0 (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
legIdentifier fpml:legIdentifier (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:DeprecatedEquityLegfpml:DeprecatedVarianceLeg, fpml:InterestLeg, fpml:returnSwapLeg, fpml:ReturnSwapLegUnderlyer,