complexType "VolatilityRepresentation"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
currency (defined in PricingStructure complexType),
name (defined in PricingStructure complexType),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A representation of volatilities of an asset. This is a generic structure whose values can be supplied in a specific volatility matrix.
Type Definition Detail
Type Derivation Tree
PricingStructure (extension)
  VolatilityRepresentation
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="VolatilityRepresentation">
<xsd:complexContent>
<xsd:extension base="PricingStructure">
<xsd:choice>
<xsd:element name="asset" type="AssetReference"/>
<xsd:element name="yieldCurveReference" type="YieldCurveReference"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/4)
asset
Type:
AssetReference, empty content
A reference to the asset whose volatility is modeled.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="asset" type="AssetReference"/>

yieldCurveReference
Type:
YieldCurveReference, empty content
A reference to the yield curve whose volatility is modeled.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="yieldCurveReference" type="YieldCurveReference"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.