Class AdjustedRelativeDateOffset

java.lang.Object

public class AdjustedRelativeDateOffset extends RelativeDateOffset
A type defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date) plus optional date adjustments.

Java class for AdjustedRelativeDateOffset complex type.

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

 <complexType name="AdjustedRelativeDateOffset">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset">
       <sequence>
         <element name="relativeDateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>