Class CommodityInformationSource

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

public class CommodityInformationSource extends Object
A type defining the source of a commodity rate, price or index or of a market rate or of a conversion factor (e.g. a fx conversion factor).

Java class for CommodityInformationSource complex type.

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

 <complexType name="CommodityInformationSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rateSource" type="{http://www.fpml.org/FpML-5/confirmation}CommodityInformationProvider"/>
         <element name="rateSourcePage" type="{http://www.fpml.org/FpML-5/confirmation}RateSourcePage" minOccurs="0"/>
         <element name="rateSourcePageHeading" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>