Class StrategyComponentIdentification

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

public class StrategyComponentIdentification extends Object
Associates trade identifiers with components of a strategy.

Java class for StrategyComponentIdentification complex type.

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

 <complexType name="StrategyComponentIdentification">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tradeIdentifierReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifierReference" maxOccurs="unbounded"/>
         <element name="componentReference" type="{http://www.fpml.org/FpML-5/confirmation}ProductReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>