Class MasterConfirmation

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

public class MasterConfirmation extends Object
An entity for defining the master confirmation agreement executed between the parties.

Java class for MasterConfirmation complex type.

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

 <complexType name="MasterConfirmation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="masterConfirmationType" type="{http://www.fpml.org/FpML-5/confirmation}MasterConfirmationType"/>
         <element name="masterConfirmationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="masterConfirmationAnnexDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="masterConfirmationAnnexType" type="{http://www.fpml.org/FpML-5/confirmation}MasterConfirmationAnnexType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>