Class EquityDerivativeShortFormBase

Direct Known Subclasses:
BrokerEquityOption, EquityOptionTransactionSupplement

public abstract class EquityDerivativeShortFormBase extends EquityDerivativeBase
A type for defining short form equity option basic features.

Java class for EquityDerivativeShortFormBase complex type.

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

 <complexType name="EquityDerivativeShortFormBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityDerivativeBase">
       <sequence>
         <element name="strike" type="{http://www.fpml.org/FpML-5/confirmation}EquityStrike"/>
         <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"/>
         <element name="equityPremium" type="{http://www.fpml.org/FpML-5/confirmation}EquityPremium"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EquityDerivativeShortFormBase

      public EquityDerivativeShortFormBase()
  • 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
    • 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