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>
 
  • Field Details

  • Constructor Details

    • VolatilityAmount

      public VolatilityAmount()
  • Method Details

    • getVolatility

      public Volatility getVolatility()
      Gets the value of the volatility property.
      Returns:
      possible object is Volatility
    • setVolatility

      public void setVolatility(Volatility value)
      Sets the value of the volatility property.
      Parameters:
      value - allowed object is Volatility