Class NotionalAmount
java.lang.Object
net.finmath.smartcontract.product.xml.MoneyBase
net.finmath.smartcontract.product.xml.NonNegativeMoney
net.finmath.smartcontract.product.xml.NotionalAmount
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>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.NonNegativeMoney
amount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.NonNegativeMoney
getAmount, setAmountMethods inherited from class net.finmath.smartcontract.product.xml.MoneyBase
getCurrency, getId, setCurrency, setId
-
Constructor Details
-
NotionalAmount
public NotionalAmount()
-