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
Modifier and TypeFieldDescriptionprotected BigDecimal
protected boolean
protected CommodityPricingDates
protected CommodityValuationDates
-
Constructor Summary
-
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.boolean
Gets the value of the nAdjustment property.void
setAnnualizationFactor
(BigDecimal value) Sets the value of the annualizationFactor property.void
setNAdjustment
(boolean value) Sets the value of the nAdjustment property.void
Sets the value of the pricingDates property.void
Sets 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.
-