Class CommodityFixedPriceSchedule

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

public class CommodityFixedPriceSchedule extends Object
The Fixed Price for a given Calculation Period during the life of the trade. There must be a Fixed Price step specified for each Calculation Period, regardless of whether the Fixed Price changes or remains the same between periods.

Java class for CommodityFixedPriceSchedule complex type.

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

 <complexType name="CommodityFixedPriceSchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="fixedPriceStep" type="{http://www.fpml.org/FpML-5/confirmation}FixedPrice" maxOccurs="unbounded"/>
           <element name="worldscaleRateStep" type="{http://www.w3.org/2001/XMLSchema}decimal" maxOccurs="unbounded"/>
           <element name="contractRateStep" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" maxOccurs="unbounded"/>
           <element name="settlementPeriodsPriceSchedule" type="{http://www.fpml.org/FpML-5/confirmation}CommoditySettlementPeriodsPriceSchedule" maxOccurs="unbounded"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsPointer.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CommodityFixedPriceSchedule

      public CommodityFixedPriceSchedule()
  • Method Details

    • getFixedPriceStep

      public List<FixedPrice> getFixedPriceStep()
      Gets the value of the fixedPriceStep property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the fixedPriceStep property.

      For example, to add a new item, do as follows:

          getFixedPriceStep().add(newItem);
       

      Objects of the following type(s) are allowed in the list FixedPrice

    • getWorldscaleRateStep

      public List<BigDecimal> getWorldscaleRateStep()
      Gets the value of the worldscaleRateStep property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the worldscaleRateStep property.

      For example, to add a new item, do as follows:

          getWorldscaleRateStep().add(newItem);
       

      Objects of the following type(s) are allowed in the list BigDecimal

    • getContractRateStep

      public List<NonNegativeMoney> getContractRateStep()
      Gets the value of the contractRateStep property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the contractRateStep property.

      For example, to add a new item, do as follows:

          getContractRateStep().add(newItem);
       

      Objects of the following type(s) are allowed in the list NonNegativeMoney

    • getSettlementPeriodsPriceSchedule

      public List<CommoditySettlementPeriodsPriceSchedule> getSettlementPeriodsPriceSchedule()
      Gets the value of the settlementPeriodsPriceSchedule property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the settlementPeriodsPriceSchedule property.

      For example, to add a new item, do as follows:

          getSettlementPeriodsPriceSchedule().add(newItem);
       

      Objects of the following type(s) are allowed in the list CommoditySettlementPeriodsPriceSchedule

    • getCalculationPeriodsReference

      public CalculationPeriodsReference getCalculationPeriodsReference()
      Gets the value of the calculationPeriodsReference property.
      Returns:
      possible object is CalculationPeriodsReference
    • setCalculationPeriodsReference

      public void setCalculationPeriodsReference(CalculationPeriodsReference value)
      Sets the value of the calculationPeriodsReference property.
      Parameters:
      value - allowed object is CalculationPeriodsReference
    • getCalculationPeriodsScheduleReference

      public CalculationPeriodsScheduleReference getCalculationPeriodsScheduleReference()
      Gets the value of the calculationPeriodsScheduleReference property.
      Returns:
      possible object is CalculationPeriodsScheduleReference
    • setCalculationPeriodsScheduleReference

      public void setCalculationPeriodsScheduleReference(CalculationPeriodsScheduleReference value)
      Sets the value of the calculationPeriodsScheduleReference property.
      Parameters:
      value - allowed object is CalculationPeriodsScheduleReference
    • getCalculationPeriodsDatesReference

      public CalculationPeriodsDatesReference getCalculationPeriodsDatesReference()
      Gets the value of the calculationPeriodsDatesReference property.
      Returns:
      possible object is CalculationPeriodsDatesReference
    • setCalculationPeriodsDatesReference

      public void setCalculationPeriodsDatesReference(CalculationPeriodsDatesReference value)
      Sets the value of the calculationPeriodsDatesReference property.
      Parameters:
      value - allowed object is CalculationPeriodsDatesReference