complexType "NettedSwapBase"
Namespace:
Content:
complex, 1 attribute, 8 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (8):
additionalPayment (defined in NettedSwapBase complexType),
assetClass (defined in Product.model group),
embeddedOptionType,
extraordinaryEvents (defined in NettedSwapBase complexType),
primaryAssetClass (defined in Product.model group),
productId (defined in Product.model group),
productType (defined in Product.model group),
secondaryAssetClass (defined in Product.model group)
Known Direct Subtypes (3):
CorrelationSwap, VarianceSwap, VolatilitySwap
All Direct / Indirect Based Elements (3):
correlationSwap, varianceSwap, volatilitySwap
Known Usage Locations
Annotation
An abstract base class for all swap types which have a single netted leg, such as Variance Swaps, and Correlation Swaps.
Type Definition Detail
Type Derivation Tree
Product (extension)
  NettedSwapBase
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="NettedSwapBase">
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="additionalPayment" type="ClassifiablePayment"/>
<xsd:element minOccurs="0" name="extraordinaryEvents" type="ExtraordinaryEvents"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/8)
additionalPayment
Type:
ClassifiablePayment, complex content
Specifies additional payment(s) between the principal parties to the netted swap.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="additionalPayment" type="ClassifiablePayment"/>

extraordinaryEvents
Type:
ExtraordinaryEvents, complex content
Where the underlying is shares, specifies events affecting the issuer of those shares that may require the terms of the transaction to be adjusted.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="extraordinaryEvents" type="ExtraordinaryEvents"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.