Class MandatoryEarlyTerminationAdjustedDates

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

public class MandatoryEarlyTerminationAdjustedDates extends Object
A type defining the adjusted dates associated with a mandatory early termination provision.

Java class for MandatoryEarlyTerminationAdjustedDates complex type.

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

 <complexType name="MandatoryEarlyTerminationAdjustedDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="adjustedEarlyTerminationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustedCashSettlementValuationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustedCashSettlementPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>