Class CancelableProvision

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

public class CancelableProvision extends Object
A type defining the right of a party to cancel a swap transaction on the specified exercise dates. The provision is for 'walkaway' cancellation (i.e. the fair value of the swap is not paid). A fee payable on exercise can be specified.

Java class for CancelableProvision complex type.

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

 <complexType name="CancelableProvision">
   <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="cancelableProvisionAdjustedDates" type="{http://www.fpml.org/FpML-5/confirmation}CancelableProvisionAdjustedDates" minOccurs="0"/>
         <element name="finalCalculationPeriodDateAdjustment" type="{http://www.fpml.org/FpML-5/confirmation}FinalCalculationPeriodDateAdjustment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="initialFee" type="{http://www.fpml.org/FpML-5/confirmation}SimplePayment" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>