Class BrokerEquityOption


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>
 
  • Field Details

    • deltaCrossed

      protected boolean deltaCrossed
    • brokerageFee

      protected Money brokerageFee
    • brokerNotes

      protected String brokerNotes
  • Constructor Details

    • BrokerEquityOption

      public BrokerEquityOption()
  • Method Details

    • isDeltaCrossed

      public boolean isDeltaCrossed()
      Gets the value of the deltaCrossed property.
    • setDeltaCrossed

      public void setDeltaCrossed(boolean value)
      Sets the value of the deltaCrossed property.
    • getBrokerageFee

      public Money getBrokerageFee()
      Gets the value of the brokerageFee property.
      Returns:
      possible object is Money
    • setBrokerageFee

      public void setBrokerageFee(Money value)
      Sets the value of the brokerageFee property.
      Parameters:
      value - allowed object is Money
    • getBrokerNotes

      public String getBrokerNotes()
      Gets the value of the brokerNotes property.
      Returns:
      possible object is String
    • setBrokerNotes

      public void setBrokerNotes(String value)
      Sets the value of the brokerNotes property.
      Parameters:
      value - allowed object is String