Class ConstituentWeight

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

public class ConstituentWeight extends Object
A type describing the weight of each of the underlyer constituent within the basket, either in absolute or relative terms.

Java class for ConstituentWeight complex type.

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

 <complexType name="ConstituentWeight">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="openUnits" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="basketPercentage" type="{http://www.fpml.org/FpML-5/confirmation}RestrictedPercentage" minOccurs="0"/>
         <element name="basketAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>