Class CommodityVarianceCalculation
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityVarianceCalculation
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected booleanprotected CommodityPricingDatesprotected CommodityValuationDates - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annualizationFactor property.Gets the value of the pricingDates property.Gets the value of the valuationDates property.booleanGets the value of the nAdjustment property.voidsetAnnualizationFactor(BigDecimal value)Sets the value of the annualizationFactor property.voidsetNAdjustment(boolean value)Sets the value of the nAdjustment property.voidsetPricingDates(CommodityPricingDates value)Sets the value of the pricingDates property.voidSets the value of the valuationDates property. 
- 
Field Details
- 
pricingDates
 - 
valuationDates
 - 
annualizationFactor
 - 
nAdjustment
protected boolean nAdjustment 
 - 
 - 
Constructor Details
- 
CommodityVarianceCalculation
public CommodityVarianceCalculation() 
 - 
 - 
Method Details
- 
getPricingDates
Gets the value of the pricingDates property.- Returns:
 - possible object is
     
CommodityPricingDates 
 - 
setPricingDates
Sets the value of the pricingDates property.- Parameters:
 value- allowed object isCommodityPricingDates
 - 
getValuationDates
Gets the value of the valuationDates property.- Returns:
 - possible object is
     
CommodityValuationDates 
 - 
setValuationDates
Sets the value of the valuationDates property.- Parameters:
 value- allowed object isCommodityValuationDates
 - 
getAnnualizationFactor
Gets the value of the annualizationFactor property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setAnnualizationFactor
Sets the value of the annualizationFactor property.- Parameters:
 value- allowed object isBigDecimal
 - 
isNAdjustment
public boolean isNAdjustment()Gets the value of the nAdjustment property. - 
setNAdjustment
public void setNAdjustment(boolean value)Sets the value of the nAdjustment property. 
 -