Class VolatilityAmount

java.lang.Object
net.finmath.smartcontract.product.xml.CalculatedAmount
net.finmath.smartcontract.product.xml.VolatilityAmount

public class VolatilityAmount extends CalculatedAmount

Java class for VolatilityAmount complex type.

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

 <complexType name="VolatilityAmount">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CalculatedAmount">
       <sequence>
         <element name="volatility" type="{http://www.fpml.org/FpML-5/confirmation}Volatility"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>