Class FxDateOffset

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

public class FxDateOffset extends Object
The representation of the schedule as an offset relative to another schedule. For example, the settlement schedule may be relative to the expiry schedule by an FxForward offset.

Java class for FxDateOffset complex type.

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

 <complexType name="FxDateOffset">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="convention" type="{http://www.fpml.org/FpML-5/confirmation}FxOffsetConventionEnum"/>
         <element name="offset" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
         <element name="relativeTo" type="{http://www.fpml.org/FpML-5/confirmation}FxScheduleReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>