complexType "SimpleCreditDefaultSwap"
Namespace:
Content:
complex, 1 attribute, 10 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
instrumentId*, description?, currency?, exchangeId?, clearanceSystem?, definition?, (referenceEntity? | creditEntityReference?), term?, paymentFrequency?
</...>
Content Model Elements (10):
clearanceSystem (defined in UnderlyingAsset complexType),
currency (defined in UnderlyingAsset complexType),
definition (defined in UnderlyingAsset complexType),
description (defined in IdentifiedAsset complexType),
exchangeId (defined in UnderlyingAsset complexType),
instrumentId (defined in IdentifiedAsset complexType),
All Direct / Indirect Based Elements (1):
simpleCreditDefaultSwap
Known Usage Locations
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAsset (extension)
      UnderlyingAsset (extension)
          SimpleCreditDefaultSwap
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="SimpleCreditDefaultSwap">
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:group ref="CreditEntity.model"/>
<xsd:element minOccurs="0" name="term" type="Period"/>
<xsd:element minOccurs="0" name="paymentFrequency" type="Period"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/10)
paymentFrequency
Type:
Period, complex content
Specifies the frequency at which the swap pays, e.g. 6M.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentFrequency" type="Period"/>

term
Type:
Period, complex content
Specifies the term of the simple CD swap, e.g. 5Y.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="term" type="Period"/>

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.