Class Basket

java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.Basket

public class Basket extends Asset
A type describing the underlyer features of a basket swap. Each of the basket constituents are described through an embedded component, the basketConstituentsType.

Java class for Basket complex type.

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

 <complexType name="Basket">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Asset">
       <sequence>
         <element name="openUnits" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="basketConstituent" type="{http://www.fpml.org/FpML-5/confirmation}BasketConstituent" maxOccurs="unbounded"/>
         <element name="basketDivisor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="basketVersion" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BasketIdentifier.model" minOccurs="0"/>
         <element name="basketCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>