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

  • Constructor Details

    • FloatingAmountEvents

      public FloatingAmountEvents()
  • Method Details

    • isFailureToPayPrincipal

      public Boolean isFailureToPayPrincipal()
      Gets the value of the failureToPayPrincipal property.
      Returns:
      possible object is Boolean
    • setFailureToPayPrincipal

      public void setFailureToPayPrincipal(Boolean value)
      Sets the value of the failureToPayPrincipal property.
      Parameters:
      value - allowed object is Boolean
    • getInterestShortfall

      public InterestShortFall getInterestShortfall()
      Gets the value of the interestShortfall property.
      Returns:
      possible object is InterestShortFall
    • setInterestShortfall

      public void setInterestShortfall(InterestShortFall value)
      Sets the value of the interestShortfall property.
      Parameters:
      value - allowed object is InterestShortFall
    • isWritedown

      public Boolean isWritedown()
      Gets the value of the writedown property.
      Returns:
      possible object is Boolean
    • setWritedown

      public void setWritedown(Boolean value)
      Sets the value of the writedown property.
      Parameters:
      value - allowed object is Boolean
    • isImpliedWritedown

      public Boolean isImpliedWritedown()
      Gets the value of the impliedWritedown property.
      Returns:
      possible object is Boolean
    • setImpliedWritedown

      public void setImpliedWritedown(Boolean value)
      Sets the value of the impliedWritedown property.
      Parameters:
      value - allowed object is Boolean
    • getFloatingAmountProvisions

      public FloatingAmountProvisions getFloatingAmountProvisions()
      Gets the value of the floatingAmountProvisions property.
      Returns:
      possible object is FloatingAmountProvisions
    • setFloatingAmountProvisions

      public void setFloatingAmountProvisions(FloatingAmountProvisions value)
      Sets the value of the floatingAmountProvisions property.
      Parameters:
      value - allowed object is FloatingAmountProvisions
    • getAdditionalFixedPayments

      public AdditionalFixedPayments getAdditionalFixedPayments()
      Gets the value of the additionalFixedPayments property.
      Returns:
      possible object is AdditionalFixedPayments
    • setAdditionalFixedPayments

      public void setAdditionalFixedPayments(AdditionalFixedPayments value)
      Sets the value of the additionalFixedPayments property.
      Parameters:
      value - allowed object is AdditionalFixedPayments