org.fpml.fpml_5.confirmation.CommodityVarianceLeg Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.04.04 at 04:56:21 PM UTC
//
package org.fpml.fpml_5.confirmation;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* A type describing the variance leg of a commodity variance swap.
*
* Java class for CommodityVarianceLeg complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="CommodityVarianceLeg">
* <complexContent>
* <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityPerformanceSwapLeg">
* <sequence>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriods.model"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityPaymentDates.model"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityUnderlyerChoice.model"/>
* <choice>
* <element name="notionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalAmount"/>
* <element name="notionalAmountReference" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalAmountReference"/>
* </choice>
* <choice>
* <element name="varianceStrikePrice" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* <element name="volatilityStrikePrice" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* </choice>
* <element name="varianceCalculation" type="{http://www.fpml.org/FpML-5/confirmation}CommodityVarianceCalculation"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CommodityVarianceLeg", propOrder = {
"calculationDates",
"calculationPeriods",
"calculationPeriodsSchedule",
"calculationPeriodsReference",
"calculationPeriodsScheduleReference",
"calculationPeriodsDatesReference",
"relativePaymentDates",
"paymentDates",
"masterAgreementPaymentDates",
"commodity",
"commodityBasket",
"notionalAmount",
"notionalAmountReference",
"varianceStrikePrice",
"volatilityStrikePrice",
"varianceCalculation"
})
public class CommodityVarianceLeg
extends CommodityPerformanceSwapLeg
{
protected AdjustableDates calculationDates;
protected AdjustableDates calculationPeriods;
protected CommodityCalculationPeriodsSchedule calculationPeriodsSchedule;
protected CalculationPeriodsReference calculationPeriodsReference;
protected CalculationPeriodsScheduleReference calculationPeriodsScheduleReference;
protected CalculationPeriodsDatesReference calculationPeriodsDatesReference;
protected CommodityRelativePaymentDates relativePaymentDates;
protected AdjustableDatesOrRelativeDateOffset paymentDates;
protected Boolean masterAgreementPaymentDates;
protected Commodity commodity;
protected CommodityBasket commodityBasket;
protected CommodityNotionalAmount notionalAmount;
protected CommodityNotionalAmountReference notionalAmountReference;
protected BigDecimal varianceStrikePrice;
protected BigDecimal volatilityStrikePrice;
@XmlElement(required = true)
protected CommodityVarianceCalculation varianceCalculation;
/**
* Gets the value of the calculationDates property.
*
* @return
* possible object is
* {@link AdjustableDates }
*
*/
public AdjustableDates getCalculationDates() {
return calculationDates;
}
/**
* Sets the value of the calculationDates property.
*
* @param value
* allowed object is
* {@link AdjustableDates }
*
*/
public void setCalculationDates(AdjustableDates value) {
this.calculationDates = value;
}
/**
* Gets the value of the calculationPeriods property.
*
* @return
* possible object is
* {@link AdjustableDates }
*
*/
public AdjustableDates getCalculationPeriods() {
return calculationPeriods;
}
/**
* Sets the value of the calculationPeriods property.
*
* @param value
* allowed object is
* {@link AdjustableDates }
*
*/
public void setCalculationPeriods(AdjustableDates value) {
this.calculationPeriods = value;
}
/**
* Gets the value of the calculationPeriodsSchedule property.
*
* @return
* possible object is
* {@link CommodityCalculationPeriodsSchedule }
*
*/
public CommodityCalculationPeriodsSchedule getCalculationPeriodsSchedule() {
return calculationPeriodsSchedule;
}
/**
* Sets the value of the calculationPeriodsSchedule property.
*
* @param value
* allowed object is
* {@link CommodityCalculationPeriodsSchedule }
*
*/
public void setCalculationPeriodsSchedule(CommodityCalculationPeriodsSchedule value) {
this.calculationPeriodsSchedule = value;
}
/**
* Gets the value of the calculationPeriodsReference property.
*
* @return
* possible object is
* {@link CalculationPeriodsReference }
*
*/
public CalculationPeriodsReference getCalculationPeriodsReference() {
return calculationPeriodsReference;
}
/**
* Sets the value of the calculationPeriodsReference property.
*
* @param value
* allowed object is
* {@link CalculationPeriodsReference }
*
*/
public void setCalculationPeriodsReference(CalculationPeriodsReference value) {
this.calculationPeriodsReference = value;
}
/**
* Gets the value of the calculationPeriodsScheduleReference property.
*
* @return
* possible object is
* {@link CalculationPeriodsScheduleReference }
*
*/
public CalculationPeriodsScheduleReference getCalculationPeriodsScheduleReference() {
return calculationPeriodsScheduleReference;
}
/**
* Sets the value of the calculationPeriodsScheduleReference property.
*
* @param value
* allowed object is
* {@link CalculationPeriodsScheduleReference }
*
*/
public void setCalculationPeriodsScheduleReference(CalculationPeriodsScheduleReference value) {
this.calculationPeriodsScheduleReference = value;
}
/**
* Gets the value of the calculationPeriodsDatesReference property.
*
* @return
* possible object is
* {@link CalculationPeriodsDatesReference }
*
*/
public CalculationPeriodsDatesReference getCalculationPeriodsDatesReference() {
return calculationPeriodsDatesReference;
}
/**
* Sets the value of the calculationPeriodsDatesReference property.
*
* @param value
* allowed object is
* {@link CalculationPeriodsDatesReference }
*
*/
public void setCalculationPeriodsDatesReference(CalculationPeriodsDatesReference value) {
this.calculationPeriodsDatesReference = value;
}
/**
* Gets the value of the relativePaymentDates property.
*
* @return
* possible object is
* {@link CommodityRelativePaymentDates }
*
*/
public CommodityRelativePaymentDates getRelativePaymentDates() {
return relativePaymentDates;
}
/**
* Sets the value of the relativePaymentDates property.
*
* @param value
* allowed object is
* {@link CommodityRelativePaymentDates }
*
*/
public void setRelativePaymentDates(CommodityRelativePaymentDates value) {
this.relativePaymentDates = value;
}
/**
* Gets the value of the paymentDates property.
*
* @return
* possible object is
* {@link AdjustableDatesOrRelativeDateOffset }
*
*/
public AdjustableDatesOrRelativeDateOffset getPaymentDates() {
return paymentDates;
}
/**
* Sets the value of the paymentDates property.
*
* @param value
* allowed object is
* {@link AdjustableDatesOrRelativeDateOffset }
*
*/
public void setPaymentDates(AdjustableDatesOrRelativeDateOffset value) {
this.paymentDates = value;
}
/**
* Gets the value of the masterAgreementPaymentDates property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isMasterAgreementPaymentDates() {
return masterAgreementPaymentDates;
}
/**
* Sets the value of the masterAgreementPaymentDates property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setMasterAgreementPaymentDates(Boolean value) {
this.masterAgreementPaymentDates = value;
}
/**
* Gets the value of the commodity property.
*
* @return
* possible object is
* {@link Commodity }
*
*/
public Commodity getCommodity() {
return commodity;
}
/**
* Sets the value of the commodity property.
*
* @param value
* allowed object is
* {@link Commodity }
*
*/
public void setCommodity(Commodity value) {
this.commodity = value;
}
/**
* Gets the value of the commodityBasket property.
*
* @return
* possible object is
* {@link CommodityBasket }
*
*/
public CommodityBasket getCommodityBasket() {
return commodityBasket;
}
/**
* Sets the value of the commodityBasket property.
*
* @param value
* allowed object is
* {@link CommodityBasket }
*
*/
public void setCommodityBasket(CommodityBasket value) {
this.commodityBasket = value;
}
/**
* Gets the value of the notionalAmount property.
*
* @return
* possible object is
* {@link CommodityNotionalAmount }
*
*/
public CommodityNotionalAmount getNotionalAmount() {
return notionalAmount;
}
/**
* Sets the value of the notionalAmount property.
*
* @param value
* allowed object is
* {@link CommodityNotionalAmount }
*
*/
public void setNotionalAmount(CommodityNotionalAmount value) {
this.notionalAmount = value;
}
/**
* Gets the value of the notionalAmountReference property.
*
* @return
* possible object is
* {@link CommodityNotionalAmountReference }
*
*/
public CommodityNotionalAmountReference getNotionalAmountReference() {
return notionalAmountReference;
}
/**
* Sets the value of the notionalAmountReference property.
*
* @param value
* allowed object is
* {@link CommodityNotionalAmountReference }
*
*/
public void setNotionalAmountReference(CommodityNotionalAmountReference value) {
this.notionalAmountReference = value;
}
/**
* Gets the value of the varianceStrikePrice property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getVarianceStrikePrice() {
return varianceStrikePrice;
}
/**
* Sets the value of the varianceStrikePrice property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setVarianceStrikePrice(BigDecimal value) {
this.varianceStrikePrice = value;
}
/**
* Gets the value of the volatilityStrikePrice property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getVolatilityStrikePrice() {
return volatilityStrikePrice;
}
/**
* Sets the value of the volatilityStrikePrice property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setVolatilityStrikePrice(BigDecimal value) {
this.volatilityStrikePrice = value;
}
/**
* Gets the value of the varianceCalculation property.
*
* @return
* possible object is
* {@link CommodityVarianceCalculation }
*
*/
public CommodityVarianceCalculation getVarianceCalculation() {
return varianceCalculation;
}
/**
* Sets the value of the varianceCalculation property.
*
* @param value
* allowed object is
* {@link CommodityVarianceCalculation }
*
*/
public void setVarianceCalculation(CommodityVarianceCalculation value) {
this.varianceCalculation = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy