Class PhysicalSettlementTerms

java.lang.Object
net.finmath.smartcontract.product.xml.SettlementTerms
net.finmath.smartcontract.product.xml.PhysicalSettlementTerms

public class PhysicalSettlementTerms extends SettlementTerms

Java class for PhysicalSettlementTerms complex type.

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

 <complexType name="PhysicalSettlementTerms">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SettlementTerms">
       <sequence>
         <element name="physicalSettlementPeriod" type="{http://www.fpml.org/FpML-5/confirmation}PhysicalSettlementPeriod" minOccurs="0"/>
         <element name="deliverableObligations" type="{http://www.fpml.org/FpML-5/confirmation}DeliverableObligations" minOccurs="0"/>
         <element name="escrow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="sixtyBusinessDaySettlementCap" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PhysicalSettlementTerms

      public PhysicalSettlementTerms()
  • Method Details

    • getPhysicalSettlementPeriod

      public PhysicalSettlementPeriod getPhysicalSettlementPeriod()
      Gets the value of the physicalSettlementPeriod property.
      Returns:
      possible object is PhysicalSettlementPeriod
    • setPhysicalSettlementPeriod

      public void setPhysicalSettlementPeriod(PhysicalSettlementPeriod value)
      Sets the value of the physicalSettlementPeriod property.
      Parameters:
      value - allowed object is PhysicalSettlementPeriod
    • getDeliverableObligations

      public DeliverableObligations getDeliverableObligations()
      Gets the value of the deliverableObligations property.
      Returns:
      possible object is DeliverableObligations
    • setDeliverableObligations

      public void setDeliverableObligations(DeliverableObligations value)
      Sets the value of the deliverableObligations property.
      Parameters:
      value - allowed object is DeliverableObligations
    • isEscrow

      public Boolean isEscrow()
      Gets the value of the escrow property.
      Returns:
      possible object is Boolean
    • setEscrow

      public void setEscrow(Boolean value)
      Sets the value of the escrow property.
      Parameters:
      value - allowed object is Boolean
    • isSixtyBusinessDaySettlementCap

      public Boolean isSixtyBusinessDaySettlementCap()
      Gets the value of the sixtyBusinessDaySettlementCap property.
      Returns:
      possible object is Boolean
    • setSixtyBusinessDaySettlementCap

      public void setSixtyBusinessDaySettlementCap(Boolean value)
      Sets the value of the sixtyBusinessDaySettlementCap property.
      Parameters:
      value - allowed object is Boolean