Class Allocation

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

public class Allocation extends Object

Java class for Allocation complex type.

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

 <complexType name="Allocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="allocationTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartyAndAccountReferences.model"/>
         <choice>
           <element name="allocatedFraction" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="allocatedNotional" type="{http://www.fpml.org/FpML-5/confirmation}Money" maxOccurs="2"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}AllocationContent.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>