Class RelativeDateSequence

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

public class RelativeDateSequence extends Object
A type describing a date when this date is defined in reference to another date through one or several date offsets.

Java class for RelativeDateSequence complex type.

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

 <complexType name="RelativeDateSequence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dateRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}DateReference"/>
         <element name="dateOffset" type="{http://www.fpml.org/FpML-5/confirmation}DateOffset" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessCentersOrReference.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>