Class FloatingLegCalculation

java.lang.Object
net.finmath.smartcontract.product.xml.FloatingLegCalculation
Direct Known Subclasses:
FloatingStrikePrice

public class FloatingLegCalculation extends Object
A type to capture details relevant to the calculation of the floating price.

Java class for FloatingLegCalculation complex type.

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

 <complexType name="FloatingLegCalculation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pricingDates" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPricingDates"/>
         <element name="averagingMethod" type="{http://www.fpml.org/FpML-5/confirmation}AveragingMethodEnum" minOccurs="0"/>
         <element name="conversionFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="rounding" type="{http://www.fpml.org/FpML-5/confirmation}Rounding" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="spread" type="{http://www.fpml.org/FpML-5/confirmation}CommoditySpread"/>
           <element name="spreadSchedule" type="{http://www.fpml.org/FpML-5/confirmation}CommoditySpreadSchedule" maxOccurs="unbounded"/>
           <element name="spreadPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         </choice>
         <element name="fx" type="{http://www.fpml.org/FpML-5/confirmation}CommodityFx" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>