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>