Class DelayedDraw

java.lang.Object

public class DelayedDraw extends Facility
A facility which can be drawn at any point during a pre-defined period after the initial deal closing date,

Java class for DelayedDraw complex type.

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

 <complexType name="DelayedDraw">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Facility">
       <sequence>
         <element name="delayedDraw" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="mustDrawByDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>