Class SettlementProvision

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

public class SettlementProvision extends Object
A type defining the specification of settlement terms, occuring when the settlement currency is different to the notional currency of the trade.

Java class for SettlementProvision complex type.

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

 <complexType name="SettlementProvision">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="settlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="nonDeliverableSettlement" type="{http://www.fpml.org/FpML-5/confirmation}NonDeliverableSettlement" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SettlementProvision

      public SettlementProvision()
  • Method Details

    • getSettlementCurrency

      public Currency getSettlementCurrency()
      Gets the value of the settlementCurrency property.
      Returns:
      possible object is Currency
    • setSettlementCurrency

      public void setSettlementCurrency(Currency value)
      Sets the value of the settlementCurrency property.
      Parameters:
      value - allowed object is Currency
    • getNonDeliverableSettlement

      public NonDeliverableSettlement getNonDeliverableSettlement()
      Gets the value of the nonDeliverableSettlement property.
      Returns:
      possible object is NonDeliverableSettlement
    • setNonDeliverableSettlement

      public void setNonDeliverableSettlement(NonDeliverableSettlement value)
      Sets the value of the nonDeliverableSettlement property.
      Parameters:
      value - allowed object is NonDeliverableSettlement