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>