Class Future

java.lang.Object

public class Future extends ExchangeTraded
An exchange traded future contract.

Java class for Future complex type.

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

 <complexType name="Future">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ExchangeTraded">
       <sequence>
         <element name="multiplier" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="futureContractReference" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="maturity" type="{http://www.w3.org/2001/XMLSchema}date"/>
           <element name="contractYearMonth" type="{http://www.w3.org/2001/XMLSchema}gYearMonth"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>