<xsd:complexType name="VolatilityRepresentation">
<xsd:annotation>
<xsd:documentation xml:lang="en">A representation of volatilities of an asset. This is a generic structure whose values can be supplied in a specific volatility matrix.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PricingStructure">
<xsd:sequence>
<xsd:element name="asset" type="AnyAssetReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the asset whose volatility is modeled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|