Class AdditionalFixedPayments

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

public class AdditionalFixedPayments extends Object

Java class for AdditionalFixedPayments complex type.

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

 <complexType name="AdditionalFixedPayments">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="interestShortfallReimbursement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="principalShortfallReimbursement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="writedownReimbursement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>