Class ExerciseNotice

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

public class ExerciseNotice extends Object
A type defining to whom and where notice of execution should be given. The partyReference refers to one of the principal parties of the trade. If present the exerciseNoticePartyReference refers to a party, other than the principal party, to whome notice should be given.

Java class for ExerciseNotice complex type.

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

 <complexType name="ExerciseNotice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="exerciseNoticePartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="businessCenter" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>