Class InformationSource

java.lang.Object
net.finmath.smartcontract.product.xml.InformationSource
Direct Known Subclasses:
FxInformationSource

public class InformationSource extends Object
A type defining the source for a piece of information (e.g. a rate refix or an fx fixing).

Java class for InformationSource complex type.

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

 <complexType name="InformationSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rateSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationProvider"/>
         <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>