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>
 
  • Field Details

  • Constructor Details

    • CommodityVarianceCalculation

      public CommodityVarianceCalculation()
  • Method Details

    • getPricingDates

      public CommodityPricingDates getPricingDates()
      Gets the value of the pricingDates property.
      Returns:
      possible object is CommodityPricingDates
    • setPricingDates

      public void setPricingDates(CommodityPricingDates value)
      Sets the value of the pricingDates property.
      Parameters:
      value - allowed object is CommodityPricingDates
    • getValuationDates

      public CommodityValuationDates getValuationDates()
      Gets the value of the valuationDates property.
      Returns:
      possible object is CommodityValuationDates
    • setValuationDates

      public void setValuationDates(CommodityValuationDates value)
      Sets the value of the valuationDates property.
      Parameters:
      value - allowed object is CommodityValuationDates
    • getAnnualizationFactor

      public BigDecimal getAnnualizationFactor()
      Gets the value of the annualizationFactor property.
      Returns:
      possible object is BigDecimal
    • setAnnualizationFactor

      public void setAnnualizationFactor(BigDecimal value)
      Sets the value of the annualizationFactor property.
      Parameters:
      value - allowed object is BigDecimal
    • isNAdjustment

      public boolean isNAdjustment()
      Gets the value of the nAdjustment property.
    • setNAdjustment

      public void setNAdjustment(boolean value)
      Sets the value of the nAdjustment property.