Definition Type: ComplexType
Name: ReturnSwapLeg
Namespace: http://www.fpml.org/2005/FpML-4-2
Containing Schema: fpml-eq-shared-4-2.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-2_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-2_xsd Drilldown into payerPartyReference in schema fpml-shared-4-2_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-2_xsd Drilldown into legIdentifier in schema fpml-eq-shared-4-2_xsdXSD Diagram of ReturnSwapLeg in schema fpml-eq-shared-4-2_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:sequence>
        <xsd:group ref="PayerReceiver.model" />
        <xsd:element name="paymentFrequency" type="Interval" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Frequency at which this leg pays.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="legIdentifier" type="xsd:ID" />
</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:InterestLeg, fpml:ReturnLeg, fpml:returnSwapLeg, fpml:VarianceLeg,