complexType "DividendLeg"
Namespace:
Content:
complex, 1 attribute, 18 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (18):
effectiveDate (defined in DirectionalLeg complexType),
fxFeature (defined in DirectionalLegUnderlyer complexType),
legIdentifier (defined in DirectionalLeg complexType),
payerPartyReference (defined in Payer.model group),
terminationDate (defined in DirectionalLeg complexType),
underlyer (defined in DirectionalLegUnderlyer complexType)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Floating Payment Leg of a Dividend Swap.
Type Definition Detail
Type Derivation Tree
Leg (extension)
  DirectionalLeg (extension)
      DirectionalLegUnderlyer (extension)
          DividendLeg
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="DividendLeg">
<xsd:complexContent>
<xsd:extension base="DirectionalLegUnderlyer">
<xsd:sequence>
<xsd:group ref="DeclaredCashAndCashEquivalentDividendPercentage.model"/>
<xsd:element maxOccurs="unbounded" name="dividendPeriod" type="DividendPeriodPayment"/>
<xsd:element minOccurs="0" name="specialDividends" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="materialDividend" type="xsd:boolean"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/18)
dividendPeriod
Type:
DividendPeriodPayment, complex content
One to many time bounded dividend payment periods, each with a fixed strike and dividend payment date per period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="dividendPeriod" type="DividendPeriodPayment"/>

materialDividend
Type:
xsd:boolean, predefined, simple content
If present and true, then material non cash dividends are applicable.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="materialDividend" type="xsd:boolean"/>

specialDividends
Type:
xsd:boolean, predefined, simple content
If present and true, then special dividends and memorial dividends are applicable.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="specialDividends" type="xsd:boolean"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.