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>
 
  • Field Details

    • principalAmount

      protected NetAndGross principalAmount
  • Constructor Details

    • InstrumentTradePrincipal

      public InstrumentTradePrincipal()
  • Method Details

    • getPrincipalAmount

      public NetAndGross getPrincipalAmount()
      Gets the value of the principalAmount property.
      Returns:
      possible object is NetAndGross
    • setPrincipalAmount

      public void setPrincipalAmount(NetAndGross value)
      Sets the value of the principalAmount property.
      Parameters:
      value - allowed object is NetAndGross