complexType "Correlation"
Namespace:
Content:
complex, 9 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (9):
All Direct / Indirect Based Elements (1):
correlation
Known Usage Locations
Annotation
A type describing the correlation amount of a correlation swap.
Type Definition Detail
Type Derivation Tree
CalculationFromObservation (extension)
  Correlation
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="Correlation">
<xsd:complexContent>
<xsd:extension base="CalculationFromObservation">
<xsd:sequence>
<xsd:element name="notionalAmount" type="NonNegativeMoney"/>
<xsd:element name="correlationStrikePrice" type="CorrelationValue"/>
<xsd:element minOccurs="0" name="boundedCorrelation" type="BoundedCorrelation"/>
<xsd:element minOccurs="0" name="numberOfDataSeries" type="xsd:positiveInteger"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/9)
boundedCorrelation
Type:
BoundedCorrelation, complex content
Bounded Correlation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="boundedCorrelation" type="BoundedCorrelation"/>

correlationStrikePrice
Type:
CorrelationValue, simple content
Correlation Strike Price.
Simple Content
xsd:decimal
maxInclusive:
1
minInclusive:
-1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="correlationStrikePrice" type="CorrelationValue"/>

notionalAmount
Type:
NonNegativeMoney, complex content
Notional amount, which is a cash multiplier.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="notionalAmount" type="NonNegativeMoney"/>

numberOfDataSeries
Type:
xsd:positiveInteger, predefined, simple content
Number of data series, normal market practice is that correlation data sets are drawn from geographic market areas, such as America, Europe and Asia Pacific, each of these geographic areas will have its own data series to avoid contagion.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="numberOfDataSeries" type="xsd:positiveInteger"/>

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.