Class EEPRiskPeriod

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

public class EEPRiskPeriod extends Object
TBD.

Java class for EEPRiskPeriod complex type.

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

 <complexType name="EEPRiskPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>