Class InterestShortFall

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

public class InterestShortFall extends Object

Java class for InterestShortFall complex type.

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

 <complexType name="InterestShortFall">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="interestShortfallCap" type="{http://www.fpml.org/FpML-5/confirmation}InterestShortfallCapEnum"/>
         <element name="compounding" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="rateSource" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateIndex" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InterestShortFall

      public InterestShortFall()
  • Method Details

    • getInterestShortfallCap

      public InterestShortfallCapEnum getInterestShortfallCap()
      Gets the value of the interestShortfallCap property.
      Returns:
      possible object is InterestShortfallCapEnum
    • setInterestShortfallCap

      public void setInterestShortfallCap(InterestShortfallCapEnum value)
      Sets the value of the interestShortfallCap property.
      Parameters:
      value - allowed object is InterestShortfallCapEnum
    • isCompounding

      public boolean isCompounding()
      Gets the value of the compounding property.
    • setCompounding

      public void setCompounding(boolean value)
      Sets the value of the compounding property.
    • getRateSource

      public FloatingRateIndex getRateSource()
      Gets the value of the rateSource property.
      Returns:
      possible object is FloatingRateIndex
    • setRateSource

      public void setRateSource(FloatingRateIndex value)
      Sets the value of the rateSource property.
      Parameters:
      value - allowed object is FloatingRateIndex