Class FixedRateAccrual


public class FixedRateAccrual extends FixedRateOptionBase
A full definition of the fixed rate accrual characteristics of a loan contract. This structure defines both the underlying base rate as well as any additional margins and costs associated with the loan contract.

Java class for FixedRateAccrual complex type.

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

 <complexType name="FixedRateAccrual">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FixedRateOptionBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PeriodWithDays.model"/>
         <sequence minOccurs="0">
           <element name="penaltySpread" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
           <element name="defaultSpread" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
           <element name="mandatoryCostRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
           <element name="allInRate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         </sequence>
         <element name="paymentProjection" type="{http://www.fpml.org/FpML-5/confirmation}PaymentProjection" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FixedRateAccrual

      public FixedRateAccrual()
  • Method Details

    • getStartDate

      public XMLGregorianCalendar getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartDate

      public void setStartDate(XMLGregorianCalendar value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getEndDate

      public XMLGregorianCalendar getEndDate()
      Gets the value of the endDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEndDate

      public void setEndDate(XMLGregorianCalendar value)
      Sets the value of the endDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getNumberOfDays

      public BigDecimal getNumberOfDays()
      Gets the value of the numberOfDays property.
      Returns:
      possible object is BigDecimal
    • setNumberOfDays

      public void setNumberOfDays(BigDecimal value)
      Sets the value of the numberOfDays property.
      Parameters:
      value - allowed object is BigDecimal
    • getPenaltySpread

      public BigDecimal getPenaltySpread()
      Gets the value of the penaltySpread property.
      Returns:
      possible object is BigDecimal
    • setPenaltySpread

      public void setPenaltySpread(BigDecimal value)
      Sets the value of the penaltySpread property.
      Parameters:
      value - allowed object is BigDecimal
    • getDefaultSpread

      public BigDecimal getDefaultSpread()
      Gets the value of the defaultSpread property.
      Returns:
      possible object is BigDecimal
    • setDefaultSpread

      public void setDefaultSpread(BigDecimal value)
      Sets the value of the defaultSpread property.
      Parameters:
      value - allowed object is BigDecimal
    • getMandatoryCostRate

      public BigDecimal getMandatoryCostRate()
      Gets the value of the mandatoryCostRate property.
      Returns:
      possible object is BigDecimal
    • setMandatoryCostRate

      public void setMandatoryCostRate(BigDecimal value)
      Sets the value of the mandatoryCostRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getAllInRate

      public BigDecimal getAllInRate()
      Gets the value of the allInRate property.
      Returns:
      possible object is BigDecimal
    • setAllInRate

      public void setAllInRate(BigDecimal value)
      Sets the value of the allInRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getPaymentProjection

      public PaymentProjection getPaymentProjection()
      Gets the value of the paymentProjection property.
      Returns:
      possible object is PaymentProjection
    • setPaymentProjection

      public void setPaymentProjection(PaymentProjection value)
      Sets the value of the paymentProjection property.
      Parameters:
      value - allowed object is PaymentProjection