Class InstrumentTradePrincipal

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

public class InstrumentTradePrincipal extends Object
A structure describing the value in "native" currency of an instrument that was traded.

Java class for InstrumentTradePrincipal complex type.

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

 <complexType name="InstrumentTradePrincipal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="principalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NetAndGross" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>