Class NotionalAmount

java.lang.Object

public class NotionalAmount extends NonNegativeMoney
A complex type to specify the notional amount.

Java class for NotionalAmount complex type.

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

 <complexType name="NotionalAmount">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney">
     </extension>
   </complexContent>
 </complexType>