Class AdjustableDatesOrRelativeDateOffset

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

public class AdjustableDatesOrRelativeDateOffset extends Object
A type for defining a series of dates, either as a list of adjustable dates, or a as a repeating sequence from a base date

Java class for AdjustableDatesOrRelativeDateOffset complex type.

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

 <complexType name="AdjustableDatesOrRelativeDateOffset">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="adjustableDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDates"/>
         <element name="relativeDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>