Class AccrualOptionBase

java.lang.Object
net.finmath.smartcontract.product.xml.AccrualOptionBase
Direct Known Subclasses:
FeeRateOptionBase, FixedRateOptionBase, FloatingRateOptionBase

public abstract class AccrualOptionBase extends Object
Used as a abstract type for defining accrual structures within loan instruments.

Java class for AccrualOptionBase complex type.

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

 <complexType name="AccrualOptionBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accrualOptionId" type="{http://www.fpml.org/FpML-5/confirmation}AccrualTypeId"/>
         <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction"/>
         <element name="paymentFrequency" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accrualOptionId

      protected AccrualTypeId accrualOptionId
    • dayCountFraction

      protected DayCountFraction dayCountFraction
    • paymentFrequency

      protected Period paymentFrequency
  • Constructor Details

    • AccrualOptionBase

      public AccrualOptionBase()
  • Method Details

    • getAccrualOptionId

      public AccrualTypeId getAccrualOptionId()
      Gets the value of the accrualOptionId property.
      Returns:
      possible object is AccrualTypeId
    • setAccrualOptionId

      public void setAccrualOptionId(AccrualTypeId value)
      Sets the value of the accrualOptionId property.
      Parameters:
      value - allowed object is AccrualTypeId
    • getDayCountFraction

      public DayCountFraction getDayCountFraction()
      Gets the value of the dayCountFraction property.
      Returns:
      possible object is DayCountFraction
    • setDayCountFraction

      public void setDayCountFraction(DayCountFraction value)
      Sets the value of the dayCountFraction property.
      Parameters:
      value - allowed object is DayCountFraction
    • getPaymentFrequency

      public Period getPaymentFrequency()
      Gets the value of the paymentFrequency property.
      Returns:
      possible object is Period
    • setPaymentFrequency

      public void setPaymentFrequency(Period value)
      Sets the value of the paymentFrequency property.
      Parameters:
      value - allowed object is Period