Class InstrumentTradeDetails

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

public class InstrumentTradeDetails extends Product
The economics of a trade of a multiply traded instrument.

Java class for InstrumentTradeDetails complex type.

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

 <complexType name="InstrumentTradeDetails">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}underlyingAsset"/>
         <element name="quantity" type="{http://www.fpml.org/FpML-5/confirmation}InstrumentTradeQuantity" minOccurs="0"/>
         <element name="pricing" type="{http://www.fpml.org/FpML-5/confirmation}InstrumentTradePricing" minOccurs="0"/>
         <element name="principal" type="{http://www.fpml.org/FpML-5/confirmation}InstrumentTradePrincipal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>