Class ExtendibleProvisionAdjustedDates

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

public class ExtendibleProvisionAdjustedDates extends Object
A type defining the adjusted dates associated with a provision to extend a swap.

Java class for ExtendibleProvisionAdjustedDates complex type.

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

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