Class DividendPeriod

java.lang.Object
net.finmath.smartcontract.product.xml.DividendPeriod
Direct Known Subclasses:
DividendPeriodDividend, DividendPeriodPayment

public abstract class DividendPeriod extends Object
Abstract base class of all time bounded dividend period types.

Java class for DividendPeriod complex type.

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

 <complexType name="DividendPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unadjustedStartDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
         <element name="unadjustedEndDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
         <element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments"/>
         <element name="underlyerReference" type="{http://www.fpml.org/FpML-5/confirmation}AssetReference" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DividendPeriod

      public DividendPeriod()
  • Method Details

    • getUnadjustedStartDate

      public IdentifiedDate getUnadjustedStartDate()
      Gets the value of the unadjustedStartDate property.
      Returns:
      possible object is IdentifiedDate
    • setUnadjustedStartDate

      public void setUnadjustedStartDate(IdentifiedDate value)
      Sets the value of the unadjustedStartDate property.
      Parameters:
      value - allowed object is IdentifiedDate
    • getUnadjustedEndDate

      public IdentifiedDate getUnadjustedEndDate()
      Gets the value of the unadjustedEndDate property.
      Returns:
      possible object is IdentifiedDate
    • setUnadjustedEndDate

      public void setUnadjustedEndDate(IdentifiedDate value)
      Sets the value of the unadjustedEndDate property.
      Parameters:
      value - allowed object is IdentifiedDate
    • getDateAdjustments

      public BusinessDayAdjustments getDateAdjustments()
      Gets the value of the dateAdjustments property.
      Returns:
      possible object is BusinessDayAdjustments
    • setDateAdjustments

      public void setDateAdjustments(BusinessDayAdjustments value)
      Sets the value of the dateAdjustments property.
      Parameters:
      value - allowed object is BusinessDayAdjustments
    • getUnderlyerReference

      public AssetReference getUnderlyerReference()
      Gets the value of the underlyerReference property.
      Returns:
      possible object is AssetReference
    • setUnderlyerReference

      public void setUnderlyerReference(AssetReference value)
      Sets the value of the underlyerReference property.
      Parameters:
      value - allowed object is AssetReference
    • 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