Class Commodity

java.lang.Object

public class Commodity extends IdentifiedAsset
A type describing a commodity underlying asset.

Java class for Commodity complex type.

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

 <complexType name="Commodity">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}IdentifiedAsset">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityProduct.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>