Class VolatilityRepresentation

java.lang.Object
net.finmath.smartcontract.product.xml.PricingStructure
net.finmath.smartcontract.product.xml.VolatilityRepresentation

public class VolatilityRepresentation extends PricingStructure
A representation of volatilities of an asset. This is a generic structure whose values can be supplied in a specific volatility matrix.

Java class for VolatilityRepresentation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="VolatilityRepresentation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructure">
       <sequence>
         <element name="asset" type="{http://www.fpml.org/FpML-5/confirmation}AnyAssetReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>