Class BasketConstituent

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

public class BasketConstituent extends Object
A type describing each of the constituents of a basket.

Java class for BasketConstituent complex type.

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

 <complexType name="BasketConstituent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}underlyingAsset"/>
         <element name="constituentWeight" type="{http://www.fpml.org/FpML-5/confirmation}ConstituentWeight" minOccurs="0"/>
         <element name="dividendPayout" type="{http://www.fpml.org/FpML-5/confirmation}DividendPayout" minOccurs="0"/>
         <element name="underlyerPrice" type="{http://www.fpml.org/FpML-5/confirmation}Price" minOccurs="0"/>
         <element name="underlyerNotional" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="underlyerSpread" type="{http://www.fpml.org/FpML-5/confirmation}SpreadScheduleReference" minOccurs="0"/>
         <element name="couponPayment" type="{http://www.fpml.org/FpML-5/confirmation}PendingPayment" minOccurs="0"/>
         <element name="underlyerFinancing" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyerInterestLeg" minOccurs="0"/>
         <element name="underlyerLoanRate" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyerLoanRate" minOccurs="0"/>
         <element name="underlyerCollateral" type="{http://www.fpml.org/FpML-5/confirmation}Collateral" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>