Class SplitSettlement

java.lang.Object
net.finmath.smartcontract.product.xml.SplitSettlement

public class SplitSettlement extends Object
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 Details

    • splitSettlementAmount

      protected Money splitSettlementAmount
    • beneficiaryBank

      protected Routing beneficiaryBank
    • beneficiary

      protected Routing beneficiary
  • Constructor Details

    • SplitSettlement

      public SplitSettlement()
  • Method Details

    • getSplitSettlementAmount

      public Money getSplitSettlementAmount()
      Gets the value of the splitSettlementAmount property.
      Returns:
      possible object is Money
    • setSplitSettlementAmount

      public void setSplitSettlementAmount(Money value)
      Sets the value of the splitSettlementAmount property.
      Parameters:
      value - allowed object is Money
    • getBeneficiaryBank

      public Routing getBeneficiaryBank()
      Gets the value of the beneficiaryBank property.
      Returns:
      possible object is Routing
    • setBeneficiaryBank

      public void setBeneficiaryBank(Routing value)
      Sets the value of the beneficiaryBank property.
      Parameters:
      value - allowed object is Routing
    • getBeneficiary

      public Routing getBeneficiary()
      Gets the value of the beneficiary property.
      Returns:
      possible object is Routing
    • setBeneficiary

      public void setBeneficiary(Routing value)
      Sets the value of the beneficiary property.
      Parameters:
      value - allowed object is Routing