complexType "FixedPaymentLeg"
Namespace:
Content:
complex, 1 attribute, 8 elements
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
legIdentifier*, payerPartyReference?, payerAccountReference?, receiverPartyReference?, receiverAccountReference?, effectiveDate?, terminationDate?, fixedPayment*
</...>
Content Model Elements (8):
effectiveDate (defined in DirectionalLeg complexType),
fixedPayment,
legIdentifier,
payerAccountReference,
payerPartyReference,
receiverAccountReference,
receiverPartyReference (defined in PayerReceiver.model group),
terminationDate (defined in DirectionalLeg complexType)
All Direct / Indirect Based Elements (1):
fixedLeg (in dividendSwapTransactionSupplement)
Known Usage Locations
Annotation
Fixed Payment Leg of a Dividend Swap.
Type Definition Detail
Type Derivation Tree
Leg (extension)
  DirectionalLeg (extension)
      FixedPaymentLeg
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="FixedPaymentLeg">
<xsd:complexContent>
<xsd:extension base="DirectionalLeg">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="fixedPayment" type="FixedPaymentAmount"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/8)
fixedPayment
Type:
FixedPaymentAmount, complex content
Fixed payment of a dividend swap, payment date is relative to a dividend period payment date. Commonly the dividend leg and the fixed payment leg will pay out on the same date, and the payments will be netted.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="fixedPayment" type="FixedPaymentAmount"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.