Class Deal

java.lang.Object

public class Deal extends DealSummary
A syndicated bank loan deal (credit agreement) definition.

Java class for Deal complex type.

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

 <complexType name="Deal">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DealSummary">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}DealRules.model"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}facilityGroup" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>