Class Withdrawal

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

public class Withdrawal extends Object
A structure describing the removal of a trade from a service, such as a reporting service.

Java class for Withdrawal complex type.

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

 <complexType name="Withdrawal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence>
             <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
             <element name="partyTradeInformation" type="{http://www.fpml.org/FpML-5/confirmation}WithdrawalPartyTradeInformation" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         </choice>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="requestedAction" type="{http://www.fpml.org/FpML-5/confirmation}RequestedWithdrawalAction" minOccurs="0"/>
         <element name="reason" type="{http://www.fpml.org/FpML-5/confirmation}WithdrawalReason" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reportingRegime" type="{http://www.fpml.org/FpML-5/confirmation}ReportingRegimeIdentifier" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>