Class AdjustableOrRelativeDate

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

public class AdjustableOrRelativeDate extends Object
A type giving the choice between defining a date as an explicit date together with applicable adjustments or as relative to some other (anchor) date.

Java class for AdjustableOrRelativeDate complex type.

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

 <complexType name="AdjustableOrRelativeDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="adjustableDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/>
         <element name="relativeDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>