complexType "SimpleIRSwap"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (9):
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):
simpleIrSwap
Known Usage Locations
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAsset (extension)
      UnderlyingAsset (extension)
          SimpleIRSwap
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="SimpleIRSwap">
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element name="term" type="Period"/>
<xsd:element minOccurs="0" name="paymentFrequency" type="Period"/>
<xsd:element minOccurs="0" name="dayCountFraction" type="DayCountFraction"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/9)
dayCountFraction
Type:
DayCountFraction, simple content
The day count basis for the swap.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="dayCountFraction" type="DayCountFraction"/>

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 swap, e.g. 5Y.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="term" type="Period"/>

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