Class AveragingPeriod

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

public class AveragingPeriod extends Object
Period over which an average value is taken.

Java class for AveragingPeriod complex type.

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

 <complexType name="AveragingPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="schedule" type="{http://www.fpml.org/FpML-5/confirmation}AveragingSchedule" maxOccurs="unbounded" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="averagingDateTimes" type="{http://www.fpml.org/FpML-5/confirmation}DateTimeList"/>
           <element name="averagingObservations" type="{http://www.fpml.org/FpML-5/confirmation}AveragingObservationList"/>
         </choice>
         <element name="marketDisruption" type="{http://www.fpml.org/FpML-5/confirmation}MarketDisruption" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AveragingPeriod

      public AveragingPeriod()
  • Method Details

    • getSchedule

      public List<AveragingSchedule> getSchedule()
      Gets the value of the schedule 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 schedule property.

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

          getSchedule().add(newItem);
       

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

    • getAveragingDateTimes

      public DateTimeList getAveragingDateTimes()
      Gets the value of the averagingDateTimes property.
      Returns:
      possible object is DateTimeList
    • setAveragingDateTimes

      public void setAveragingDateTimes(DateTimeList value)
      Sets the value of the averagingDateTimes property.
      Parameters:
      value - allowed object is DateTimeList
    • getAveragingObservations

      public AveragingObservationList getAveragingObservations()
      Gets the value of the averagingObservations property.
      Returns:
      possible object is AveragingObservationList
    • setAveragingObservations

      public void setAveragingObservations(AveragingObservationList value)
      Sets the value of the averagingObservations property.
      Parameters:
      value - allowed object is AveragingObservationList
    • getMarketDisruption

      public MarketDisruption getMarketDisruption()
      Gets the value of the marketDisruption property.
      Returns:
      possible object is MarketDisruption
    • setMarketDisruption

      public void setMarketDisruption(MarketDisruption value)
      Sets the value of the marketDisruption property.
      Parameters:
      value - allowed object is MarketDisruption