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>