Class PrevailingTime

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

public class PrevailingTime extends Object
A type for defining a time with respect to a geographic location, for example 11:00 Phoenix, USA. This type should be used where a wider range of locations than those available as business centres is required.

Java class for PrevailingTime complex type.

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

 <complexType name="PrevailingTime">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hourMinuteTime" type="{http://www.fpml.org/FpML-5/confirmation}HourMinuteTime"/>
         <element name="location" type="{http://www.fpml.org/FpML-5/confirmation}TimezoneLocation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>