Class DateOffset

java.lang.Object

public class DateOffset extends Offset
A type defining an offset used in calculating a date when this date is defined in reference to another date through a date offset. The type includes the convention for adjusting the date and an optional sequence element to indicate the order in a sequence of multiple date offsets.

Java class for DateOffset complex type.

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

 <complexType name="DateOffset">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Offset">
       <sequence>
         <element name="businessDayConvention" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayConventionEnum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>