Class Calculation

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

public class Calculation extends Object
A type definining the parameters used in the calculation of fixed or floating calculation period amounts.

Java class for Calculation complex type.

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

 <complexType name="Calculation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="notionalSchedule" type="{http://www.fpml.org/FpML-5/confirmation}Notional"/>
           <element name="fxLinkedNotionalSchedule" type="{http://www.fpml.org/FpML-5/confirmation}FxLinkedNotionalSchedule"/>
         </choice>
         <choice>
           <sequence>
             <element name="fixedRateSchedule" type="{http://www.fpml.org/FpML-5/confirmation}Schedule"/>
             <element name="futureValueNotional" type="{http://www.fpml.org/FpML-5/confirmation}FutureValueAmount" minOccurs="0"/>
           </sequence>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}rateCalculation"/>
         </choice>
         <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction"/>
         <element name="discounting" type="{http://www.fpml.org/FpML-5/confirmation}Discounting" minOccurs="0"/>
         <element name="compoundingMethod" type="{http://www.fpml.org/FpML-5/confirmation}CompoundingMethodEnum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Calculation

      public Calculation()
  • Method Details

    • getNotionalSchedule

      public Notional getNotionalSchedule()
      Gets the value of the notionalSchedule property.
      Returns:
      possible object is Notional
    • setNotionalSchedule

      public void setNotionalSchedule(Notional value)
      Sets the value of the notionalSchedule property.
      Parameters:
      value - allowed object is Notional
    • getFxLinkedNotionalSchedule

      public FxLinkedNotionalSchedule getFxLinkedNotionalSchedule()
      Gets the value of the fxLinkedNotionalSchedule property.
      Returns:
      possible object is FxLinkedNotionalSchedule
    • setFxLinkedNotionalSchedule

      public void setFxLinkedNotionalSchedule(FxLinkedNotionalSchedule value)
      Sets the value of the fxLinkedNotionalSchedule property.
      Parameters:
      value - allowed object is FxLinkedNotionalSchedule
    • getFixedRateSchedule

      public Schedule getFixedRateSchedule()
      Gets the value of the fixedRateSchedule property.
      Returns:
      possible object is Schedule
    • setFixedRateSchedule

      public void setFixedRateSchedule(Schedule value)
      Sets the value of the fixedRateSchedule property.
      Parameters:
      value - allowed object is Schedule
    • getFutureValueNotional

      public FutureValueAmount getFutureValueNotional()
      Gets the value of the futureValueNotional property.
      Returns:
      possible object is FutureValueAmount
    • setFutureValueNotional

      public void setFutureValueNotional(FutureValueAmount value)
      Sets the value of the futureValueNotional property.
      Parameters:
      value - allowed object is FutureValueAmount
    • getRateCalculation

      public jakarta.xml.bind.JAXBElement<? extends Rate> getRateCalculation()
      This element is the head of a substitution group. It is substituted by the floatingRateCalculation element for standard Floating Rate legs, or the inflationRateCalculation element for inflation swaps.
      Returns:
      possible object is JAXBElement<InflationRateCalculation> JAXBElement<FloatingRateCalculation> JAXBElement<Rate>
    • setRateCalculation

      public void setRateCalculation(jakarta.xml.bind.JAXBElement<? extends Rate> value)
      Sets the value of the rateCalculation property.
      Parameters:
      value - allowed object is JAXBElement<InflationRateCalculation> JAXBElement<FloatingRateCalculation> JAXBElement<Rate>
    • 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
    • getDiscounting

      public Discounting getDiscounting()
      Gets the value of the discounting property.
      Returns:
      possible object is Discounting
    • setDiscounting

      public void setDiscounting(Discounting value)
      Sets the value of the discounting property.
      Parameters:
      value - allowed object is Discounting
    • getCompoundingMethod

      public CompoundingMethodEnum getCompoundingMethod()
      Gets the value of the compoundingMethod property.
      Returns:
      possible object is CompoundingMethodEnum
    • setCompoundingMethod

      public void setCompoundingMethod(CompoundingMethodEnum value)
      Sets the value of the compoundingMethod property.
      Parameters:
      value - allowed object is CompoundingMethodEnum