Class PhysicalSettlementPeriod

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

public class PhysicalSettlementPeriod extends Object

Java class for PhysicalSettlementPeriod complex type.

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

 <complexType name="PhysicalSettlementPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="businessDaysNotSpecified" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="businessDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="maximumBusinessDays" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>