Class EquityForward

java.lang.Object

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>