Class ExerciseFee

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

public class ExerciseFee extends Object
A type defining the fee payable on exercise of an option. This fee may be defined as an amount or a percentage of the notional exercised.

Java class for ExerciseFee complex type.

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

 <complexType name="ExerciseFee">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="notionalReference" type="{http://www.fpml.org/FpML-5/confirmation}NotionalReference"/>
         <choice>
           <element name="feeAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="feeRate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         </choice>
         <element name="feePaymentDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>