Class AdjustableOrAdjustedDate

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

public class AdjustableOrAdjustedDate extends Object
A type for defining a date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.

Java class for AdjustableOrAdjustedDate complex type.

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

 <complexType name="AdjustableOrAdjustedDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate.model"/>
         <element name="adjustedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>