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

public class Lag extends Object
An observation period that is offset from a Calculation Period.

Java class for Lag complex type.

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

 <complexType name="Lag">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lagDuration" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
         <element name="firstObservationDateOffset" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • lagDuration

      protected Period lagDuration
    • firstObservationDateOffset

      protected Period firstObservationDateOffset
    • id

      protected String id
  • Constructor Details

    • Lag

      public Lag()
  • Method Details

    • getLagDuration

      public Period getLagDuration()
      Gets the value of the lagDuration property.
      Returns:
      possible object is Period
    • setLagDuration

      public void setLagDuration(Period value)
      Sets the value of the lagDuration property.
      Parameters:
      value - allowed object is Period
    • getFirstObservationDateOffset

      public Period getFirstObservationDateOffset()
      Gets the value of the firstObservationDateOffset property.
      Returns:
      possible object is Period
    • setFirstObservationDateOffset

      public void setFirstObservationDateOffset(Period value)
      Sets the value of the firstObservationDateOffset property.
      Parameters:
      value - allowed object is Period
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String