Class FxAdjustedDateAndDateAdjustments

java.lang.Object
net.finmath.smartcontract.product.xml.FxAdjustedDateAndDateAdjustments
Direct Known Subclasses:
FxExpiryDate

public class FxAdjustedDateAndDateAdjustments extends Object
Defines the expiry/observation schedule of the target.

Java class for FxAdjustedDateAndDateAdjustments complex type.

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

 <complexType name="FxAdjustedDateAndDateAdjustments">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments" minOccurs="0"/>
         <element name="adjustedDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>