Class Strategy

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.Strategy

public class Strategy extends Product
A type defining a group of products making up a single trade.

Java class for Strategy complex type.

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

 <complexType name="Strategy">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="strategyComponentIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}StrategyComponentIdentification" maxOccurs="unbounded" minOccurs="0"/>
         <element name="premiumProductReference" type="{http://www.fpml.org/FpML-5/confirmation}ProductReference" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}product" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>