Class OffsetPrevailingTime

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

public class OffsetPrevailingTime extends Object
Allows the specification of a time that may be on a day prior or subsequent to the day in question. This type is intended for use with a day of the week (i.e. where no actual date is specified) as part of, for example, a period that runs from 23:00-07:00 on a series of days and where holidays on the actual days would affect the entire time period.

Java class for OffsetPrevailingTime complex type.

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

 <complexType name="OffsetPrevailingTime">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="time" type="{http://www.fpml.org/FpML-5/confirmation}PrevailingTime"/>
         <element name="offset" type="{http://www.fpml.org/FpML-5/confirmation}Offset" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>