Class VolatilityCap

java.lang.Object
net.finmath.smartcontract.product.xml.VolatilityCap

public class VolatilityCap extends Object

Java class for VolatilityCap complex type.

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

 <complexType name="VolatilityCap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <choice minOccurs="0">
           <element name="totalVolatilityCap" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
           <sequence>
             <element name="volatilityCapFactor" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
             <element name="totalVolatilityCap" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
           </sequence>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>