Class EquityForward


public class EquityForward extends EquityDerivativeLongFormBase
A type for defining equity forwards.

Java class for EquityForward complex type.

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

 <complexType name="EquityForward">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityDerivativeLongFormBase">
       <sequence>
         <element name="forwardPrice" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EquityForward

      public EquityForward()
  • Method Details

    • getForwardPrice

      public NonNegativeMoney getForwardPrice()
      Gets the value of the forwardPrice property.
      Returns:
      possible object is NonNegativeMoney
    • setForwardPrice

      public void setForwardPrice(NonNegativeMoney value)
      Sets the value of the forwardPrice property.
      Parameters:
      value - allowed object is NonNegativeMoney