Class SplitSettlement
java.lang.Object
net.finmath.smartcontract.product.xml.SplitSettlement
A type that supports the division of a gross settlement amount into a
number of split settlements, each requiring its own settlement instruction.
Java class for SplitSettlement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SplitSettlement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="splitSettlementAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
<element name="beneficiaryBank" type="{http://www.fpml.org/FpML-5/confirmation}Routing" minOccurs="0"/>
<element name="beneficiary" type="{http://www.fpml.org/FpML-5/confirmation}Routing"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the beneficiary property.Gets the value of the beneficiaryBank property.Gets the value of the splitSettlementAmount property.voidsetBeneficiary(Routing value) Sets the value of the beneficiary property.voidsetBeneficiaryBank(Routing value) Sets the value of the beneficiaryBank property.voidsetSplitSettlementAmount(Money value) Sets the value of the splitSettlementAmount property.
-
Field Details
-
splitSettlementAmount
-
beneficiaryBank
-
beneficiary
-
-
Constructor Details
-
SplitSettlement
public SplitSettlement()
-
-
Method Details
-
getSplitSettlementAmount
-
setSplitSettlementAmount
-
getBeneficiaryBank
-
setBeneficiaryBank
-
getBeneficiary
-
setBeneficiary
-