Class BrokerEquityOption

java.lang.Object

public class BrokerEquityOption extends EquityDerivativeShortFormBase
A type for defining the broker equity options.

Java class for BrokerEquityOption complex type.

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

 <complexType name="BrokerEquityOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityDerivativeShortFormBase">
       <sequence>
         <element name="deltaCrossed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="brokerageFee" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
         <element name="brokerNotes" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>