Class CancelableProvisionAdjustedDates

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

public class CancelableProvisionAdjustedDates extends Object
A type to define the adjusted dates for a cancelable provision on a swap transaction.

Java class for CancelableProvisionAdjustedDates complex type.

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

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