Class CalculatedAmount

java.lang.Object
net.finmath.smartcontract.product.xml.CalculatedAmount
Direct Known Subclasses:
CorrelationAmount, VarianceAmount, VolatilityAmount

public abstract class CalculatedAmount extends Object
An abstract base class for all calculated money amounts, which are in the currency of the cash multiplier of the calculation.

Java class for CalculatedAmount complex type.

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

 <complexType name="CalculatedAmount">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="calculationDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableRelativeOrPeriodicDates" minOccurs="0"/>
         <element name="observationStartDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Dividends.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CalculatedAmount

      public CalculatedAmount()
  • Method Details

    • getCalculationDates

      public AdjustableRelativeOrPeriodicDates getCalculationDates()
      Gets the value of the calculationDates property.
      Returns:
      possible object is AdjustableRelativeOrPeriodicDates
    • setCalculationDates

      public void setCalculationDates(AdjustableRelativeOrPeriodicDates value)
      Sets the value of the calculationDates property.
      Parameters:
      value - allowed object is AdjustableRelativeOrPeriodicDates
    • getObservationStartDate

      public AdjustableOrRelativeDate getObservationStartDate()
      Gets the value of the observationStartDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setObservationStartDate

      public void setObservationStartDate(AdjustableOrRelativeDate value)
      Sets the value of the observationStartDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate
    • isOptionsExchangeDividends

      public Boolean isOptionsExchangeDividends()
      Gets the value of the optionsExchangeDividends property.
      Returns:
      possible object is Boolean
    • setOptionsExchangeDividends

      public void setOptionsExchangeDividends(Boolean value)
      Sets the value of the optionsExchangeDividends property.
      Parameters:
      value - allowed object is Boolean
    • isAdditionalDividends

      public Boolean isAdditionalDividends()
      Gets the value of the additionalDividends property.
      Returns:
      possible object is Boolean
    • setAdditionalDividends

      public void setAdditionalDividends(Boolean value)
      Sets the value of the additionalDividends property.
      Parameters:
      value - allowed object is Boolean
    • isAllDividends

      public Boolean isAllDividends()
      Gets the value of the allDividends property.
      Returns:
      possible object is Boolean
    • setAllDividends

      public void setAllDividends(Boolean value)
      Sets the value of the allDividends property.
      Parameters:
      value - allowed object is Boolean