Class FloatingAmountEvents

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

public class FloatingAmountEvents extends Object

Java class for FloatingAmountEvents complex type.

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

 <complexType name="FloatingAmountEvents">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="failureToPayPrincipal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="interestShortfall" type="{http://www.fpml.org/FpML-5/confirmation}InterestShortFall" minOccurs="0"/>
         <element name="writedown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="impliedWritedown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="floatingAmountProvisions" type="{http://www.fpml.org/FpML-5/confirmation}FloatingAmountProvisions" minOccurs="0"/>
         <element name="additionalFixedPayments" type="{http://www.fpml.org/FpML-5/confirmation}AdditionalFixedPayments" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>