Class Offset

java.lang.Object
net.finmath.smartcontract.product.xml.Period
net.finmath.smartcontract.product.xml.Offset
Direct Known Subclasses:
AdjustableOffset, DateOffset, FxFixingDate, FxValuationDateOffset, RelativeDateOffset

public class Offset extends Period
A type defining an offset used in calculating a new date relative to a reference date. E.g. calendar days, business days, Commodity Business days, etc..

Java class for Offset complex type.

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

 <complexType name="Offset">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Period">
       <sequence>
         <element name="dayType" type="{http://www.fpml.org/FpML-5/confirmation}DayTypeEnum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>