Class ExtendibleProvision

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

public class ExtendibleProvision extends Object
A type defining an option to extend an existing swap transaction on the specified exercise dates for a term ending on the specified new termination date.

Java class for ExtendibleProvision complex type.

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

 <complexType name="ExtendibleProvision">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}exercise"/>
         <element name="exerciseNotice" type="{http://www.fpml.org/FpML-5/confirmation}ExerciseNotice" minOccurs="0"/>
         <element name="followUpConfirmation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="extendibleProvisionAdjustedDates" type="{http://www.fpml.org/FpML-5/confirmation}ExtendibleProvisionAdjustedDates" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>