Class Underlyer

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

public class Underlyer extends Object
A type describing the whole set of possible underlyers: single underlyers or multiple underlyers, each of these having either security or index components.

Java class for Underlyer complex type.

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

 <complexType name="Underlyer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="singleUnderlyer" type="{http://www.fpml.org/FpML-5/confirmation}SingleUnderlyer"/>
         <element name="basket" type="{http://www.fpml.org/FpML-5/confirmation}Basket"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>