Class FloatingAmountProvisions

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

public class FloatingAmountProvisions extends Object

Java class for FloatingAmountProvisions complex type.

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

 <complexType name="FloatingAmountProvisions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="WACCapInterestProvision" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="stepUpProvision" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>