Class CommodityVarianceCalculation

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

public class CommodityVarianceCalculation extends Object

Java class for CommodityVarianceCalculation complex type.

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

 <complexType name="CommodityVarianceCalculation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pricingDates" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPricingDates" minOccurs="0"/>
         <element name="valuationDates" type="{http://www.fpml.org/FpML-5/confirmation}CommodityValuationDates" minOccurs="0"/>
         <element name="annualizationFactor" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="nAdjustment" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>