Class InstrumentSet

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

public class InstrumentSet extends Object
A collection of instruments usable for quotation purposes. In future releases, quotable derivative assets may be added after the underlying asset.

Java class for InstrumentSet complex type.

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

 <complexType name="InstrumentSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <choice>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}underlyingAsset"/>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}curveInstrument"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>