Class NonNegativeMoney

java.lang.Object
net.finmath.smartcontract.product.xml.MoneyBase
net.finmath.smartcontract.product.xml.NonNegativeMoney
Direct Known Subclasses:
CommodityNotionalAmount, FutureValueAmount, FxOptionPayout, MoneyWithParticipantShare, NotionalAmount

public class NonNegativeMoney extends MoneyBase
A type defining a non negative money amount.

Java class for NonNegativeMoney complex type.

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

 <complexType name="NonNegativeMoney">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}MoneyBase">
       <sequence>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>