Class SettlementPeriodFixingDates

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

public class SettlementPeriodFixingDates extends Object

Java class for SettlementPeriodFixingDates complex type.

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

 <complexType name="SettlementPeriodFixingDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="fixingDate" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded"/>
           <sequence>
             <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
             <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
           </sequence>
           <element name="numberOfFixings" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>