Class TradeChangeAdvice

java.lang.Object

public class TradeChangeAdvice extends CorrectableRequestMessage
Defines the structure for a message indicating that a trade is being changed due to a non-negotiated event.

Java class for TradeChangeAdvice complex type.

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

 <complexType name="TradeChangeAdvice">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CorrectableRequestMessage">
       <sequence>
         <element name="change" type="{http://www.fpml.org/FpML-5/confirmation}TradeChangeContent"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EventValuation.model" minOccurs="0"/>
         <element name="paymentDetails" type="{http://www.fpml.org/FpML-5/confirmation}PaymentDetails" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartiesAndAccounts.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>