Class EquityOption


public class EquityOption extends EquityDerivativeLongFormBase
A type for defining equity options.

Java class for EquityOption complex type.

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

 <complexType name="EquityOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityDerivativeLongFormBase">
       <sequence>
         <element name="strike" type="{http://www.fpml.org/FpML-5/confirmation}EquityStrike" minOccurs="0"/>
         <element name="spotPrice" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal" minOccurs="0"/>
         <element name="numberOfOptions" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal" minOccurs="0"/>
         <element name="optionEntitlement" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <element name="equityPremium" type="{http://www.fpml.org/FpML-5/confirmation}EquityPremium"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EquityOption

      public EquityOption()
  • Method Details

    • getStrike

      public EquityStrike getStrike()
      Gets the value of the strike property.
      Returns:
      possible object is EquityStrike
    • setStrike

      public void setStrike(EquityStrike value)
      Sets the value of the strike property.
      Parameters:
      value - allowed object is EquityStrike
    • getSpotPrice

      public BigDecimal getSpotPrice()
      Gets the value of the spotPrice property.
      Returns:
      possible object is BigDecimal
    • setSpotPrice

      public void setSpotPrice(BigDecimal value)
      Sets the value of the spotPrice property.
      Parameters:
      value - allowed object is BigDecimal
    • getNumberOfOptions

      public BigDecimal getNumberOfOptions()
      Gets the value of the numberOfOptions property.
      Returns:
      possible object is BigDecimal
    • setNumberOfOptions

      public void setNumberOfOptions(BigDecimal value)
      Sets the value of the numberOfOptions property.
      Parameters:
      value - allowed object is BigDecimal
    • getOptionEntitlement

      public BigDecimal getOptionEntitlement()
      Gets the value of the optionEntitlement property.
      Returns:
      possible object is BigDecimal
    • setOptionEntitlement

      public void setOptionEntitlement(BigDecimal value)
      Sets the value of the optionEntitlement property.
      Parameters:
      value - allowed object is BigDecimal
    • getEquityPremium

      public EquityPremium getEquityPremium()
      Gets the value of the equityPremium property.
      Returns:
      possible object is EquityPremium
    • setEquityPremium

      public void setEquityPremium(EquityPremium value)
      Sets the value of the equityPremium property.
      Parameters:
      value - allowed object is EquityPremium