Class CalculationPeriod

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

public class CalculationPeriod extends Object
A type defining the parameters used in the calculation of a fixed or floating rate calculation period amount. This type forms part of cashflows representation of a swap stream.

Java class for CalculationPeriod complex type.

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

 <complexType name="CalculationPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unadjustedStartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="unadjustedEndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedStartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedEndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="calculationPeriodNumberOfDays" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <choice>
           <element name="notionalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="fxLinkedNotionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}FxLinkedNotionalAmount"/>
         </choice>
         <choice>
           <element name="floatingRateDefinition" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateDefinition"/>
           <element name="fixedRate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         </choice>
         <element name="dayCountYearFraction" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="forecastAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="forecastRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CalculationPeriod

      public CalculationPeriod()
  • Method Details

    • getUnadjustedStartDate

      public XMLGregorianCalendar getUnadjustedStartDate()
      Gets the value of the unadjustedStartDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setUnadjustedStartDate

      public void setUnadjustedStartDate(XMLGregorianCalendar value)
      Sets the value of the unadjustedStartDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getUnadjustedEndDate

      public XMLGregorianCalendar getUnadjustedEndDate()
      Gets the value of the unadjustedEndDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setUnadjustedEndDate

      public void setUnadjustedEndDate(XMLGregorianCalendar value)
      Sets the value of the unadjustedEndDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedStartDate

      public XMLGregorianCalendar getAdjustedStartDate()
      Gets the value of the adjustedStartDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedStartDate

      public void setAdjustedStartDate(XMLGregorianCalendar value)
      Sets the value of the adjustedStartDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedEndDate

      public XMLGregorianCalendar getAdjustedEndDate()
      Gets the value of the adjustedEndDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedEndDate

      public void setAdjustedEndDate(XMLGregorianCalendar value)
      Sets the value of the adjustedEndDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCalculationPeriodNumberOfDays

      public BigInteger getCalculationPeriodNumberOfDays()
      Gets the value of the calculationPeriodNumberOfDays property.
      Returns:
      possible object is BigInteger
    • setCalculationPeriodNumberOfDays

      public void setCalculationPeriodNumberOfDays(BigInteger value)
      Sets the value of the calculationPeriodNumberOfDays property.
      Parameters:
      value - allowed object is BigInteger
    • getNotionalAmount

      public BigDecimal getNotionalAmount()
      Gets the value of the notionalAmount property.
      Returns:
      possible object is BigDecimal
    • setNotionalAmount

      public void setNotionalAmount(BigDecimal value)
      Sets the value of the notionalAmount property.
      Parameters:
      value - allowed object is BigDecimal
    • getFxLinkedNotionalAmount

      public FxLinkedNotionalAmount getFxLinkedNotionalAmount()
      Gets the value of the fxLinkedNotionalAmount property.
      Returns:
      possible object is FxLinkedNotionalAmount
    • setFxLinkedNotionalAmount

      public void setFxLinkedNotionalAmount(FxLinkedNotionalAmount value)
      Sets the value of the fxLinkedNotionalAmount property.
      Parameters:
      value - allowed object is FxLinkedNotionalAmount
    • getFloatingRateDefinition

      public FloatingRateDefinition getFloatingRateDefinition()
      Gets the value of the floatingRateDefinition property.
      Returns:
      possible object is FloatingRateDefinition
    • setFloatingRateDefinition

      public void setFloatingRateDefinition(FloatingRateDefinition value)
      Sets the value of the floatingRateDefinition property.
      Parameters:
      value - allowed object is FloatingRateDefinition
    • getFixedRate

      public BigDecimal getFixedRate()
      Gets the value of the fixedRate property.
      Returns:
      possible object is BigDecimal
    • setFixedRate

      public void setFixedRate(BigDecimal value)
      Sets the value of the fixedRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getDayCountYearFraction

      public BigDecimal getDayCountYearFraction()
      Gets the value of the dayCountYearFraction property.
      Returns:
      possible object is BigDecimal
    • setDayCountYearFraction

      public void setDayCountYearFraction(BigDecimal value)
      Sets the value of the dayCountYearFraction property.
      Parameters:
      value - allowed object is BigDecimal
    • getForecastAmount

      public Money getForecastAmount()
      Gets the value of the forecastAmount property.
      Returns:
      possible object is Money
    • setForecastAmount

      public void setForecastAmount(Money value)
      Sets the value of the forecastAmount property.
      Parameters:
      value - allowed object is Money
    • getForecastRate

      public BigDecimal getForecastRate()
      Gets the value of the forecastRate property.
      Returns:
      possible object is BigDecimal
    • setForecastRate

      public void setForecastRate(BigDecimal value)
      Sets the value of the forecastRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String