Class EventProposedMatch

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

public class EventProposedMatch extends Object
A structure that describes a proposed match between trades or post-trade event reports.

Java class for EventProposedMatch complex type.

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

 <complexType name="EventProposedMatch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingEventsBase.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}PostTradeEventsBase.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}ChangeEventsBase.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionsEventsBase.model"/>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}additionalEvent"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}ProposedMatch.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>