Class CommodityHub

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityHub

public class CommodityHub extends Object
A type defining a hub or other reference for a physically settled commodity trade.

Java class for CommodityHub complex type.

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

 <complexType name="CommodityHub">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartyAndAccountReferences.model"/>
         <element name="hubCode" type="{http://www.fpml.org/FpML-5/confirmation}CommodityHubCode"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>