Class DealSummary

java.lang.Object
Direct Known Subclasses:
Deal

public class DealSummary extends DealIdentifier
A short form of a deal.

Java class for DealSummary complex type.

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

 <complexType name="DealSummary">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DealIdentifier">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}DealRoles.model"/>
         <element name="creditAgreementDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <choice minOccurs="0">
           <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
           <sequence>
             <element name="issuedAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
             <element name="currentDealAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare" minOccurs="0"/>
           </sequence>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>