Class CalculationPeriodAmount

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

public class CalculationPeriodAmount extends Object
A type defining the parameters used in the calculation of fixed or floating rate calculation period amounts or for specifying a known calculation period amount or known amount schedule.

Java class for CalculationPeriodAmount complex type.

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

 <complexType name="CalculationPeriodAmount">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="calculation" type="{http://www.fpml.org/FpML-5/confirmation}Calculation"/>
         <element name="knownAmountSchedule" type="{http://www.fpml.org/FpML-5/confirmation}AmountSchedule"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CalculationPeriodAmount

      public CalculationPeriodAmount()
  • Method Details

    • getCalculation

      public Calculation getCalculation()
      Gets the value of the calculation property.
      Returns:
      possible object is Calculation
    • setCalculation

      public void setCalculation(Calculation value)
      Sets the value of the calculation property.
      Parameters:
      value - allowed object is Calculation
    • getKnownAmountSchedule

      public AmountSchedule getKnownAmountSchedule()
      Gets the value of the knownAmountSchedule property.
      Returns:
      possible object is AmountSchedule
    • setKnownAmountSchedule

      public void setKnownAmountSchedule(AmountSchedule value)
      Sets the value of the knownAmountSchedule property.
      Parameters:
      value - allowed object is AmountSchedule