complexType "ParametricAdjustment"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
adjustment (in volatilityMatrixValuation)
Known Usage Locations
Annotation
An adjustment used to accommodate a parameter of the input trade, e.g. the strike.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="ParametricAdjustment">
<xsd:sequence>
<xsd:element name="name" type="NormalizedString"/>
<xsd:element minOccurs="0" name="inputUnits" type="PriceQuoteUnits"/>
<xsd:element maxOccurs="unbounded" name="datapoint" type="ParametricAdjustmentPoint"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
datapoint
Type:
ParametricAdjustmentPoint, complex content
The values of the adjustment parameter.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="datapoint" type="ParametricAdjustmentPoint"/>

inputUnits
Type:
PriceQuoteUnits, simple content
The units of the input parameter, e.g. Yield.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="inputUnits" type="PriceQuoteUnits"/>

name
Type:
NormalizedString, simple content
The name of the adjustment parameter (e.g. "Volatility Skew").
Simple Content
xsd:normalizedString
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="name" type="NormalizedString"/>

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.