Class WithdrawalPartyTradeInformation

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

public class WithdrawalPartyTradeInformation extends Object
A type defining party-specific additional information that may be recorded against a trade, for withdrawal purposes.

Java class for WithdrawalPartyTradeInformation complex type.

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

 <complexType name="WithdrawalPartyTradeInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartyAndAccountReferences.model"/>
         <element name="relatedParty" type="{http://www.fpml.org/FpML-5/confirmation}RelatedParty" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reportingRegime" type="{http://www.fpml.org/FpML-5/confirmation}ReportingRegimeIdentifier" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>