Class MoneyWithParticipantShare
java.lang.Object
net.finmath.smartcontract.product.xml.MoneyBase
net.finmath.smartcontract.product.xml.NonNegativeMoney
net.finmath.smartcontract.product.xml.MoneyWithParticipantShare
An extension of the money type with the ability to specify a lender share
amount in addition to the global amount (represented by 'amount').
Java class for MoneyWithParticipantShare complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MoneyWithParticipantShare">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney">
<sequence>
<element name="shareAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.NonNegativeMoney
amount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the shareAmount property.voidsetShareAmount(BigDecimal value) Sets the value of the shareAmount property.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
-
Field Details
-
Constructor Details
-
MoneyWithParticipantShare
public MoneyWithParticipantShare()
-
-
Method Details