Class Postponement

java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionFallback
net.finmath.smartcontract.product.xml.Postponement

public class Postponement extends FxDisruptionFallback
Describes a postponement

Java class for Postponement complex type.

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

 <complexType name="Postponement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionFallback">
       <sequence>
         <element name="maximumNumberOfDays" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>