Class Period

java.lang.Object
net.finmath.smartcontract.product.xml.Period
Direct Known Subclasses:
ObservationFrequency, Offset

public class Period extends Object
A type to define recurring periods or time offsets.

Java class for Period complex type.

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

 <complexType name="Period">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="periodMultiplier" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="period" type="{http://www.fpml.org/FpML-5/confirmation}PeriodEnum"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>