Class ReferencePoolItem

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

public class ReferencePoolItem extends Object
This type contains all the constituent weight and reference information.

Java class for ReferencePoolItem complex type.

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

 <complexType name="ReferencePoolItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="constituentWeight" type="{http://www.fpml.org/FpML-5/confirmation}ConstituentWeight" minOccurs="0"/>
         <element name="referencePair" type="{http://www.fpml.org/FpML-5/confirmation}ReferencePair"/>
         <element name="protectionTermsReference" type="{http://www.fpml.org/FpML-5/confirmation}ProtectionTermsReference" minOccurs="0"/>
         <element name="settlementTermsReference" type="{http://www.fpml.org/FpML-5/confirmation}SettlementTermsReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>