Class CashflowNotional

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

public class CashflowNotional extends Object
The notional/principal value/quantity/volume used to compute the cashflow.

Java class for CashflowNotional complex type.

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

 <complexType name="CashflowNotional">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
           <element name="units" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString"/>
         </choice>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>