complexType "VolatilityMatrix"
Namespace:
Content:
complex, 2 attributes, 9 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
 = 
xsd:IDREF
   
>
   
Content: 
</...>
Content Model Elements (9):
adjustment (in volatilityMatrixValuation),
baseDate,
buildDateTime,
dataPoints,
endDate (defined in PricingInputDates.model group),
inputDataDate,
objectReference,
spotDate,
valuationScenarioReference (defined in Valuation complexType)
All Direct / Indirect Based Elements (1):
volatilityMatrixValuation
Known Usage Locations
Annotation
A matrix of volatilities with dimension 0-3.
Type Definition Detail
Type Derivation Tree
Valuation (extension)
      VolatilityMatrix
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="VolatilityMatrix">
<xsd:complexContent>
<xsd:extension base="PricingStructureValuation">
<xsd:sequence>
<xsd:element name="dataPoints" type="MultiDimensionalPricingData"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="adjustment" type="ParametricAdjustment"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/9)
adjustment
Type:
ParametricAdjustment, complex content
An adjustment factor, such as for vol smile/skew.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="adjustment" type="ParametricAdjustment"/>

dataPoints
Type:
The raw volatility matrix data, expressed as a multi-dimensional array.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dataPoints" type="MultiDimensionalPricingData"/>

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.