Class CapFloor

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.CapFloor

public class CapFloor extends Product
A type defining an interest rate cap, floor, or cap/floor strategy (e.g. collar) product.

Java class for CapFloor complex type.

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

 <complexType name="CapFloor">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="capFloorStream" type="{http://www.fpml.org/FpML-5/confirmation}InterestRateStream"/>
         <element name="premium" type="{http://www.fpml.org/FpML-5/confirmation}Payment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="additionalPayment" type="{http://www.fpml.org/FpML-5/confirmation}Payment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="earlyTerminationProvision" type="{http://www.fpml.org/FpML-5/confirmation}EarlyTerminationProvision" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CapFloor

      public CapFloor()
  • Method Details

    • getCapFloorStream

      public InterestRateStream getCapFloorStream()
      Gets the value of the capFloorStream property.
      Returns:
      possible object is InterestRateStream
    • setCapFloorStream

      public void setCapFloorStream(InterestRateStream value)
      Sets the value of the capFloorStream property.
      Parameters:
      value - allowed object is InterestRateStream
    • getPremium

      public List<Payment> getPremium()
      Gets the value of the premium property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the premium property.

      For example, to add a new item, do as follows:

          getPremium().add(newItem);
       

      Objects of the following type(s) are allowed in the list Payment

    • getAdditionalPayment

      public List<Payment> getAdditionalPayment()
      Gets the value of the additionalPayment property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the additionalPayment property.

      For example, to add a new item, do as follows:

          getAdditionalPayment().add(newItem);
       

      Objects of the following type(s) are allowed in the list Payment

    • getEarlyTerminationProvision

      public EarlyTerminationProvision getEarlyTerminationProvision()
      Gets the value of the earlyTerminationProvision property.
      Returns:
      possible object is EarlyTerminationProvision
    • setEarlyTerminationProvision

      public void setEarlyTerminationProvision(EarlyTerminationProvision value)
      Sets the value of the earlyTerminationProvision property.
      Parameters:
      value - allowed object is EarlyTerminationProvision