Class FloatingAmountCalculation

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

public class FloatingAmountCalculation extends Object

Java class for FloatingAmountCalculation complex type.

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

 <complexType name="FloatingAmountCalculation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="calculationAmount" type="{http://www.fpml.org/FpML-5/confirmation}CalculationAmount" minOccurs="0"/>
         <element name="floatingRate" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateCalculation"/>
         <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction" minOccurs="0"/>
         <element name="initialFixingDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="finalFixingDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>