Class FeeRateOptionBase

java.lang.Object
net.finmath.smartcontract.product.xml.AccrualOptionBase
net.finmath.smartcontract.product.xml.FeeRateOptionBase
Direct Known Subclasses:
AccruingFeeOption, AccruingPikOption, LcAccrual, LcOption

public abstract class FeeRateOptionBase extends AccrualOptionBase
Specifies the abstract type underlying a fixed rate cash accrual option.

Java class for FeeRateOptionBase complex type.

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

 <complexType name="FeeRateOptionBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AccrualOptionBase">
       <sequence>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FeeRateOptionBase

      public FeeRateOptionBase()
  • Method Details

    • getRate

      public BigDecimal getRate()
      Gets the value of the rate property.
      Returns:
      possible object is BigDecimal
    • setRate

      public void setRate(BigDecimal value)
      Sets the value of the rate property.
      Parameters:
      value - allowed object is BigDecimal