Class OptionalEarlyTerminationAdjustedDates

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

public class OptionalEarlyTerminationAdjustedDates extends Object
A type defining the adjusted dates associated with an optional early termination provision.

Java class for OptionalEarlyTerminationAdjustedDates complex type.

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

 <complexType name="OptionalEarlyTerminationAdjustedDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="earlyTerminationEvent" type="{http://www.fpml.org/FpML-5/confirmation}EarlyTerminationEvent" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>